Searched refs:m_apm_reciprocal (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapmhsin.c | 58 m_apm_reciprocal(tmp2, local_precision, tmp1); in m_apm_sinh() 81 m_apm_reciprocal(tmp2, local_precision, tmp1); in m_apm_cosh() 105 m_apm_reciprocal(tmp2, local_precision, tmp1); in m_apm_tanh()
|
H A D | mapm_rcp.c | 94 m_apm_reciprocal(tmp0, (dplaces + 8), bb); in m_apm_divide() 101 void m_apm_reciprocal(M_APM rr, int places, M_APM aa) in m_apm_reciprocal() function
|
H A D | mapm_lg3.c | 117 m_apm_reciprocal(MM_lc_log10R, dplaces, MM_lc_log10); /* 1 / log(10) */ in M_check_log_places() 222 m_apm_reciprocal(rr, places, tmp4); in M_log_AGM_R_func()
|
H A D | mapmipwr.c | 108 m_apm_reciprocal(rr, places, tmpy); in m_apm_integer_pow()
|
/haiku/headers/libs/mapm/ |
H A D | m_apm.h | 256 extern void m_apm_reciprocal(M_APM, int, M_APM);
|