Searched refs:SHIFT_MAX (Results 1 – 3 of 3) sorted by relevance
82 #define SHIFT_MAX (sizeof(int) * 8 - 2) macro
426 int shift = SHIFT_MAX; in truncate_frames()
47 SHIFT_MAX = sys.float_info.max_exp - PRECISION70 if shift + (q == Q_MAX) > SHIFT_MAX: