Home
last modified time | relevance | path

Searched defs:divisor (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/compiler-rt/test/builtins/Unit/
H A Dmuldc3_test.c48 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 Dmulxc3_test.c53 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 Dmultc3_test.c50 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 Ddivsc3_test.c48 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 Dmulsc3_test.c48 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 Ddivxc3_test.c53 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 Ddivdc3_test.c48 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 Ddivtc3_test.c49 Qcomplex divisor; in test__divtc3() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-macros.c93 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 Dbuiltins-ppc-xlcompat-error.c91 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 DUtils.cpp34 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 Dinteger_divide_by_zero.cpp12 volatile int divisor = 0; in main() local
/llvm-project/third-party/benchmark/test/
H A Ddonotoptimize_assembly_test.cc149 int divisor = 2; in test_div_by_two() local
/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c104 utwords divisor; in __udivmodti4() local
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h884 DivideUnsigned(const Integer & divisor) MultiplyUnsigned() argument
907 DivideSigned(Integer divisor) MultiplyUnsigned() argument
960 MODULO(const Integer & divisor) MultiplyUnsigned() argument
[all...]
H A Dreal.h466 NextQuotientBit(Fraction & top,bool & msb,const Fraction & divisor) NextQuotientBit() argument
/llvm-project/polly/lib/External/isl/
H A Disl_int_sioimath.c86 uint32_t dividend, divisor, remainder; in isl_sioimath_smallgcd() local
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DUtils.h157 setDiv(unsigned i,ArrayRef<DynamicAPInt> dividend,const DynamicAPInt & divisor) setDiv() argument
[all...]
H A DIntegerRelation.h469 void addLocalFloorDiv(ArrayRef<int64_t> dividend, int64_t divisor) { in addLocalFloorDiv()
/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp312 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 DTiling.cpp243 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 Dreal.cpp228 Fraction top{GetFraction()}, divisor{y.GetFraction()}; in Divide() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp3176 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 DAffineExpr.cpp1485 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 DUtils.cpp271 ceilDivPositive(OpBuilder & builder,Location loc,Value dividend,int64_t divisor) ceilDivPositive() argument
287 ceilDivPositive(OpBuilder & builder,Location loc,Value dividend,Value divisor) ceilDivPositive() argument

12