Searched refs:extrabits (Results 1 – 3 of 3) sorted by relevance
26 fn nearest_error_is_accurate(errors: u64, fp: &ExtendedFloat, extrabits: u64) -> bool { in nearest_error_is_accurate()28 if extrabits == 65 { in nearest_error_is_accurate()35 let mask: u64 = lower_n_mask(extrabits); in nearest_error_is_accurate()40 let halfway: u64 = lower_n_halfway(extrabits); in nearest_error_is_accurate()73 let extrabits = if fp.exp <= denormal_exp { in error_is_accurate() localVariable124 let extrabits = extrabits as u64; in error_is_accurate() localVariable126 if extrabits > 65 { in error_is_accurate()131 nearest_error_is_accurate(errors, fp, extrabits) in error_is_accurate()
116 EXTRABIT extrabits; in vp9_get_token_cost() local118 extrabits = abs(v) - CAT6_MIN_VAL; in vp9_get_token_cost()119 return vp9_cat6_low_cost[extrabits & 0xff] + in vp9_get_token_cost()120 cat6_high_table[extrabits >> 8]; in vp9_get_token_cost()
954 mode_t extrabits = mode & ~(07777); in string_to_mode() local961 return mode | extrabits; in string_to_mode()1018 if (!*str) return mode|extrabits; in string_to_mode()