Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Dfmodf.h81 vec_uint4 logb_x, logb_y; in _fmodf()
112 logb_y = spu_add(exp_y, -127); in _fmodf()
123 n = spu_extract(spu_sub(logb_x, logb_y), 0); in _fmodf()
Dremainderf.h46 vec_uint4 logb_x, logb_y; in _remainderf() local
80 logb_y = spu_add(exp_y, -127); in _remainderf()
91 n = spu_extract(spu_sub(logb_x, logb_y), 0); in _remainderf()
Dremquof.h49 vec_uint4 logb_x, logb_y; in _remquof() local
85 logb_y = spu_add(exp_y, -127); in _remquof()
96 n = spu_extract(spu_sub(logb_x, logb_y), 0); in _remquof()
Dfmod.h53 vec_uint4 logb_x, logb_y; in _fmod() local
89 logb_y = spu_add(exp_y, -1023); in _fmod()
100 n = spu_extract(spu_sub(logb_x, logb_y), 0); in _fmod()
Dremainder.h51 vec_uint4 logb_x, logb_y; in _remainder() local
104 logb_y = spu_add(exp_y, -1023); in _remainder()
115 n = spu_extract(spu_sub(logb_x, logb_y), 0); in _remainder()
Dremquo.h53 vec_uint4 logb_x, logb_y; in _remquo() local
109 logb_y = spu_add(exp_y, -1023); in _remquo()
120 n = spu_extract(spu_sub(logb_x, logb_y), 0); in _remquo()