Home
last modified time | relevance | path

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

/haiku/src/libs/mapm/
H A Dmapm_sin.c107 M_APM tmp5, tmp6, tmp7; in m_apm_sin_cos() local
110 tmp6 = M_get_stack_var(); in m_apm_sin_cos()
124 M_cos_to_sin(tmp6, (places + 6), tmp7); in m_apm_sin_cos()
125 if (tmp6->m_apm_sign != 0) in m_apm_sin_cos()
126 tmp6->m_apm_sign = tmp5->m_apm_sign; in m_apm_sin_cos()
128 m_apm_round(sinv, places, tmp6); in m_apm_sin_cos()
H A Dmapmasn0.c67 M_APM tmp5, tmp6; in M_arcsin_near_0() local
70 tmp6 = M_get_stack_var(); in M_arcsin_near_0()
73 m_apm_divide(tmp6, (places + 8), aa, tmp5); in M_arcsin_near_0()
74 M_arctan_near_0(rr, places, tmp6); in M_arcsin_near_0()
H A Dmapm_lg3.c85 M_APM tmp6, tmp7, tmp8, tmp9; in M_check_log_places() local
94 tmp6 = M_get_stack_var(); in M_check_log_places()
106 m_apm_multiply(tmp6, tmp7, MM_0_5); in M_check_log_places()
108 M_log_AGM_R_func(tmp9, dplaces, MM_One, tmp6); in M_check_log_places()
H A Dmapmasin.c124 M_APM tmp5, tmp6, tmp7; in m_apm_arctan2() local
165 tmp6 = M_get_stack_var(); in m_apm_arctan2()
168 m_apm_divide(tmp6, (places + 6), yy, xx); in m_apm_arctan2()
169 m_apm_arctan(tmp5, (places + 6), tmp6); in m_apm_arctan2()