Searched refs:m_apm_log (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapmhasn.c | 79 m_apm_log(rr, places, tmp2); in m_apm_arcsinh() 112 m_apm_log(rr, places, tmp2); in m_apm_arccosh() 149 m_apm_log(tmp2, local_precision, tmp3); in m_apm_arctanh()
|
H A D | mapm_log.c | 140 m_apm_log(tmp9, dplaces, aa); in m_apm_log10() 146 void m_apm_log(M_APM r, int places, M_APM a) in m_apm_log() function
|
H A D | mapm_pow.c | 164 m_apm_log(tmp9, (places + 8), xx); in m_apm_pow()
|
/haiku/headers/libs/mapm/ |
H A D | m_apm.h | 265 extern void m_apm_log(M_APM, int, M_APM);
|