Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dhypot.h61 const _Real __overflow_threshold = __math::ldexp(_Real(1), __exp); in __hypot() local
67 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()