Searched refs:checkint (Results 1 – 2 of 2) sorted by relevance
106 static inline int checkint(uint32_t iy) in checkint() function151 if (ix & 0x80000000 && checkint(iy) == 1) in powf()160 int yint = checkint(iy); in powf()
235 static inline int checkint(uint64_t iy) in checkint() function287 if (ix >> 63 && checkint(iy) == 1) in pow()296 int yint = checkint(iy); in pow()