Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dpowf.c106 static inline int checkint(uint32_t iy) in checkint() function
151 if (ix & 0x80000000 && checkint(iy) == 1) in powf()
160 int yint = checkint(iy); in powf()
H A Dpow.c235 static inline int checkint(uint64_t iy) in checkint() function
287 if (ix >> 63 && checkint(iy) == 1) in pow()
296 int yint = checkint(iy); in pow()