Searched defs:xbits (Results 1 – 9 of 9) sorted by relevance
/llvm-project/libc/test/src/math/exhaustive/ | ||
H A D | hypotf_test.cpp | 31 uint32_t xbits = start; in check() local |
H A D | sincosf_test.cpp | 28 FPBits xbits(bits); in check() local |
H A D | exhaustive_test.h | 88 StorageType xbits = x_start; in check() local |
/llvm-project/libc/src/math/generic/ | ||
H A D | log1pf.cpp | 42 FPBits xbits(x); log() local |
H A D | exp.cpp | 180 FPBits xbits(x); set_exceptional() local |
H A D | exp2.cpp | 202 FPBits xbits(x); set_exceptional() local |
H A D | exp10.cpp | 227 FPBits xbits(x); set_exceptional() local |
H A D | expm1.cpp | 225 uint64_t x_u = xbits.uintval(); in set_exceptional() local |
/llvm-project/libc/utils/MPFRWrapper/ | ||
H A D | MPFRUtils.cpp | 992 FPBits<InputType> xbits(input.x); explain_binary_operation_one_output_error() local |