Searched refs:IDX_SIZE (Results 1 – 3 of 3) sorted by relevance
79 constexpr size_t IDX_SIZE = 1; variable202 << (CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0))); in get_table_positive()214 EXP10_9, CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0)) in get_table_positive()239 << (CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0))); in get_table_positive_df()261 EXP10_9, CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0)) in get_table_positive_df()285 << (CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0))); in get_table_negative()324 EXP10_9, CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0)) in get_table_negative()347 << (CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0))); in get_table_negative_df()366 EXP10_9, CALC_SHIFT_CONST + (IDX_SIZE > 1 ? IDX_SIZE : 0)) in get_table_negative_df()439 : static_cast<uint32_t>(exponent + (IDX_SIZE - 1)) / IDX_SIZE; in get_positive_block()[all …]
16 constexpr size_t IDX_SIZE = 16; variable
16 constexpr size_t IDX_SIZE = 128; variable