Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A DPROTOCOL.key36 uint32 checkint
37 uint32 checkint
55 to both checkint fields so successful decryption can be
56 quickly checked by verifying that both checkint fields
/freebsd-14.2/contrib/arm-optimized-routines/math/
H A Dpowf.c111 checkint (uint32_t iy) in checkint() function
159 if (ix & 0x80000000 && checkint (iy) == 1) in powf()
176 int yint = checkint (iy); in powf()
H A Dpow.c251 checkint (uint64_t iy) in checkint() function
308 if (ix >> 63 && checkint (iy) == 1) in pow()
323 int yint = checkint (iy); in pow()
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Dfinite_pow.h248 checkint (uint64_t iy) in checkint() function
305 if (ix >> 63 && checkint (iy) == 1) in __pl_finite_pow()
322 int yint = checkint (iy); in __pl_finite_pow()
H A Dsv_powf_2u6.c85 checkint (uint32_t iy) in checkint() function
132 if (ix & 0x80000000 && checkint (iy) == 1) in powf_specialcase()
H A Dsv_pow_1u5.c81 checkint (uint64_t iy) in checkint() function
324 if (ix >> 63 && checkint (iy) == 1) in pow_sc()