Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dremainder.h54 vec_uint4 gt, eq, bias, y2_hi; in _remainder() local
82 y2_hi = spu_shuffle(abs_2y, abs_2y, splat_hi); in _remainder()
96 exp_y = spu_rlmask(y2_hi, -20); in _remainder()
98 resultx = spu_or(spu_cmpgt(y2_hi, x_hi), spu_cmpgt(y_hi, half_smax)); in _remainder()