Searched refs:lsb (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | fmod.h | 57 vec_uint4 lsb = (vec_uint4)(VEC_SPLAT_U64(0x0000000000000001ULL)); in _fmod() local 109 mant_x = spu_sel(spu_slqw(mant_x, 1), spu_andc(spu_slqw(z, 1), lsb), in _fmod()
|
D | remainder.h | 59 vec_uint4 lsb = (vec_uint4)(VEC_SPLAT_U64(0x0000000000000001ULL)); in _remainder() local 124 …mant_x = spu_sel(spu_slqw(mant_x, 1), spu_andc(spu_slqw(z, 1), lsb), spu_cmpgt((vec_int4)spu_shuff… in _remainder()
|
D | remquo.h | 61 vec_uint4 lsb = (vec_uint4)(VEC_SPLAT_U64(0x0000000000000001ULL)); in _remquo() local 129 …mant_x = spu_sel(spu_slqw(mant_x, 1), spu_andc(spu_slqw(z, 1), lsb), spu_cmpgt((vec_int4)spu_shuff… in _remquo()
|