Home
last modified time | relevance | path

Searched refs:m_apm_free (Results 1 – 12 of 12) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapmcnst.c248 m_apm_free(MM_Zero); in M_free_all_cnst()
249 m_apm_free(MM_One); in M_free_all_cnst()
250 m_apm_free(MM_Two); in M_free_all_cnst()
251 m_apm_free(MM_Three); in M_free_all_cnst()
252 m_apm_free(MM_Four); in M_free_all_cnst()
253 m_apm_free(MM_Five); in M_free_all_cnst()
254 m_apm_free(MM_Ten); in M_free_all_cnst()
255 m_apm_free(MM_0_5); in M_free_all_cnst()
256 m_apm_free(MM_LOG_2_BASE_E); in M_free_all_cnst()
257 m_apm_free(MM_LOG_3_BASE_E); in M_free_all_cnst()
[all …]
H A Dmapmfact.c270 m_apm_free(array[ii]); in m_apm_factorial()
273 m_apm_free(tmp1); in m_apm_factorial()
274 m_apm_free(tmp2); in m_apm_factorial()
275 m_apm_free(iprod1); in m_apm_factorial()
276 m_apm_free(iprod2); in m_apm_factorial()
H A Dmapm_div.c80 m_apm_free(M_div_worka); in M_free_all_div()
81 m_apm_free(M_div_workb); in M_free_all_div()
82 m_apm_free(M_div_tmp7); in M_free_all_div()
83 m_apm_free(M_div_tmp8); in M_free_all_div()
84 m_apm_free(M_div_tmp9); in M_free_all_div()
H A Dmapm_rnd.c160 m_apm_free(M_rnd_aa); in M_free_all_rnd()
161 m_apm_free(M_rnd_mm); in M_free_all_rnd()
162 m_apm_free(M_rnd_XX); in M_free_all_rnd()
163 m_apm_free(M_rtmp0); in M_free_all_rnd()
164 m_apm_free(M_rtmp1); in M_free_all_rnd()
H A Dmapm_pow.c71 m_apm_free(M_last_xx_input); in M_free_all_pow()
72 m_apm_free(M_last_xx_log); in M_free_all_pow()
H A Dmapm_fam.c68 m_apm_free(m_apm_init()); in m_apm_trim_mem_usage()
H A Dmapmstck.c81 m_apm_free(M_stack_array[k]); in M_free_all_stck()
H A Dmapm_exp.c153 m_apm_free(MM_exp_log2R); in M_free_all_exp()
154 m_apm_free(MM_exp_512R); in M_free_all_exp()
H A Dmapm_add.c54 m_apm_free(M_work1); in M_free_all_add()
55 m_apm_free(M_work2); in M_free_all_add()
H A Dmapmutil.c161 void m_apm_free(M_APM atmp) in m_apm_free() function
179 m_apm_free(M_work_0_5); in M_free_all_util()
H A Dmapmfmul.c282 m_apm_free(M_ain); in M_free_all_fmul()
283 m_apm_free(M_bin); in M_free_all_fmul()
/haiku/headers/libs/mapm/
H A Dm_apm.h219 extern void m_apm_free(M_APM);
357 m_apm_free(val); in unref()