Home
last modified time | relevance | path

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

/haiku/src/libs/mapm/
H A Dmapm_gcd.c63 M_APM tmpM, tmpN, tmpT, tmpU, tmpV; in m_apm_gcd() local
91 tmpT = M_get_stack_var(); in m_apm_gcd()
125 m_apm_negate(tmpT, tmpV); in m_apm_gcd()
129 m_apm_copy(tmpT, tmpU); in m_apm_gcd()
135 m_apm_multiply(tmpN, MM_0_5, tmpT); in m_apm_gcd()
136 m_apm_copy(tmpT, tmpN); in m_apm_gcd()
142 if (m_apm_is_even(tmpT)) in m_apm_gcd()
147 if (tmpT->m_apm_sign == 1) in m_apm_gcd()
148 m_apm_copy(tmpU, tmpT); in m_apm_gcd()
150 m_apm_negate(tmpV, tmpT); in m_apm_gcd()
[all …]