Home
last modified time | relevance | path

Searched refs:m_apm_negate (Results 1 – 8 of 8) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_flr.c67 m_apm_negate(bb, MM_One); in m_apm_floor()
77 m_apm_negate(mtmp, bb); in m_apm_floor()
H A Dmapm_gcd.c125 m_apm_negate(tmpT, tmpV); in m_apm_gcd()
150 m_apm_negate(tmpV, tmpT); in m_apm_gcd()
H A Dmapmsqrt.c130 m_apm_negate(last_x, MM_Ten); in m_apm_sqrt()
H A Dmapmcbrt.c95 m_apm_negate(last_x, MM_Ten); in m_apm_cbrt()
H A Dmapm_lg2.c167 m_apm_negate(tmp0, tmpX); in M_log_basic_iteration()
H A Dmapm_rcp.c139 m_apm_negate(last_x, MM_Ten); in m_apm_reciprocal()
H A Dmapmutl2.c128 void m_apm_negate(M_APM d, M_APM s) in m_apm_negate() function
/haiku/headers/libs/mapm/
H A Dm_apm.h236 extern void m_apm_negate(M_APM, M_APM);
527 {MAPM ret;m_apm_negate(ret.val(),cval());return ret;} in neg()