Home
last modified time | relevance | path

Searched defs: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
H A Dtanpi_2u5.c122 uint64_t is_odd = (rounded_x2 & 2) << 62; in arm_math_tanpi() local
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local