Home
last modified time | relevance | path

Searched defs:UIntType (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A Dexcept_value_utils.h20 using UIntType = typename FPBits<T>::UIntType; member
33 using UIntType = typename FPBits<T>::UIntType; member
H A DNearestIntegerOperations.h108 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 DManipulationFunctions.h162 using UIntType = typename FPBits<T>::UIntType; in nextafter() local
H A DNormalFloat.h33 using UIntType = typename FPBits<T>::UIntType; member
H A DFPBits.h50 using UIntType = typename FloatProp::BitsType; member
/llvm-project-15.0.7/libc/test/src/math/
H A DILogbTest.h77 using UIntType = typename FPBits::UIntType; in test_subnormal_range() local
96 using UIntType = typename FPBits::UIntType; in test_normal_range() local
H A DLogbTest.h74 using UIntType = typename FPBits::UIntType; in testRange() local
H A DFDimTest.h20 using UIntType = typename FPBits::UIntType; variable
H A DFrexpTest.h95 using UIntType = typename FPBits::UIntType; in testRange() local
H A Dmod_k_pi_test.cpp18 using UIntType = FPBits::UIntType; typedef
H A DNextAfterTest.h24 using UIntType = typename FPBits::UIntType; variable
H A DFmaTest.h25 using UIntType = typename FPBits::UIntType; variable
H A DHypotTest.h26 using UIntType = typename FPBits::UIntType; variable
H A DRemQuoTest.h24 using UIntType = typename FPBits::UIntType; variable
H A DRIntTest.h34 using UIntType = typename FPBits::UIntType; variable
H A DLdExpTest.h25 using UIntType = typename FPBits::UIntType; variable
H A DRoundToIntegerTest.h33 using UIntType = typename FPBits::UIntType; variable
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DNextAfterLongDouble.h45 using UIntType = FPBits::UIntType; in nextafter() local
/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h38 using UIntType = typename FPBits<long double>::UIntType; in sqrt() local
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DSingleInputSingleOutputDiff.h18 using UIntType = typename FPBits::UIntType; variable
H A DBinaryOpSingleOutputDiff.h18 using UIntType = typename FPBits::UIntType; variable
/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp608 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