Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dremquof.h48 vec_uint4 zero_x, zero_y; in _remquof() local
82 zero_y = spu_cmpeq(exp_y, 0); in _remquof()
88 mant_y = spu_andc(spu_sel(implied_1, abs_8y, mant_mask), zero_y); in _remquof()
94 result0 = spu_or(zero_x, zero_y); in _remquof()
136 y4 = spu_andc(spu_add(abs_y, VEC_SPLAT_U32(0x01000000)), zero_y); in _remquof()
148 y2 = spu_andc(spu_add(abs_y, implied_1), zero_y); in _remquof()
Dfmodf.h80 vec_uint4 zero_x, zero_y; in _fmodf()
109 zero_y = spu_cmpeq(exp_y, 0); in _fmodf()
115 mant_y = spu_andc(spu_sel(implied_1, abs_y, mant_mask), zero_y); in _fmodf()
121 result0 = spu_or(zero_x, zero_y); in _fmodf()
Dremainderf.h45 vec_uint4 zero_x, zero_y; in _remainderf() local
77 zero_y = spu_cmpeq(exp_y, 0); in _remainderf()
83 mant_y = spu_andc(spu_sel(implied_1, abs_2y, mant_mask), zero_y); in _remainderf()
89 result0 = spu_or(zero_x, zero_y); in _remainderf()
Dfmod.h52 vec_uint4 zero_x, zero_y; in _fmod() local
86 zero_y = spu_cmpeq(exp_y, 0); in _fmod()
92 mant_y = spu_andc(spu_sel(implied_1, abs_y, mant_mask), zero_y); in _fmod()
98 result0 = spu_or(zero_x, zero_y); in _fmod()
Dremquo.h52 vec_uint4 zero_x, zero_y; in _remquo() local
106 zero_y = spu_cmpeq(exp_y, 0); in _remquo()
112 mant_y = spu_andc(spu_sel(implied_1, abs_8y, mant_mask), zero_y); in _remquo()
118 result0 = spu_or(zero_x, zero_y); in _remquo()
181 y4 = spu_andc(spu_add(abs_y, spu_rl(implied_1, 1)), zero_y); in _remquo()
197 y2 = spu_andc(spu_add(abs_y, implied_1), zero_y); in _remquo()
Dremainder.h50 vec_uint4 zero_x, zero_y; in _remainder() local
101 zero_y = spu_cmpeq(exp_y, 0); in _remainder()
107 mant_y = spu_andc(spu_sel(implied_1, abs_2y, mant_mask), zero_y); in _remainder()
113 result0 = spu_or(zero_x, zero_y); in _remainder()