Home
last modified time | relevance | path

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

/haiku/src/libs/mapm/
H A Dmapmgues.c98 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 Dmapm_rcp.c132 m_apm_to_string(sbuf, 15, tmpN); in m_apm_reciprocal()
H A Dmapm_set.c322 void m_apm_to_string(char *s, int places, M_APM mtmp) in m_apm_to_string() function
H A DREADME411 ==== 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 Dm_apm.h229 extern void m_apm_to_string(char *, int, M_APM);
429 {m_apm_to_string(dest,decimalPlaces,cval());} in toString()