Searched refs:isint (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | lgammad2.h | 159 vec_uint4 x1, isnaninf, isnposint, iszero, isint, isneg, isshifted, is1, is2; in _lgammad2() local 299 isint = spu_and(spu_cmpeq(xthigh, xhigh), spu_cmpeq(xtlow, xlow)); in _lgammad2() 300 isnposint = spu_or(spu_and(isint, isneg), iszero); in _lgammad2()
|
/picolibc-latest/test/ |
D | long_double_gen.5c | 528 isint(real x) { 544 if (x < 0 && !isint(y)) 550 if (!isint(y))
|