Searched refs:__overflow_threshold (Results 1 – 1 of 1) sorted by relevance
61 const _Real __overflow_threshold = __math::ldexp(_Real(1), __exp); in __hypot() local67 if (__max_abs > __overflow_threshold) { // x*x + y*y + z*z might overflow in __hypot()69 } else if (__max_abs < 1 / __overflow_threshold) { // x*x + y*y + z*z might underflow in __hypot()