Home
last modified time | relevance | path

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

/haiku/src/libs/mapm/
H A Dmapm_fpf.c63 char ch_radx, char ch_sep, int ct_sep) in m_apm_to_fixpt_stringexp() argument
93 if (ct_sep != 0 && ch_sep != 0 && xp > 0) in m_apm_to_fixpt_stringexp()
94 ii += xp / ct_sep; in m_apm_to_fixpt_stringexp()
99 m_apm_to_fixpt_stringex(cpr,places,atmp,ch_radx,ch_sep,ct_sep); in m_apm_to_fixpt_stringexp()