/llvm-project/llvm/docs/ |
H A D | MyFirstTypoFix.rst | 451 MyFirstTypoFix Issues After Landing Your PRWith great power global() argument
|
/llvm-project/flang/lib/Decimal/ |
H A D | big-radix-floating-point.h | 39 static constexpr std::uint64_t TenToThe(int power) { in TenToThe()
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | dyadic_float.h | 342 pow_n(const DyadicFloat<Bits> & a,uint32_t power) pow_n() argument
|
/llvm-project/clang/test/Sema/ |
H A D | compare.c | 302 int test6(unsigned i, unsigned power) { in test6()
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | real.cpp | 320 if (power == 0) { in ToIntPower() argument 343 if (power > decimalDigit argument [all...] |
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Barvinok.cpp | 516 unsigned power, ArrayRef<QuasiPolynomial> num, ArrayRef<Fraction> den) { in getCoefficientInRationalFunction() argument
|
/llvm-project/mlir/lib/Dialect/Math/IR/ |
H A D | MathOps.cpp | 328 [](const APInt &base, const APInt &power) -> std::optional<APInt> { in fold()
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | integer.h | 113 Integer power; global() member
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_polynomial.c | 1263 __isl_give isl_poly *isl_poly_pow(__isl_take isl_poly *poly, unsigned power) in isl_poly_pow() 1380 __isl_give isl_poly *isl_poly_var_pow(isl_ctx *ctx, int pos, int power) in isl_poly_var_pow() 1887 unsigned power) in isl_qpolynomial_pow() 1905 __isl_take isl_pw_qpolynomial *pwqp, unsigned power) in isl_pw_qpolynomial_pow() 2257 __isl_take isl_space *domain, int pos, int power) in isl_qpolynomial_var_pow_on_domain()
|
H A D | isl_transitive_closure.c | 2885 static isl_stat power(__isl_take isl_map *map, void *user) in power() function
|
/llvm-project/flang/lib/Parser/ |
H A D | preprocessor.cpp | 1074 std::int64_t power{1}; ExpressionValue() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 257 IntType power{IntType{}.IBSET(bit)}; IntToRealBoundHelper() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 275 Value power = op.getOperand(1); convertFPowIOp() local
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imdrover.c | 1355 mp_small power; in test_qexpt() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 755 powerOf5(APFloatBase::integerPart * dst,unsigned int power) powerOf5() argument [all...] |