Lines Matching refs:tmpT
63 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()
154 m_apm_subtract(tmpT, tmpU, tmpV); in m_apm_gcd()
156 if (tmpT->m_apm_sign != 0) in m_apm_gcd()
191 m_apm_multiply(tmpT, tmpN, tmpM); in m_apm_gcd()
192 m_apm_copy(tmpN, tmpT); in m_apm_gcd()
205 m_apm_multiply(tmpT, tmpN, tmpM); in m_apm_gcd()
206 m_apm_multiply(r, tmpU, tmpT); in m_apm_gcd()