Home
last modified time | relevance | path

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

/haiku/src/libs/mapm/
H A Dmapm_fpf.c62 char *m_apm_to_fixpt_stringexp(int dplaces, M_APM atmp, in m_apm_to_fixpt_stringexp() function
H A DREADME429 (m_apm_to_fixpt_stringexp)
/haiku/headers/libs/mapm/
H A Dm_apm.h232 extern char *m_apm_to_fixpt_stringexp(int, M_APM, char, char, int);
435 {return(m_apm_to_fixpt_stringexp(dp,cval(),a,b,c));} in toFixPtStringExp()