Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dmath_utils.cpp15 const float XFlowValues<float>::underflow_value = member in __llvm_libc::XFlowValues<float>
22 const double XFlowValues<double>::underflow_value = member in __llvm_libc::XFlowValues<double>
Dmath_utils.h47 static const float underflow_value;
53 static const double underflow_value;
93 return xflow(sign, XFlowValues<T>::underflow_value);