Searched refs:m_apm_to_string (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapmgues.c | 98 m_apm_to_string(buf, 15, a); in M_get_sqrt_guess() 117 m_apm_to_string(buf, 15, a); in M_get_cbrt_guess() 128 m_apm_to_string(buf, 15, a); in M_get_log_guess() 143 m_apm_to_string(buf, 15, a); in M_get_asin_guess() 153 m_apm_to_string(buf, 15, a); in M_get_acos_guess()
|
H A D | mapm_rcp.c | 132 m_apm_to_string(sbuf, 15, tmpN); in m_apm_reciprocal()
|
H A D | mapm_set.c | 322 void m_apm_to_string(char *s, int places, M_APM mtmp) in m_apm_to_string() function
|
H A D | README | 411 ==== METHOD 1 ==== : floating point values (m_apm_to_string) 459 m_apm_to_string(out_buffer, DECIMAL_PLACES, mapm_number); 478 --> m_apm_to_string(buffer, 40, bb_mapm);
|
/haiku/headers/libs/mapm/ |
H A D | m_apm.h | 229 extern void m_apm_to_string(char *, int, M_APM); 429 {m_apm_to_string(dest,decimalPlaces,cval());} in toString()
|