Searched refs:coefficient (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/ExecutionEngine/ |
| H A D | Invoke.cpp | 237 int32_t coefficient) { in memrefMultiply() argument 239 elt *= coefficient; in memrefMultiply() 284 int32_t coefficient = 3.; in TEST() local 285 llvm::Error error = jit->invoke("caller_for_callback", &*a, coefficient); in TEST() 289 ASSERT_EQ(elt, coefficient * count++); in TEST()
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/schedule/ |
| H A D | carry_bounded_coefficients.sc | 2 # a bound on the coefficient size. 12 # OPTIONS: --schedule-outer-coincidence --schedule-max-coefficient=20
|
| H A D | bounded_coefficients.sc | 8 # OPTIONS: --schedule-whole-component --schedule-max-coefficient=4 --schedule-max-constant-term=10
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | descriptor.h | 282 auto coefficient{static_cast<std::size_t>(GetDimension(k0).Extent())}; 286 dimCoefficient[j] = coefficient; 287 coefficient *= dim.Extent(); 289 if (elementNumber >= coefficient) {
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | descriptor.cpp | 182 std::size_t coefficient{1}; in ZeroBasedElementNumber() local 186 result += coefficient * (subscript[k] - dim.LowerBound()); in ZeroBasedElementNumber() 187 coefficient *= dim.Extent(); in ZeroBasedElementNumber()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | suspicious-call-argument.rst | 128 Sørensen--Dice coefficient (as `Dice`) 131 The `Sørensen--Dice coefficient <http://en.wikipedia.org/wiki/Sørensen–Dice_coefficient>`_ 133 Formally, the coefficient is calculated by dividing `2 * #(intersection)` with
|
| /llvm-project-15.0.7/polly/test/CodeGen/OpenMP/ |
| H A D | floord-as-argument-to-subfunction.ll | 1 ; RUN: opt %loadPolly -polly-opt-isl -polly-opt-max-coefficient=-1 -polly-parallel -polly-codegen -…
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AffineExpr.cpp | 975 auto addEntry = [&](std::pair<unsigned, signed> index, int64_t coefficient, in getSemiAffineExprFromFlatForm() 982 coefficients.insert({index, coefficient}); in getSemiAffineExprFromFlatForm()
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 454 following code will calculate the coefficient for the high-order term in the 982 than once the mean, median, standard deviation and coefficient of variation 990 only the aggregates (i.e. mean, median, standard deviation and coefficient
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | solve-quadratic.ll | 37 ; where the equation was multiplied by 2 to make the coefficient at x^2 an
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 317 is determined lexicographically, with the coefficient of $M$ considered 318 first. That is, if the coefficient of $M$ is not zero, then its sign 406 to the last unknown with non-zero coefficient. The new column variable 540 only appears with a positive coefficient, i.e., 604 sizes of the coefficients. In particular, it takes the largest coefficient 605 of each row and then selects the row where this largest coefficient is smaller
|
| H A D | user.pod | 2908 a non-zero coefficient for the specified dimension. 2977 set the I<numerator> of the constant or coefficient, while 2979 the constant or coefficient as a whole. 2982 the possibly rational constant or coefficient. 5321 that have a smaller coefficient for the shared latest dimension 6603 The following functions compute either the set of (rational) coefficient 11092 has no restriction on some parameter, forcing the coefficient of that 11094 distance to depend on that parameter, requiring the same coefficient
|