/haiku/src/libs/mapm/ |
H A D | mapm_lg3.c | 110 m_apm_subtract(MM_lc_log2, tmp9, tmp8); /* log(2) */ in M_check_log_places() 116 m_apm_subtract(MM_lc_log10, tmp9, tmp8); /* log(10) */ in M_check_log_places() 187 m_apm_subtract(tmp3, tmp1, tmp2); in M_log_AGM_R_func() 192 m_apm_subtract(tmp1, tmpA0, tmpB0); /* C n+1 = 0.5 * [ An - Bn ] */ in M_log_AGM_R_func() 221 m_apm_subtract(tmp4, MM_One, tmp3); in M_log_AGM_R_func()
|
H A D | mapm_lg2.c | 104 m_apm_subtract(tmp3, tmp1, nn); in M_log_solve_cubic() 109 m_apm_subtract(tmp3, guess, tmp0); in M_log_solve_cubic() 170 m_apm_subtract(tmp1, tmp2, MM_One); in M_log_basic_iteration()
|
H A D | mapmasin.c | 186 m_apm_subtract(tmp7, tmp5, MM_lc_PI); in m_apm_arctan2() 256 m_apm_subtract(tmp1, MM_lc_HALF_PI, tmp2); in M_arctan_large_input() 355 m_apm_subtract(tmp3, tmp2, x); in m_apm_arcsin() 358 m_apm_subtract(tmp2, current_x, tmp0); in m_apm_arcsin() 435 m_apm_subtract(tmp1, MM_lc_PI, tmp3); in m_apm_arccos() 492 m_apm_subtract(tmp3, tmp1, x); in m_apm_arccos()
|
H A D | mapm5sin.c | 138 m_apm_subtract(tmp0, t2, tmp1); in M_5x_do_it() 162 m_apm_subtract(tmp0, t4, t2); in M_4x_do_it() 180 m_apm_subtract(tmp2, MM_One, tmp1); in M_cos_to_sin()
|
H A D | mapmsqrt.c | 145 m_apm_subtract(tmp9, MM_Three, tmp7); in m_apm_sqrt() 158 m_apm_subtract(tmp7, guess, last_x); in m_apm_sqrt()
|
H A D | mapmcbrt.c | 114 m_apm_subtract(tmp7, tmp8, tmp9); in m_apm_cbrt() 124 m_apm_subtract(tmp8, guess, last_x); in m_apm_cbrt()
|
H A D | mapmhsin.c | 59 m_apm_subtract(tmp3, tmp1, tmp2); in m_apm_sinh() 106 m_apm_subtract(tmp3, tmp1, tmp2); in m_apm_tanh()
|
H A D | mapm_div.c | 94 m_apm_subtract(rr, aa, M_div_tmp7); in m_apm_integer_div_rem() 293 m_apm_subtract(M_div_tmp8, M_div_tmp7, M_div_workb); in M_apm_sdivide() 312 m_apm_subtract(M_div_tmp9, M_div_worka, M_div_tmp7); in M_apm_sdivide()
|
H A D | mapm_exp.c | 229 m_apm_subtract(tmp7, x, tmp8); in m_apm_exp() 247 m_apm_subtract(tmp8, tmp7, MM_lc_log2); in m_apm_exp() 325 m_apm_subtract(tmp0, tmp1, MM_0_5); in M_exp_compute_nn()
|
H A D | mapmhasn.c | 109 m_apm_subtract(tmp2, tmp1, MM_One); in m_apm_arccosh() 147 m_apm_subtract(tmp2, MM_One, aa); in m_apm_arctanh()
|
H A D | mapm_cpi.c | 140 m_apm_subtract(tmp1, a0, b0); in M_calculate_PI_AGM() 153 m_apm_subtract(tmp1, sum, tmp2); in M_calculate_PI_AGM()
|
H A D | mapmfact.c | 178 m_apm_subtract(tmp1, tmp2, MM_One); in m_apm_factorial() 190 m_apm_subtract(tmp2, tmp1, MM_One); in m_apm_factorial()
|
H A D | mapm_rcp.c | 153 m_apm_subtract(tmp2, MM_Two, tmp1); in m_apm_reciprocal() 165 m_apm_subtract(tmp2, guess, last_x); in m_apm_reciprocal()
|
H A D | mapmasn0.c | 94 m_apm_subtract(tmp2, MM_lc_HALF_PI, tmp1); in M_arccos_near_0() 154 m_apm_subtract(tmpR, tmpS, tmp0); in M_arctan_near_0()
|
H A D | mapm_sin.c | 167 m_apm_subtract(tmp9, aa, tmp8); in M_limit_angle_to_pi() 183 m_apm_subtract(tmp9, aa, tmp8); in M_limit_angle_to_pi()
|
H A D | mapm_add.c | 86 m_apm_subtract(r,a,b); in m_apm_add() 94 m_apm_subtract(r,b,a); in m_apm_add() 185 void m_apm_subtract(M_APM r, M_APM a, M_APM b) in m_apm_subtract() function
|
H A D | mapmrsin.c | 105 m_apm_subtract(tmp7, sum, term); in M_raw_sin() 162 m_apm_subtract(tmp7, sum, term); in M_raw_cos()
|
H A D | mapm_log.c | 175 m_apm_subtract(tmp0, a, MM_One); in m_apm_log()
|
H A D | mapm_gcd.c | 154 m_apm_subtract(tmpT, tmpU, tmpV); in m_apm_gcd()
|
H A D | mapm_fpf.c | 267 m_apm_subtract(ctmp, mtmp, MM_0_5); in m_apm_to_fixpt_string()
|
H A D | mapmutil.c | 294 m_apm_subtract(btmp, atmp, M_work_0_5); in m_apm_round()
|
/haiku/headers/libs/mapm/ |
H A D | m_apm.h | 251 extern void m_apm_subtract(M_APM, M_APM, M_APM); 485 {MAPM ret;m_apm_subtract(ret.val(),a.cval(),b.cval());return ret;}
|