Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DFrexpTest.h108 ASSERT_MPFR_MATCH(mpfr::Operation::Frexp, x, result, 0.0); in testRange()
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.h53 Frexp, // Floating point output, the first output, is the fractional part. enumerator
H A DMPFRUtils.cpp527 case Operation::Frexp: in unary_operation_two_outputs()