Home
last modified time | relevance | path

Searched refs:xgty (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Dhypotd2.h81 vector unsigned long long xgty; in _hypotd2() local
88 xgty = spu_cmpgt(x,y); in _hypotd2()
90 max = spu_sel(y,x,xgty); in _hypotd2()
91 min = spu_sel(x,y,xgty); in _hypotd2()
Dhypotf4.h84 vector unsigned int xgty; in _hypotf4() local
91 xgty = spu_cmpgt(x,y); in _hypotf4()
93 max = spu_sel(y,x,xgty); in _hypotf4()
94 min = spu_sel(x,y,xgty); in _hypotf4()
Dnextafterf4.h66 vec_uint4 xlt0, xgty, xeqy, xeq0; in _nextafterf4() local
79 xgty = spu_cmpgt(x, y); in _nextafterf4()
87 delta = (vec_int4)spu_xor(xgty, xlt0); in _nextafterf4()
Dnextafterd2.h69 vec_ullong2 xlt0, xgty, xeqy, xeq0; in _nextafterd2() local
87 xgty = spu_cmpgt(xtmp, ytmp); in _nextafterd2()
95 delta = (vec_llong2)spu_xor(xgty, xlt0); in _nextafterd2()