Home
last modified time | relevance | path

Searched refs:x_hi (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dremainder.h47 vec_uint4 x_hi, y_hi, y_lo; in _remainder() local
79 x_hi = spu_shuffle(abs_x, abs_x, splat_hi); in _remainder()
87 nan_out = spu_or(spu_cmpgt(x_hi, half_smax), in _remainder()
95 exp_x = spu_rlmask(x_hi, -20); in _remainder()
98 resultx = spu_or(spu_cmpgt(y2_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remainder()
Dfmod.h49 vec_uint4 x_hi, y_hi; in _fmod() local
74 x_hi = spu_shuffle(abs_x, abs_x, splat_hi); in _fmod()
80 exp_x = spu_rlmask(x_hi, -20); in _fmod()
83 resultx = spu_cmpgt(y_hi, x_hi); in _fmod()
Dremquo.h49 vec_uint4 x_hi, y_hi, y8_hi, y_lo, y2, y4; in _remquo() local
84 x_hi = spu_shuffle(abs_x, abs_x, splat_hi); in _remquo()
92 nan_out = spu_or(spu_cmpgt(x_hi, half_smax), in _remquo()
100 exp_x = spu_rlmask(x_hi, -20); in _remquo()
103 resultx = spu_or(spu_cmpgt(y8_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remquo()