Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/FPUtil/
DNormalFloat.h29 template <typename T> struct NormalFloat { struct
45 "Bad type for mantissa in NormalFloat."); argument
49 LIBC_INLINE NormalFloat(Sign s, int32_t e, StorageType m) in NormalFloat() function
59 LIBC_INLINE explicit NormalFloat(T x) { init_from_bits(FPBits<T>(x)); } in NormalFloat() function
61 LIBC_INLINE explicit NormalFloat(FPBits<T> bits) { init_from_bits(bits); } in NormalFloat() argument
66 LIBC_INLINE int cmp(const NormalFloat<T> &other) const { in cmp() argument
88 LIBC_INLINE NormalFloat<T> mul2(int e) const { in mul2() argument
94 LIBC_INLINE operator T() const { in T()
144 LIBC_INLINE void init_from_bits(FPBits<T> bits) { in init_from_bits()
178 NormalFloat<long double>::init_from_bits(FPBits<long double> bits) { in init_from_bits() argument
/external/llvm-libc/test/src/math/smoke/
DLdExpTest.h24 using NormalFloat = LIBC_NAMESPACE::fputil::NormalFloat<T>; variable
/external/llvm-libc/test/src/math/
DLdExpTest.h25 using NormalFloat = LIBC_NAMESPACE::fputil::NormalFloat<T>; variable