Searched defs:DoubleBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/src/math/generic/ | ||
H A D | hypotf.cpp | 17 using DoubleBits = fputil::FPBits<double>; global() typedef |
H A D | powf.cpp | 412 return DoubleBits(a).get_biased_exponent() >= in larger_exponent() typedef |
H A D | cbrtf.cpp | 88 using DoubleBits = typename fputil::FPBits<double>; global() typedef |
/llvm-project/lldb/source/Plugins/Language/ObjC/ | ||
H A D | Cocoa.cpp | 864 struct DoubleBits { global() struct |
/llvm-project/libc/test/src/__support/FPUtil/ | ||
H A D | fpbits_test.cpp | 366 using DoubleBits = FPBits<double>; TEST() typedef |