Home
last modified time | relevance | path

Searched refs: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
616 FloatingType val; in test_floating_prefix()
634 const FloatingType input = _Bit_cast<FloatingType>(bits); in test_floating_prefix()
671 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_hex_prefix() typedef
683 FloatingType val; in test_floating_hex_prefix()
688 const FloatingType input = _Bit_cast<FloatingType>(bits); in test_floating_hex_prefix()
709 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_precision_prefix() typedef
735 const FloatingType input = _Bit_cast<FloatingType>(bits); in test_floating_precision_prefix()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp68 static constexpr CategorySet FloatingType{RealType | ComplexType}; variable
125 static constexpr TypePattern AnyFloating{FloatingType, KindCode::any};
145 static constexpr TypePattern SameFloating{FloatingType, KindCode::same};
1647 CHECK(FloatingType.test(*category)); in Match()
1653 CHECK(FloatingType.test(*category)); in Match()