Searched refs:zerof (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | nextafterf4.h | 64 vec_float4 zerof = spu_splats(0.0f); in _nextafterf4() local 76 xeq0 = spu_cmpeq(x, zerof); in _nextafterf4() 77 xlt0 = spu_cmpgt(zerof, x); in _nextafterf4()
|
D | erff4.h | 62 vec_float4 zerof = spu_splats(0.0f); in _erff4() local 394 result = spu_sel(result, zerof, spu_cmpeq(xabs, zerof)); in _erff4()
|
D | tgammaf4.h | 95 vector float zerof = spu_splats(0.0f); in _tgammaf4() local 115 vector unsigned int gt0 = spu_cmpgt(x, zerof); in _tgammaf4()
|
D | erfcf4.h | 67 vec_float4 zerof = spu_splats(0.0f); in _erfcf4() local 429 result = spu_sel(result, zerof, spu_cmpgt(xabs, clamp)); in _erfcf4() 432 vec_uint4 gt0 = spu_cmpgt(x, zerof); in _erfcf4()
|
D | lgammaf4.h | 80 vec_float4 zerof = spu_splats(0.0f); in _lgammaf4() local 93 vec_uint4 gt0 = spu_cmpgt(x, zerof); in _lgammaf4() 507 result = spu_sel(result, zerof, ret_zero); in _lgammaf4()
|