Searched refs:y8_hi (Results 1 – 1 of 1) 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 87 y8_hi = spu_shuffle(abs_8y, abs_8y, splat_hi); in _remquo() 101 exp_y = spu_rlmask(y8_hi, -20); in _remquo() 103 resultx = spu_or(spu_cmpgt(y8_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remquo()
|