Searched refs:clamp (Results 1 – 2 of 2) sorted by relevance
64 vec_float4 clamp = spu_splats(3.9199876f); in _erff4() local397 result = spu_sel(result, onef, spu_cmpgt(xabs, clamp)); in _erff4()
71 vec_float4 clamp = spu_splats(10.0542f); // Erfc = 0 above this (in single precision) in _erfcf4() local429 result = spu_sel(result, zerof, spu_cmpgt(xabs, clamp)); in _erfcf4()