Home
last modified time | relevance | path

Searched refs:isint (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dlgammad2.h159 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/
Dlong_double_gen.5c528 isint(real x) {
544 if (x < 0 && !isint(y))
550 if (!isint(y))