Searched defs:FloatBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/src/math/generic/ | ||
H A D | cbrtf.cpp | 87 using FloatBits = typename fputil::FPBits<float>; global() typedef |
H A D | powf.cpp | 514 using FloatBits = typename fputil::FPBits<float>; global() typedef |
/llvm-project/libc/test/src/__support/FPUtil/ | ||
H A D | fpbits_test.cpp | 304 using FloatBits = FPBits<float>; TEST() typedef |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 16927 uint32_t FloatBits = FloatTy.getSizeInBits(); PerformVCVTCombine() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 18388 uint32_t FloatBits = FloatTy.getSizeInBits(); performFpToIntCombine() local |