Home
last modified time | relevance | path

Searched refs:ybits (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DDivisionAndRemainderOperations.h28 FPBits<T> xbits(x), ybits(y); in remquo()
31 if (ybits.is_nan()) in remquo()
33 if (xbits.is_inf() || ybits.is_zero()) in remquo()
41 if (ybits.is_inf()) { in remquo()
46 bool result_sign = (xbits.get_sign() == ybits.get_sign() ? false : true); in remquo()
52 ybits.set_sign(0); in remquo()
54 NormalFloat<T> normalx(xbits), normaly(ybits); in remquo()
88 T absy = T(ybits); in remquo()
/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dhypotf_test.cpp32 uint32_t ybits = Y_START; in check() local
34 float y = float(FPBits(ybits)); in check()
42 } while (ybits++ < Y_STOP); in check()
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp720 FPBits<T> ybits(input.y); in explain_binary_operation_one_output_error() local
761 FPBits<T> ybits(input.y); in explain_ternary_operation_one_output_error() local