Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A Dexcept_value_utils.h41 template <typename T, size_t N> struct ExceptValues { struct
44 using StorageType = typename FPBits<T>::StorageType;
46 struct Mapping {
54 Mapping values[N];
56 LIBC_INLINE constexpr cpp::optional<T> lookup(StorageType x_bits) const { in lookup()
77 LIBC_INLINE constexpr cpp::optional<T> lookup_odd(StorageType x_abs, in lookup_odd()