Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dremainderf.h43 vec_uint4 abs_x, abs_y, abs_2x, abs_2y; in _remainderf() local
60 abs_2y = spu_add(abs_y, implied_1); /* abs_2y = 2 * abs_y */ in _remainderf()
72 exp_y = spu_rlmask(abs_2y, -23); in _remainderf()
74 resultx = spu_or(spu_cmpgt(abs_2y, abs_x), spu_cmpgt(abs_y, VEC_SPLAT_U32(0x7F7FFFFF))); in _remainderf()
83 mant_y = spu_andc(spu_sel(implied_1, abs_2y, mant_mask), zero_y); in _remainderf()
Dremainder.h48 vec_uint4 abs_x, abs_y, abs_2x, abs_2y; in _remainder() local
70 abs_2y = spu_add(abs_y, implied_1); in _remainder()
82 y2_hi = spu_shuffle(abs_2y, abs_2y, splat_hi); in _remainder()
107 mant_y = spu_andc(spu_sel(implied_1, abs_2y, mant_mask), zero_y); in _remainder()
Dremquo.h50 vec_uint4 abs_x, abs_y, abs_2x, abs_2y, abs_8y; in _remquo() local
72 abs_2y = spu_add(abs_y, implied_1); in _remquo()