Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp609 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_prefix() typedef
671 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_hex_prefix() typedef
709 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_precision_prefix() typedef
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp68 static constexpr CategorySet FloatingType{RealType | ComplexType}; variable