Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/math/
H A Dexpf16.h36 constexpr fputil::ExceptValues<float16, 2> EXPF16_EXCEPTS_LO = {{ in expf16()
44 constexpr fputil::ExceptValues<float16, 3> EXPF16_EXCEPTS_HI = {{ in expf16()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Dexcept_value_utils.h41 template <typename T, size_t N> struct ExceptValues { struct