Searched refs:m_apm_compare (Results 1 – 10 of 10) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapmhasn.c | 96 ii = m_apm_compare(aa, MM_One); in m_apm_arccosh() 131 ii = m_apm_compare(tmp1, MM_One); in m_apm_arctanh()
|
H A D | mapmfact.c | 145 if (m_apm_compare(minput, MM_One) <= 0) in m_apm_factorial() 187 if (m_apm_compare(tmp1, MM_Two) <= 0) in m_apm_factorial()
|
H A D | mapmasin.c | 277 ii = m_apm_compare(tmp0, MM_One); in m_apm_arcsin() 297 if (m_apm_compare(tmp0, MM_0_85) == 1) /* check if > 0.85 */ in m_apm_arcsin() 397 ii = m_apm_compare(tmp0, MM_One); in m_apm_arccos() 423 if (m_apm_compare(tmp0, MM_0_85) == 1) /* check if > 0.85 */ in m_apm_arccos()
|
H A D | mapm_sin.c | 159 if (m_apm_compare(aa, tmp9) == 1) /* > PI */ in M_limit_angle_to_pi() 175 if (m_apm_compare(aa, tmp9) == -1) /* < -PI */ in M_limit_angle_to_pi()
|
H A D | mapm_div.c | 211 if ((icompare = m_apm_compare(M_div_worka, M_div_workb)) == 0) in M_apm_sdivide() 290 if (m_apm_compare(M_div_tmp7, M_div_worka) == 1) in M_apm_sdivide()
|
H A D | mapm_pow.c | 154 if (m_apm_compare(xx, M_last_xx_input) == 0) in m_apm_pow()
|
H A D | mapm_exp.c | 347 kk = m_apm_compare(b, tmp1); in M_exp_compute_nn()
|
H A D | mapmutl2.c | 168 int m_apm_compare(M_APM ltmp, M_APM rtmp) in m_apm_compare() function
|
H A D | mapm_add.c | 234 if ((icompare = m_apm_compare(M_work1, M_work2)) == 0) in m_apm_subtract()
|
/haiku/headers/libs/mapm/ |
H A D | m_apm.h | 239 extern int m_apm_compare(M_APM, M_APM); 469 {return m_apm_compare(cval(),m.cval())==0;} 471 {return m_apm_compare(cval(),m.cval())!=0;} 473 {return m_apm_compare(cval(),m.cval())<0;} 475 {return m_apm_compare(cval(),m.cval())<=0;} 477 {return m_apm_compare(cval(),m.cval())>0;} 479 {return m_apm_compare(cval(),m.cval())>=0;}
|