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);
77 m_apm_negate(mtmp, bb);
H A Dmapmsqrt.c130 m_apm_negate(last_x, MM_Ten);
H A Dmapm_gcd.c125 m_apm_negate(tmpT, tmpV);
150 m_apm_negate(tmpV, tmpT);
H A Dmapm_lg2.c167 m_apm_negate(tmp0, tmpX);
H A Dmapm_rcp.c139 m_apm_negate(last_x, MM_Ten);
H A Dmapmcbrt.c95 m_apm_negate(last_x, MM_Ten);
H A Dmapmutl2.c128 void m_apm_negate(M_APM d, M_APM s) 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;}

Completed in 51 milliseconds