Searched refs:checkint (Results 1 – 9 of 9) 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()
111 checkint (uint32_t iy) in checkint() function159 if (ix & 0x80000000 && checkint (iy) == 1) in powf()176 int yint = checkint (iy); in powf()
251 checkint (uint64_t iy) in checkint() function308 if (ix >> 63 && checkint (iy) == 1) in pow()323 int yint = checkint (iy); in pow()
117 L$checkint