Searched refs:FPLayout (Results 1 – 1 of 1) sorted by relevance
96 template <FPType> struct FPLayout {}; struct98 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>;