/llvm-project/libc/src/math/generic/ |
H A D | remainder.cpp | 16 int quotient; global() variable
|
H A D | remainderl.cpp | 16 int quotient; global() variable
|
H A D | remainderf.cpp | 16 int quotient; global() variable
|
H A D | remainderf16.cpp | 16 int quotient; global() variable
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | RemQuoTest.h | 32 int quotient; testSpecialNumbers() local [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-designator.cpp | 83 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 D | real.cpp | 230 Fraction quotient; in Divide() local [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | udivmodti4.c | 106 utwords quotient; in __udivmodti4() local
|
/llvm-project/libc/test/src/math/ |
H A D | RemQuoTest.h | 44 int quotient; testSpecialNumbers() local [all...] |
/llvm-project/mlir/include/mlir/Dialect/Affine/ |
H A D | Utils.h | 302 Value quotient; global() member
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | ExpandOps.cpp | 54 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 D | integer.h | 108 Integer quotient, remainder; global() member 890 Integer quotient, remainder; MultiplyUnsigned() local [all...] |
/llvm-project/flang/runtime/ |
H A D | edit-output.cpp | 130 auto quotient{un / 10u}; in EditIntegerOutput() local 196 unsigned quotient{e / 10u}; in FormatExponent() local
|
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/ |
H A D | IndexToSPIRV.cpp | 172 Value quotient = rewriter.create<spirv::UDivOp>(loc, minusOne, m); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/IndexToLLVM/ |
H A D | IndexToLLVM.cpp | 91 Value quotient = rewriter.create<LLVM::UDivOp>(loc, minusOne, m); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | Utils.cpp | 137 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 D | MPFRUtils.cpp | 403 remquo(const MPFRNumber & divisor,int & quotient) remquo() argument
|
/llvm-project/mlir/lib/Dialect/Shape/IR/ |
H A D | Shape.cpp | 1124 APInt quotient, remainder; fold() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 1990 APInt quotient = sdiv_ov(RHS, Overflow); sfloordiv_ov() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 3216 APInt quotient = divisor.sfloordiv_ov(dividend, Overflow); TEST() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 667 APInt quotient = a.udiv(b); fold() local
|