Searched refs:sbit (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | hypotd2.h | 77 vector double sbit = spu_splats(-0.0); in _hypotd2() local 86 x = spu_andc(x, sbit); in _hypotd2() 87 y = spu_andc(y, sbit); in _hypotd2() 106 min_e = spu_sel(min_e, sbit, spu_cmpgt(sbit, min_e)); in _hypotd2()
|
D | hypotf4.h | 81 vector float sbit = spu_splats(-0.0f); in _hypotf4() local 89 x = spu_andc(x, sbit); in _hypotf4() 90 y = spu_andc(y, sbit); in _hypotf4() 111 min_e = spu_sel(min_e, sbit, spu_cmpgt(sbit, min_e)); in _hypotf4()
|