Home
last modified time | relevance | path

Searched refs:switch_approx (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Datanhf4.h94 vec_float4 switch_approx = spu_splats(0.165f); in _atanhf4() local
119 use_form = spu_cmpgt(xabs, switch_approx); in _atanhf4()
Datanhd2.h103 vec_float4 switch_approx = spu_splats(0.125f); in _atanhd2() local
139 use_form = spu_cmpgt(xf, switch_approx); in _atanhd2()
Dasinhd2.h104 vec_float4 switch_approx = spu_splats(0.165f); /* Where we switch from maclaurin to formula */ in _asinhd2() local
144 use_form = spu_cmpgt(xf, switch_approx); in _asinhd2()
Dacoshd2.h104 vec_float4 switch_approx = spu_splats(1.15f); in _acoshd2() local
112 vec_ullong2 use_form = (vec_ullong2)spu_cmpgt(xf, switch_approx); in _acoshd2()
Dacoshf4.h111 vec_float4 switch_approx = spu_splats(2.0f); in _acoshf4() local
152 use_form = spu_cmpgt(x, switch_approx); in _acoshf4()
Dasinhf4.h122 vec_float4 switch_approx = spu_splats(0.74f); in _asinhf4() local
165 use_form = spu_cmpgt(xabs, switch_approx); in _asinhf4()