Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/spu/headers/
Derff4.h64 vec_float4 clamp = spu_splats(3.9199876f); in _erff4() local
397 result = spu_sel(result, onef, spu_cmpgt(xabs, clamp)); in _erff4()
Derfcf4.h71 vec_float4 clamp = spu_splats(10.0542f); // Erfc = 0 above this (in single precision) in _erfcf4() local
429 result = spu_sel(result, zerof, spu_cmpgt(xabs, clamp)); in _erfcf4()