Searched refs:ab_x2_high16 (Results 1 – 2 of 2) sorted by relevance
40 std::int16_t ab_x2_high16 = static_cast<std::int16_t>((ab_32) / (1 << 15)); in SaturatingDoublingHighMul() local41 return overflow ? std::numeric_limits<std::int16_t>::max() : ab_x2_high16; in SaturatingDoublingHighMul()
360 std::int16_t ab_x2_high16 =362 return overflow ? std::numeric_limits<std::int16_t>::max() : ab_x2_high16;