Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dremainder.h57 vec_uint4 exp_special = VEC_SPLAT_U32(0x7FF00000); in _remainder() local
88 spu_or(spu_cmpgt(y_hi, exp_special), in _remainder()
89 spu_and(spu_cmpeq(y_hi, exp_special), in _remainder()
188 result = spu_sel(spu_xor(abs_x, sign), exp_special, nan_out); in _remainder()
Dremquo.h59 vec_uint4 exp_special = VEC_SPLAT_U32(0x7FF00000); in _remquo() local
93 spu_or(spu_cmpgt(y_hi, exp_special), in _remquo()
94 spu_and(spu_cmpeq(y_hi, exp_special), in _remquo()
230 result = spu_sel(spu_xor(abs_x, sign), exp_special, nan_out); in _remquo()