Searched refs:is_odd (Results 1 – 3 of 3) sorted by relevance
107 uint32_t is_odd = (rounded_x2 & 2) << 30; in arm_math_tanpif() local109 uint32_t keep_sign = is_finite | (is_odd ^ is_neg); in arm_math_tanpif()
122 uint64_t is_odd = (rounded_x2 & 2) << 62; in arm_math_tanpi() local124 uint64_t keep_sign = is_finite | (is_odd ^ is_neg); in arm_math_tanpi()
140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local197 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()