Home
last modified time | relevance | path

Searched refs:__max_abs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dhypot.h66 …const _Real __max_abs = std::max(__math::fabs(__x), std::max(__math::fabs(__y), __math::fabs(__z))… in __hypot() local
68 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()