Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFPBits.h96 template <FPType> struct FPLayout {}; struct
98 template <> struct FPLayout<FPType::IEEE754_Binary16> {
106 template <> struct FPLayout<FPType::IEEE754_Binary32> {
114 template <> struct FPLayout<FPType::IEEE754_Binary64> {
122 template <> struct FPLayout<FPType::IEEE754_Binary128> {
130 template <> struct FPLayout<FPType::X86_Binary80> {
142 template <> struct FPLayout<FPType::BFloat16> {
151 template <FPType fp_type> struct FPStorage : public FPLayout<fp_type> {
152 using UP = FPLayout<fp_type>;