Searched refs:is_odd (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/mpfr/src/ |
| HD | pow.c | 112 is_odd (mpfr_srcptr y) in is_odd() function 188 if (MPFR_IS_NEG (x) && is_odd (y)) in mpfr_pow_general() 485 negative = MPFR_IS_NEG (x) && is_odd (y); in mpfr_pow() 501 negative = MPFR_IS_NEG(x) && is_odd (y); in mpfr_pow() 532 return mpfr_set_si (z, MPFR_IS_NEG (x) && is_odd (y) ? -1 : 1, rnd_mode); in mpfr_pow() 579 negative = MPFR_SIGN(x) < 0 && is_odd (y); in mpfr_pow() 622 MPFR_SIGN (x) < 0 && is_odd (y) ? -1 : 1); in mpfr_pow() 671 if (sgnx < 0 && is_odd (y)) in mpfr_pow()
|
| /dragonfly/contrib/wpa_supplicant/src/eap_common/ |
| HD | eap_pwd_common.c | 139 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local 200 is_odd = const_time_select_u8( in compute_password_element() 201 found, is_odd, pwe_digest[SHA256_MAC_LEN - 1] & 0x01); in compute_password_element() 266 is_odd) != 0) { in compute_password_element()
|
| /dragonfly/contrib/mpc/src/ |
| HD | pow.c | 436 is_odd (mpfr_srcptr y, mpfr_exp_t k) in is_odd() function 616 if ((mpfr_cmp_ui (mpc_realref(x), 0) < 0) && is_odd (mpc_realref(y), 1) in mpc_pow() 629 if (is_odd (mpc_realref(y), 0)) in mpc_pow() 636 mpfr_integer_p (mpc_realref(y)) && is_odd (mpc_realref(y), 0) == 0) in mpc_pow() 638 if (is_odd (mpc_realref(y), -1)) /* y/2 is odd */ in mpc_pow()
|