Searched refs:xgty (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | hypotd2.h | 81 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()
|
D | hypotf4.h | 84 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()
|
D | nextafterf4.h | 66 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()
|
D | nextafterd2.h | 69 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()
|