Home
last modified time | relevance | path

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

/haiku/headers/libs/mapm/
H A Dm_apm.h428 void toString(char *dest,int decimalPlaces) const in toString() argument
429 {m_apm_to_string(dest,decimalPlaces,cval());} in toString()
430 void toFixPtString(char *dest,int decimalPlaces) const in toFixPtString() argument
431 {m_apm_to_fixpt_string(dest,decimalPlaces,cval());} in toFixPtString()