Home
last modified time | relevance | path

Searched refs:shift_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DDivisionAndRemainderOperations.h63 unsigned shift_count = 0; in remquo() local
65 for (shift_count = 0; n < my; n <<= 1, ++shift_count) in remquo()
68 if (static_cast<int>(shift_count) > exp) in remquo()
71 exp -= shift_count; in remquo()
/freebsd/contrib/less/
H A Dcommand.c71 extern int shift_count;
2375 shift_count = (int) number; in commands()
2377 number = (shift_count > 0) ? shift_count : sc_width / 2; in commands()
2391 shift_count = (int) number; in commands()
2393 number = (shift_count > 0) ? shift_count : sc_width / 2; in commands()
H A Doptfunc.c51 extern int shift_count;
265 toggle_fraction(&shift_count, &shift_count_fraction, in opt_shift()
269 query_fraction(shift_count, shift_count_fraction, in opt_shift()
279 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
H A Dopttbl.c45 public int shift_count; /* Number of positions to shift horizontally */ variable
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c141 const uint32_t shift_count = (ops->wait_shift_count != 0) in exponential_backoff() local
175 shift_count); in exponential_backoff()