Searched refs:m_apm_divide (Results 1 - 13 of 13) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_lg4.c69 m_apm_divide(tmpS, (dplaces + 6), xx, tmp0);
91 m_apm_divide(tmp0, local_precision, term, tmp1);
H A Dmapmasn0.c73 m_apm_divide(tmp6, (places + 8), aa, tmp5);
153 m_apm_divide(tmp0, local_precision, term, digit);
176 m_apm_divide(tmp0, local_precision, term, digit);
H A Dmapmasin.c168 m_apm_divide(tmp6, (places + 6), yy, xx);
230 m_apm_divide(tmp8, (places + 6), xx, tmp9);
253 m_apm_divide(tmp1, (places + 6), MM_One, xx); /* 1 / xx */
356 m_apm_divide(tmp0, local_precision, tmp3, tmp1);
493 m_apm_divide(tmp0, local_precision, tmp3, tmp2);
H A Dmapmrsin.c101 m_apm_divide(term, local_precision, tmp8, tmp7);
158 m_apm_divide(term, local_precision, tmp8, tmp7);
H A Dmapmhsin.c108 m_apm_divide(tmp1, local_precision, tmp3, tmp4);
H A Dmapm_cpi.c168 m_apm_divide(tmp1, dplaces, tmp2, sum);
H A Dmapm_lg2.c107 m_apm_divide(tmp1, local_precision, tmp3, tmp2);
H A Dmapm_rcp.c52 void m_apm_divide(M_APM rr, int places, M_APM aa, M_APM bb) function
63 M_apm_log_error_msg(M_APM_RETURN, "\'m_apm_divide\', Divide by 0");
H A Dmapmcbrt.c115 m_apm_divide(guess, local_precision, tmp7, MM_Three);
H A Dmapmhasn.c148 m_apm_divide(tmp3, local_precision, tmp1, tmp2);
H A Dmapm_sin.c145 m_apm_divide(tmp0, (places + 4), tmps, tmpc);
H A Dmapm_exp.c387 m_apm_divide(term, local_precision, tmp0, digit);
/haiku/headers/libs/mapm/
H A Dm_apm.h253 extern void m_apm_divide(M_APM, int, M_APM, M_APM);
498 {MAPM ret;m_apm_divide(ret.val(),toDigits,cval(),

Completed in 81 milliseconds