Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/generic/
H A Dhypotf.cpp17 using DoubleBits = fputil::FPBits<double>; global() typedef
H A Dpowf.cpp412 return DoubleBits(a).get_biased_exponent() >= in larger_exponent() typedef
426 using DoubleBits = typename fputil::FPBits<double>; powf_double_double() typedef
515 using DoubleBits = typename fputil::FPBits<double>; global() typedef
H A Dcbrtf.cpp88 using DoubleBits = typename fputil::FPBits<double>; global() typedef
[all...]
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp864 struct DoubleBits { global() struct
870 signDoubleBits global() argument
/llvm-project/libc/test/src/__support/FPUtil/
H A Dfpbits_test.cpp366 using DoubleBits = FPBits<double>; TEST() typedef
[all...]