Home
last modified time | relevance | path

Searched refs:sbit (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dhypotd2.h77 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()
Dhypotf4.h81 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()