Searched refs:overflow_upper_half_bit_position (Results 1 – 1 of 1) sorted by relevance
637 constexpr size_t overflow_upper_half_bit_position = size_t_bits / 2; in MultiplyAndCheckOverflow() local641 if (TFLITE_EXPECT_FALSE((a | b) >> overflow_upper_half_bit_position != 0)) { in MultiplyAndCheckOverflow()