Home
last modified time | relevance | path

Searched refs:m_apm_pow (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_pow.c83 void m_apm_pow(M_APM rr, int places, M_APM xx, M_APM yy) in m_apm_pow() function
/haiku/headers/libs/mapm/
H A Dm_apm.h268 extern void m_apm_pow(M_APM, int, M_APM, M_APM);
567 {MAPM ret;m_apm_pow(ret.val(),toDigits,cval(), in pow()