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

/haiku/headers/libs/mapm/
H A Dm_apm.h383 M_APM cval(void) const function in class:MAPM
393 int maxd=m_apm_significant_digits(cval());
404 int his=m_apm_significant_digits(otherVal.cval());
413 {myVal=(M_APM)m.cval();ref(myVal);}
429 {m_apm_to_string(dest,decimalPlaces,cval());}
431 {m_apm_to_fixpt_string(dest,decimalPlaces,cval());}
433 {m_apm_to_fixpt_stringex(dest,dp,cval(),a,b,c);}
435 {return(m_apm_to_fixpt_stringexp(dp,cval(),a,b,c));}
437 {m_apm_to_integer_string(dest,cval());}
441 {copyFrom((M_APM)m.cval());retur
[all...]

Completed in 29 milliseconds