Searched refs:half_smax (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | remainder.h | 58 vec_uint4 half_smax = VEC_SPLAT_U32(0x7FEFFFFF); in _remainder() local 87 nan_out = spu_or(spu_cmpgt(x_hi, half_smax), in _remainder() 98 resultx = spu_or(spu_cmpgt(y2_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remainder()
|
D | remquo.h | 60 vec_uint4 half_smax = VEC_SPLAT_U32(0x7FEFFFFF); in _remquo() local 92 nan_out = spu_or(spu_cmpgt(x_hi, half_smax), in _remquo() 103 resultx = spu_or(spu_cmpgt(y8_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remquo()
|