Searched refs:y_hi (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | remquo.h | 49 vec_uint4 x_hi, y_hi, y8_hi, y_lo, y2, y4; in _remquo() local 86 y_hi = spu_shuffle(abs_y, abs_y, splat_hi); in _remquo() 93 spu_or(spu_cmpgt(y_hi, exp_special), in _remquo() 94 spu_and(spu_cmpeq(y_hi, exp_special), in _remquo() 103 resultx = spu_or(spu_cmpgt(y8_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remquo() 183 overflow = spu_cmpgt(y_hi, VEC_SPLAT_U32(0x7FCFFFFF)); in _remquo() 199 overflow = spu_cmpgt(y_hi, VEC_SPLAT_U32(0x7FDFFFFF)); in _remquo()
|
D | remainder.h | 47 vec_uint4 x_hi, y_hi, y_lo; in _remainder() local 81 y_hi = spu_shuffle(abs_y, abs_y, splat_hi); in _remainder() 88 spu_or(spu_cmpgt(y_hi, exp_special), in _remainder() 89 spu_and(spu_cmpeq(y_hi, exp_special), in _remainder() 98 resultx = spu_or(spu_cmpgt(y2_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remainder()
|
D | fmod.h | 49 vec_uint4 x_hi, y_hi; in _fmod() local 75 y_hi = spu_shuffle(abs_y, abs_y, splat_hi); in _fmod() 81 exp_y = spu_rlmask(y_hi, -20); in _fmod() 83 resultx = spu_cmpgt(y_hi, x_hi); in _fmod()
|