Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dmath_utils.cpp17 const float XFlowValues<float>::may_underflow_value = member in __llvm_libc::XFlowValues<float>
24 const double XFlowValues<double>::may_underflow_value = member in __llvm_libc::XFlowValues<double>
Dmath_utils.h48 static const float may_underflow_value;
54 static const double may_underflow_value;
98 return xflow(sign, XFlowValues<T>::may_underflow_value);