Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/math/
DRemQuoTest.h108 ASSERT_MPFR_MATCH(mpfr::Operation::RemQuo, input, result, 0.0); in testSubnormalRange()
130 ASSERT_MPFR_MATCH(mpfr::Operation::RemQuo, input, result, 0.0); in testNormalRange()
/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp302 case Operation::RemQuo: in binaryOperationTwoOutputs()
513 if (op == Operation::RemQuo) { in compareBinaryOperationTwoOutputs()
DMPFRUtils.h57 RemQuo, // The first output, the floating point output, is the remainder. enumerator