Home
last modified time | relevance | path

Searched defs:r_bits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dcbrtf.cpp151 uint64_t r_bits = global() variable
H A Datan2f.cpp296 uint32_t r_bits = static_cast<uint32_t>(cpp::bit_cast<uint64_t>(r)) & MASK; global() variable
H A Dpowf.cpp497 if (LIBC_UNLIKELY(((r_bits & 0xfff'ffff) == 0) && (r.lo != 0.0))) { in powf_double_double() local
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h192 output_bits_t r_bits = FPBits<T>(r).uintval() - clear_exp; as() local