Home
last modified time | relevance | path

Searched refs:is_odd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dtanpif_3u1.c107 uint32_t is_odd = (rounded_x2 & 2) << 30; in arm_math_tanpif() local
109 uint32_t keep_sign = is_finite | (is_odd ^ is_neg); in arm_math_tanpif()
H A Dtanpi_2u5.c122 uint64_t is_odd = (rounded_x2 & 2) << 62; in arm_math_tanpi() local
124 uint64_t keep_sign = is_finite | (is_odd ^ is_neg); in arm_math_tanpi()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
197 is_odd = const_time_select_u8( in compute_password_element()
198 found, is_odd, pwe_digest[SHA256_MAC_LEN - 1] & 0x01); in compute_password_element()
284 is_eq = const_time_eq(is_odd, x_y[primebytelen - 1] & 0x01); in compute_password_element()