/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | muldc3_test.c | 48 double _Complex divisor; in test__muldc3() local 52 __real__ divisor = c; in test__muldc3() local 53 __imag__ divisor = d; in test__muldc3() local
|
H A D | mulxc3_test.c | 53 long double _Complex divisor; in test__mulxc3() local 57 __real__ divisor = c; in test__mulxc3() local 58 __imag__ divisor = d; in test__mulxc3() local
|
H A D | multc3_test.c | 50 long double _Complex divisor; in test__multc3() local 54 __real__ divisor = c; in test__multc3() local 55 __imag__ divisor = d; in test__multc3() local
|
H A D | divsc3_test.c | 48 float _Complex divisor; in test__divsc3() local 52 __real__ divisor = c; in test__divsc3() local 53 __imag__ divisor = d; in test__divsc3() local
|
H A D | mulsc3_test.c | 48 float _Complex divisor; in test__mulsc3() local 52 __real__ divisor = c; in test__mulsc3() local 53 __imag__ divisor = d; in test__mulsc3() local
|
H A D | divxc3_test.c | 53 long double _Complex divisor; in test__divxc3() local 57 __real__ divisor = c; in test__divxc3() local 58 __imag__ divisor = d; in test__divxc3() local
|
H A D | divdc3_test.c | 48 double _Complex divisor; in test__divdc3() local 52 __real__ divisor = c; in test__divdc3() local 53 __imag__ divisor = d; in test__divdc3() local
|
H A D | divtc3_test.c | 49 Qcomplex divisor; in test__divtc3() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-xlcompat-macros.c | 93 long long testdivde(long long dividend, long long divisor) { in testdivde() 100 unsigned long long testdivdeu(unsigned long long dividend, unsigned long long divisor) { in testdivdeu() 112 int testdivwe(int dividend, int divisor) { in testdivwe() 123 unsigned int testdivweu(unsigned int dividend, unsigned int divisor) { in testdivweu()
|
H A D | builtins-ppc-xlcompat-error.c | 91 long long testdivde(long long dividend, long long divisor) { in testdivde() 95 unsigned long long testdivdeu(unsigned long long dividend, unsigned long long divisor) { in testdivdeu()
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Utils.cpp | 34 DynamicAPInt &divisor) { in normalizeDivisionByGCD() argument 102 getDivRepr(const IntegerRelation & cst,unsigned pos,unsigned ubIneq,unsigned lbIneq,MutableArrayRef<DynamicAPInt> expr,DynamicAPInt & divisor) getDivRepr() argument 168 getDivRepr(const IntegerRelation & cst,unsigned pos,unsigned eqInd,MutableArrayRef<DynamicAPInt> expr,DynamicAPInt & divisor) getDivRepr() argument 230 computeSingleVarRepr(const IntegerRelation & cst,ArrayRef<bool> foundRepr,unsigned pos,MutableArrayRef<DynamicAPInt> dividend,DynamicAPInt & divisor) computeSingleVarRepr() argument 271 computeSingleVarRepr(const IntegerRelation & cst,ArrayRef<bool> foundRepr,unsigned pos,SmallVector<int64_t,8> & dividend,unsigned & divisor) computeSingleVarRepr() argument 317 getDivUpperBound(ArrayRef<DynamicAPInt> dividend,const DynamicAPInt & divisor,unsigned localVarIdx) getDivUpperBound() argument 329 getDivLowerBound(ArrayRef<DynamicAPInt> dividend,const DynamicAPInt & divisor,unsigned localVarIdx) getDivLowerBound() argument 496 insertDiv(unsigned pos,ArrayRef<DynamicAPInt> dividend,const DynamicAPInt & divisor) insertDiv() argument [all...] |
/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
H A D | integer_divide_by_zero.cpp | 12 volatile int divisor = 0; in main() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | donotoptimize_assembly_test.cc | 149 int divisor = 2; in test_div_by_two() local
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | udivmodti4.c | 104 utwords divisor; in __udivmodti4() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | integer.h | 884 DivideUnsigned(const Integer & divisor) MultiplyUnsigned() argument 907 DivideSigned(Integer divisor) MultiplyUnsigned() argument 960 MODULO(const Integer & divisor) MultiplyUnsigned() argument [all...] |
H A D | real.h | 466 NextQuotientBit(Fraction & top,bool & msb,const Fraction & divisor) NextQuotientBit() argument
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_int_sioimath.c | 86 uint32_t dividend, divisor, remainder; in isl_sioimath_smallgcd() local
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Utils.h | 157 setDiv(unsigned i,ArrayRef<DynamicAPInt> dividend,const DynamicAPInt & divisor) setDiv() argument [all...] |
H A D | IntegerRelation.h | 469 void addLocalFloorDiv(ArrayRef<int64_t> dividend, int64_t divisor) { in addLocalFloorDiv()
|
/llvm-project/mlir/lib/Analysis/ |
H A D | FlatLinearValueConstraints.cpp | 312 int64_t divisor = ubConst + 1; detectAsMod() local 430 unsigned divisor; detectAsFloorDiv() local 486 int64_t divisor = std::abs(ineq[pos + offset]); getLowerAndUpperBound() local [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Tiling.cpp | 243 int64_t targetSize, int64_t divisor) { in computeStaticMultiTileSizes() argument 270 computeMultiTileSizes(OpBuilder & builder,LinalgOp op,unsigned dimension,OpFoldResult targetSize,OpFoldResult divisor,bool emitAssertions) computeMultiTileSizes() argument [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | real.cpp | 228 Fraction top{GetFraction()}, divisor{y.GetFraction()}; in Divide() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 3176 APInt divisor(8 * sizeof(IntTy), std::numeric_limits<IntTy>::lowest(), TEST() local 3186 APInt divisor(8 * sizeof(IntTy), std::numeric_limits<IntTy>::lowest(), TEST() local 3196 APInt divisor(8 * sizeof(IntTy), std::numeric_limits<IntTy>::lowest(), TEST() local 3214 APInt divisor(8, a, true); TEST() local
|
/llvm-project/mlir/lib/IR/ |
H A D | AffineExpr.cpp | 1485 int64_t divisor = rhsConst / static_cast<int64_t>(gcd); visitDivExpr() local 1528 addLocalFloorDivId(ArrayRef<int64_t> dividend,int64_t divisor,AffineExpr localExpr) addLocalFloorDivId() argument [all...] |
/llvm-project/mlir/lib/Dialect/SCF/Utils/ |
H A D | Utils.cpp | 271 ceilDivPositive(OpBuilder & builder,Location loc,Value dividend,int64_t divisor) ceilDivPositive() argument 287 ceilDivPositive(OpBuilder & builder,Location loc,Value dividend,Value divisor) ceilDivPositive() argument
|