Searched defs:result_exponent (Results 1 – 2 of 2) sorted by relevance
137 std::int32_t result_exponent; member157 VectorMap<const std::int32_t, tShape> result_exponent; member
586 int result_exponent = a.exponent + b.exponent + static_cast<int>(Bits); in rounded_mul() local