Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_pow.c135 checkint (uint32_t iy) in checkint() function
185 if (ix & 0x80000000 && checkint (iy) == 1) in powf()
202 int yint = checkint (iy); in powf()
Dpow.c278 checkint (uint64_t iy) in checkint() function
335 if (ix >> 63 && checkint (iy) == 1) in pow()
350 int yint = checkint (iy); in pow()