Home
last modified time | relevance | path

Searched refs:SHIFT_MAX (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-utils/bat/
H A Dcommon.h86 * valid range of N is (SHIFT_MIN, SHIFT_MAX). When N increases, the analysis
88 #define SHIFT_MAX (sizeof(int) * 8 - 2) macro
H A Danalyze.c427 int shift = SHIFT_MAX; in truncate_frames()
/third_party/python/Lib/test/
H A Dtest_long.py47 SHIFT_MAX = sys.float_info.max_exp - PRECISION
70 if shift + (q == Q_MAX) > SHIFT_MAX:

Completed in 4 milliseconds