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; local
91 tmpT = M_get_stack_var();
125 m_apm_negate(tmpT, tmpV);
129 m_apm_copy(tmpT, tmpU);
135 m_apm_multiply(tmpN, MM_0_5, tmpT);
136 m_apm_copy(tmpT, tmpN);
142 if (m_apm_is_even(tmpT))
147 if (tmpT->m_apm_sign == 1)
148 m_apm_copy(tmpU, tmpT);
150 m_apm_negate(tmpV, tmpT);
[all...]

Completed in 28 milliseconds