Searched refs:m_apm_negate (Results 1 – 8 of 8) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapm_flr.c | 67 m_apm_negate(bb, MM_One); in m_apm_floor() 77 m_apm_negate(mtmp, bb); in m_apm_floor()
|
H A D | mapm_gcd.c | 125 m_apm_negate(tmpT, tmpV); in m_apm_gcd() 150 m_apm_negate(tmpV, tmpT); in m_apm_gcd()
|
H A D | mapmsqrt.c | 130 m_apm_negate(last_x, MM_Ten); in m_apm_sqrt()
|
H A D | mapmcbrt.c | 95 m_apm_negate(last_x, MM_Ten); in m_apm_cbrt()
|
H A D | mapm_lg2.c | 167 m_apm_negate(tmp0, tmpX); in M_log_basic_iteration()
|
H A D | mapm_rcp.c | 139 m_apm_negate(last_x, MM_Ten); in m_apm_reciprocal()
|
H A D | mapmutl2.c | 128 void m_apm_negate(M_APM d, M_APM s) in m_apm_negate() function
|
/haiku/headers/libs/mapm/ |
H A D | m_apm.h | 236 extern void m_apm_negate(M_APM, M_APM); 527 {MAPM ret;m_apm_negate(ret.val(),cval());return ret;} in neg()
|