Home
last modified time | relevance | path

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

/haiku/src/libs/mapm/
H A Dmapm_fpf.c154 m_apm_to_fixpt_string(cps, places, btmp); in m_apm_to_fixpt_stringex()
247 void m_apm_to_fixpt_string(char *ss, int dplaces, M_APM mtmp) in m_apm_to_fixpt_string() function
H A DREADME427 ==== METHOD 2 ==== : floating point values (m_apm_to_fixpt_string)
461 m_apm_to_fixpt_string(out_buffer, DECIMAL_PLACES, mapm_number);
481 --> m_apm_to_fixpt_string(buffer, 40, bb_mapm);
/haiku/headers/libs/mapm/
H A Dm_apm.h230 extern void m_apm_to_fixpt_string(char *, int, M_APM);
431 {m_apm_to_fixpt_string(dest,decimalPlaces,cval());} in toFixPtString()