Searched refs:abs_8y (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | remquof.h | 46 vec_uint4 abs_x, abs_y, abs_2x, abs_8y; in _remquof() local 63 abs_8y = spu_add(abs_y, VEC_SPLAT_U32(0x01800000)); /* abs_2y = 8 * abs_y */ in _remquof() 77 exp_y = spu_rlmask(abs_8y, -23); in _remquof() 79 resultx = spu_or(spu_cmpgt(abs_8y, abs_x), spu_cmpgt(abs_y, VEC_SPLAT_U32(0x7E7FFFFF))); in _remquof() 88 mant_y = spu_andc(spu_sel(implied_1, abs_8y, mant_mask), zero_y); in _remquof()
|
D | remquo.h | 50 vec_uint4 abs_x, abs_y, abs_2x, abs_2y, abs_8y; in _remquo() local 73 abs_8y = spu_add(abs_y, VEC_LITERAL(vec_uint4, 0x00300000, 0, 0x00300000, 0)); in _remquo() 87 y8_hi = spu_shuffle(abs_8y, abs_8y, splat_hi); in _remquo() 112 mant_y = spu_andc(spu_sel(implied_1, abs_8y, mant_mask), zero_y); in _remquo()
|