Searched refs:switch_approx (Results 1 – 6 of 6) sorted by relevance
94 vec_float4 switch_approx = spu_splats(0.165f); in _atanhf4() local119 use_form = spu_cmpgt(xabs, switch_approx); in _atanhf4()
103 vec_float4 switch_approx = spu_splats(0.125f); in _atanhd2() local139 use_form = spu_cmpgt(xf, switch_approx); in _atanhd2()
104 vec_float4 switch_approx = spu_splats(0.165f); /* Where we switch from maclaurin to formula */ in _asinhd2() local144 use_form = spu_cmpgt(xf, switch_approx); in _asinhd2()
104 vec_float4 switch_approx = spu_splats(1.15f); in _acoshd2() local112 vec_ullong2 use_form = (vec_ullong2)spu_cmpgt(xf, switch_approx); in _acoshd2()
111 vec_float4 switch_approx = spu_splats(2.0f); in _acoshf4() local152 use_form = spu_cmpgt(x, switch_approx); in _acoshf4()
122 vec_float4 switch_approx = spu_splats(0.74f); in _asinhf4() local165 use_form = spu_cmpgt(xabs, switch_approx); in _asinhf4()