Home
last modified time | relevance | path

Searched defs:quotient (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dremainder.cpp16 int quotient; global() variable
H A Dremainderl.cpp16 int quotient; global() variable
H A Dremainderf.cpp16 int quotient; global() variable
H A Dremainderf16.cpp16 int quotient; global() variable
/llvm-project/libc/test/src/math/smoke/
H A DRemQuoTest.h32 int quotient; testSpecialNumbers() local
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dfold-designator.cpp83 auto quotient{which / value->size()}; in FoldDesignator() local
110 auto quotient{which / range}; in FoldDesignator() local
237 auto quotient{at / extent}; OffsetToArrayRef() local
H A Dreal.cpp230 Fraction quotient; in Divide() local
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c106 utwords quotient; in __udivmodti4() local
/llvm-project/libc/test/src/math/
H A DRemQuoTest.h44 int quotient; testSpecialNumbers() local
[all...]
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DUtils.h302 Value quotient; global() member
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp54 Value quotient = rewriter.create<arith::DivUIOp>(loc, minusOne, b); in matchAndRewrite() local
129 Value quotient = rewriter.create<arith::DivSIOp>(loc, a, b); in matchAndRewrite() local
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h108 Integer quotient, remainder; global() member
890 Integer quotient, remainder; MultiplyUnsigned() local
[all...]
/llvm-project/flang/runtime/
H A Dedit-output.cpp130 auto quotient{un / 10u}; in EditIntegerOutput() local
196 unsigned quotient{e / 10u}; in FormatExponent() local
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp172 Value quotient = rewriter.create<spirv::UDivOp>(loc, minusOne, m); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/IndexToLLVM/
H A DIndexToLLVM.cpp91 Value quotient = rewriter.create<LLVM::UDivOp>(loc, minusOne, m); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp137 Value quotient = builder.create<arith::DivSIOp>(loc, dividend, rhs); visitFloorDivExpr() local
177 Value quotient = builder.create<arith::DivSIOp>(loc, dividend, rhs); visitCeilDivExpr() local
[all...]
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp403 remquo(const MPFRNumber & divisor,int & quotient) remquo() argument
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1124 APInt quotient, remainder; fold() local
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1990 APInt quotient = sdiv_ov(RHS, Overflow); sfloordiv_ov() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp3216 APInt quotient = divisor.sfloordiv_ov(dividend, Overflow); TEST() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp667 APInt quotient = a.udiv(b); fold() local