Searched refs:is_odd (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_pwd_common.c148 u8 found_ctr = 0, is_odd = 0; local
209 is_odd = const_time_select_u8(
210 found, is_odd, pwe_digest[SHA256_MAC_LEN - 1] & 0x01);
275 is_odd) != 0) {
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtpow_all.c127 is_odd (mpfr_srcptr x) function
412 if ((MPFR_IS_NEG (x) && is_odd (y)) ^ MPFR_IS_NEG (z))
421 if ((MPFR_IS_INF (y) || (mpfr_integer_p (y) && ! is_odd (y)))
424 if (is_odd (y) &&
452 if ((MPFR_IS_NEG (x) && is_odd (y)) ^ MPFR_IS_NEG (z))
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dpow.c438 is_odd (mpfr_srcptr y, mpfr_exp_t k) function
622 if ((mpfr_cmp_ui (mpc_realref(x), 0) < 0) && is_odd (mpc_realref(y), 1)
635 if (is_odd (mpc_realref(y), 0))
642 mpfr_integer_p (mpc_realref(y)) && is_odd (mpc_realref(y), 0) == 0)
645 if (is_odd (mpc_realref(y), -1)) /* y/2 is odd */
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2578 bool is_odd = (am.mantissa & 1) == 1; variable
2579 am.mantissa += uint64_t(cb(is_odd, is_halfway, is_above));
2752 round_nearest_tie_even(a, shift, [truncated](bool is_odd, bool is_halfway, bool is_above) -> bool {
2753 return is_above || (is_halfway && truncated) || (is_odd && is_halfway);
2796 round_nearest_tie_even(a, shift, [ord](bool is_odd, bool _, bool __) -> bool {
2804 return is_odd;

Completed in 202 milliseconds