Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/spu/headers/
Dfmod.h57 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()
Dremainder.h59 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()
Dremquo.h61 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()