Home
last modified time | relevance | path

Searched defs:DoubleBits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dpowf.cpp411 using DoubleBits = typename fputil::FPBits<double>; in larger_exponent() typedef
425 using DoubleBits = typename fputil::FPBits<double>; in powf_double_double() typedef
514 using DoubleBits = typename fputil::FPBits<double>; typedef
H A Dhypotf.cpp21 using DoubleBits = fputil::FPBits<double>; typedef
H A Dcbrtf.cpp89 using DoubleBits = typename fputil::FPBits<double>; typedef
/aosp_15_r20/external/llvm-libc/test/src/__support/FPUtil/
H A Dfpbits_test.cpp447 using DoubleBits = FPBits<double>; in TEST() typedef
/aosp_15_r20/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp193 TEST(MathExtras, DoubleBits) { in TEST() argument