Searched refs:checkint (Results 1 – 8 of 8) 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
112 checkint (uint32_t iy) in checkint() function160 if (ix & 0x80000000 && checkint (iy) == 1) in powf()177 int yint = checkint (iy); in powf()
252 checkint (uint64_t iy) in checkint() function309 if (ix >> 63 && checkint (iy) == 1) in pow()324 int yint = checkint (iy); in pow()
40 checkint (uint32_t iy) in checkint() function116 int m = checkint (ax); in arm_math_sincospif()
47 checkint (uint64_t iy) in checkint() function127 int m = checkint (ax); in arm_math_sincospi()
248 checkint (uint64_t iy) in checkint() function305 if (ix >> 63 && checkint (iy) == 1) in pow_scalar_special_case()320 int yint = checkint (iy); in pow_scalar_special_case()
83 checkint (uint32_t iy) in checkint() function130 if (ix & 0x80000000 && checkint (iy) == 1) in powf_specialcase()
105 checkint (uint64_t iy) in checkint() function367 if (ix >> 63 && checkint (iy) == 1) in pow_sc()