Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dtgammaf4.h115 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()
Dtgammad2.h169 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()
Dlgammaf4.h93 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()
Derfcf4.h432 vec_uint4 gt0 = spu_cmpgt(x, zerof); in _erfcf4() local
433 result = spu_sel(spu_sub(twof, result), result, gt0); in _erfcf4()