Searched refs:gt0 (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | tgammaf4.h | 115 vector unsigned int gt0 = spu_cmpgt(x, zerof); in _tgammaf4() local 218 result = spu_sel(nresult, result, gt0); in _tgammaf4() 223 result = spu_sel(result, nan, spu_andc(spu_cmpeq(x, xtrunc), gt0)); in _tgammaf4()
|
D | tgammad2.h | 169 vector unsigned long long gt0 = spu_cmpgt(x, zerod); in _tgammad2() local 277 result = spu_sel(nresult, result, gt0); in _tgammad2() 282 result = spu_sel(result, nan, spu_andc(spu_cmpeq(x, xtrunc), gt0)); in _tgammad2()
|
D | lgammaf4.h | 93 vec_uint4 gt0 = spu_cmpgt(x, zerof); in _lgammaf4() local 494 result = spu_sel(nresult, result, gt0); in _lgammaf4() 502 vec_uint4 isnonposint = spu_andc(spu_cmpeq(x, xtrunc), gt0); in _lgammaf4() 504 result = spu_sel(result, inff, spu_andc(spu_cmpeq(x, xtrunc), gt0)); in _lgammaf4()
|
D | erfcf4.h | 432 vec_uint4 gt0 = spu_cmpgt(x, zerof); in _erfcf4() local 433 result = spu_sel(spu_sub(twof, result), result, gt0); in _erfcf4()
|