Searched refs:m_apm_to_fixpt_string (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapm_fpf.c | 154 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 D | README | 427 ==== 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 D | m_apm.h | 230 extern void m_apm_to_fixpt_string(char *, int, M_APM); 431 {m_apm_to_fixpt_string(dest,decimalPlaces,cval());} in toFixPtString()
|