Lines Matching refs:tmp8
65 M_APM sum, term, tmp2, tmp7, tmp8; in M_raw_sin() local
73 tmp8 = M_get_stack_var(); in M_raw_sin()
77 m_apm_multiply(tmp8, xx, xx); in M_raw_sin()
78 m_apm_round(tmp2, (places + 6), tmp8); in M_raw_sin()
88 m_apm_multiply(tmp8, term, tmp2); in M_raw_sin()
90 if ((tmp8->m_apm_exponent < tolerance) || (tmp8->m_apm_sign == 0)) in M_raw_sin()
101 m_apm_divide(term, local_precision, tmp8, tmp7); in M_raw_sin()
129 M_APM sum, term, tmp7, tmp8, tmp9; in M_raw_cos() local
136 tmp8 = M_get_stack_var(); in M_raw_cos()
142 m_apm_multiply(tmp8, xx, xx); in M_raw_cos()
143 m_apm_round(tmp9, (places + 6), tmp8); in M_raw_cos()
157 m_apm_multiply(tmp8, term, tmp9); in M_raw_cos()
158 m_apm_divide(term, local_precision, tmp8, tmp7); in M_raw_cos()