Searched refs:logb_y (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | fmodf.h | 81 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()
|
D | remainderf.h | 46 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()
|
D | fmod.h | 53 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()
|
D | remquof.h | 49 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()
|
D | remainder.h | 51 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()
|
D | remquo.h | 53 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()
|