Searched defs:FPBits_t (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libc/src/__support/FPUtil/x86_64/ | ||
H A D | NextUpDownLongDouble.h | 26 using FPBits_t = FPBits<long double>; nextupdown() local |
/llvm-project/libc/src/math/generic/ | ||
H A D | acoshf.cpp | 22 using FPBits_t = typename fputil::FPBits<float>; global() typedef |
H A D | asinhf.cpp | 21 using FPBits_t = typename fputil::FPBits<float>; global() typedef |
H A D | log2.cpp | 859 using FPBits_t = typename fputil::FPBits<double>; global() typedef |
H A D | log.cpp | 737 using FPBits_t = typename fputil::FPBits<double>; global() typedef |
H A D | log10.cpp | 739 using FPBits_t = typename fputil::FPBits<double>; global() typedef |
H A D | log1p.cpp | 880 using FPBits_t = typename fputil::FPBits<double>; global() typedef |