| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | except_value_utils.h | 20 using UIntType = typename FPBits<T>::UIntType; member 33 using UIntType = typename FPBits<T>::UIntType; member
|
| H A D | NearestIntegerOperations.h | 108 using UIntType = typename FPBits<T>::UIntType; in round() local 160 using UIntType = typename FPBits<T>::UIntType; in round_using_current_rounding_mode() local
|
| H A D | ManipulationFunctions.h | 162 using UIntType = typename FPBits<T>::UIntType; in nextafter() local
|
| H A D | NormalFloat.h | 33 using UIntType = typename FPBits<T>::UIntType; member
|
| H A D | FPBits.h | 50 using UIntType = typename FloatProp::BitsType; member
|
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | ILogbTest.h | 77 using UIntType = typename FPBits::UIntType; in test_subnormal_range() local 96 using UIntType = typename FPBits::UIntType; in test_normal_range() local
|
| H A D | LogbTest.h | 74 using UIntType = typename FPBits::UIntType; in testRange() local
|
| H A D | FDimTest.h | 20 using UIntType = typename FPBits::UIntType; variable
|
| H A D | FrexpTest.h | 95 using UIntType = typename FPBits::UIntType; in testRange() local
|
| H A D | mod_k_pi_test.cpp | 18 using UIntType = FPBits::UIntType; typedef
|
| H A D | NextAfterTest.h | 24 using UIntType = typename FPBits::UIntType; variable
|
| H A D | FmaTest.h | 25 using UIntType = typename FPBits::UIntType; variable
|
| H A D | HypotTest.h | 26 using UIntType = typename FPBits::UIntType; variable
|
| H A D | RemQuoTest.h | 24 using UIntType = typename FPBits::UIntType; variable
|
| H A D | RIntTest.h | 34 using UIntType = typename FPBits::UIntType; variable
|
| H A D | LdExpTest.h | 25 using UIntType = typename FPBits::UIntType; variable
|
| H A D | RoundToIntegerTest.h | 33 using UIntType = typename FPBits::UIntType; variable
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/ |
| H A D | NextAfterLongDouble.h | 45 using UIntType = FPBits::UIntType; in nextafter() local
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/generic/ |
| H A D | sqrt_80_bit_long_double.h | 38 using UIntType = typename FPBits<long double>::UIntType; in sqrt() local
|
| /llvm-project-15.0.7/libc/test/src/math/differential_testing/ |
| H A D | SingleInputSingleOutputDiff.h | 18 using UIntType = typename FPBits::UIntType; variable
|
| H A D | BinaryOpSingleOutputDiff.h | 18 using UIntType = typename FPBits::UIntType; variable
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.cpp | 608 using UIntType = conditional_t<IsDouble, uint64_t, uint32_t>; in test_floating_prefix() typedef 670 using UIntType = conditional_t<IsDouble, uint64_t, uint32_t>; in test_floating_hex_prefix() typedef 708 using UIntType = conditional_t<IsDouble, uint64_t, uint32_t>; in test_floating_precision_prefix() typedef
|