Searched refs:btmp (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_fpf.c107 M_APM btmp; local
111 btmp = M_get_stack_var();
116 m_apm_absolute_value(btmp, atmp); /* do conversion of positive number */
123 dl = btmp->m_apm_datalength;
124 xp = btmp->m_apm_exponent;
154 m_apm_to_fixpt_string(cps, places, btmp);
415 void M_apm_round_fixpt(M_APM btmp, int places, M_APM atmp) argument
422 M_set_to_zero(btmp); /* assume number is too small so the net result is 0 */
426 m_apm_round(btmp, ii, atmp);
434 m_apm_copy(btmp, atm
[all...]
H A Dmapmutil.c269 void m_apm_round(M_APM btmp, int places, M_APM atmp) argument
285 m_apm_copy(btmp,atmp);
292 m_apm_add(btmp, atmp, M_work_0_5);
294 m_apm_subtract(btmp, atmp, M_work_0_5);
296 btmp->m_apm_datalength = ii;
297 M_apm_normalize(btmp);
H A Dmapm_rnd.c172 M_APM btmp; local
176 btmp = M_get_stack_var();
177 m_apm_get_random(btmp);

Completed in 44 milliseconds