Home
last modified time | relevance | path

Searched refs:largef (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dacoshf4.h108 vec_float4 largef = spu_splats(2.5e19f); in _acoshf4() local
121 fresult = spu_add(x, spu_sel(fresult, x, spu_cmpgt(x, largef))); in _acoshf4()
Dasinhf4.h118 vec_float4 largef = spu_splats(9.21e18f); in _asinhf4() local
130 islarge = spu_cmpgt(xabs, largef); in _asinhf4()