Searched refs:__max_abs (Results 1 – 1 of 1) sorted by relevance
66 …const _Real __max_abs = std::max(__math::fabs(__x), std::max(__math::fabs(__y), __math::fabs(__z))… in __hypot() local68 if (__max_abs > __overflow_threshold) { // x*x + y*y + z*z might overflow in __hypot()70 } else if (__max_abs < 1 / __overflow_threshold) { // x*x + y*y + z*z might underflow in __hypot()