Searched refs:checkint (Results 1 – 6 of 6) sorted by relevance
36 uint32 checkint37 uint32 checkint55 to both checkint fields so successful decryption can be56 quickly checked by verifying that both checkint fields
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()
248 checkint (uint64_t iy) in checkint() function305 if (ix >> 63 && checkint (iy) == 1) in __pl_finite_pow()322 int yint = checkint (iy); in __pl_finite_pow()
85 checkint (uint32_t iy) in checkint() function132 if (ix & 0x80000000 && checkint (iy) == 1) in powf_specialcase()
81 checkint (uint64_t iy) in checkint() function324 if (ix >> 63 && checkint (iy) == 1) in pow_sc()