| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | args_product_test.cc | 64 int64_t product = in BENCHMARK_DEFINE_F() local
|
| H A D | multiple_ranges_test.cc | 69 int64_t product = state.range(0) * state.range(1) * state.range(2); in BENCHMARK_DEFINE_F() local
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/ |
| H A D | main.cpp | 8 product (int x, int y) in product() function
|
| /llvm-project-15.0.7/lldb/test/API/commands/log/basic/ |
| H A D | main.cpp | 7 product (int x, int y) in product() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_ids/ |
| H A D | main.cpp | 10 product (int x, int y) in product() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Shape/Transforms/ |
| H A D | ShapeToShapeLowering.cpp | 46 Value product = b.create<MulOp>(loc, valueType, body->getArgument(1), in matchAndRewrite() local
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/sections/ |
| H A D | omp_parallel_sections_reduction.c | 17 int product; in test_omp_parallel_sections_reduction() local
|
| H A D | omp_sections_reduction.c | 16 int product; in test_omp_sections_reduction() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | matmul.cpp | 73 inline void MatrixTimesMatrix(CppTypeFor<RCAT, RKIND> *RESTRICT product, in MatrixTimesMatrix() 107 inline void MatrixTimesVector(CppTypeFor<RCAT, RKIND> *RESTRICT product, in MatrixTimesVector() 136 inline void VectorTimesMatrix(CppTypeFor<RCAT, RKIND> *RESTRICT product, in VectorTimesMatrix()
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_parallel_for_reduction.c | 20 int product; in test_omp_parallel_for_reduction() local
|
| H A D | omp_for_reduction.c | 16 int product = 1; in test_omp_for_reduction() local
|
| /llvm-project-15.0.7/openmp/runtime/test/parallel/ |
| H A D | omp_parallel_reduction.c | 20 int product; in test_omp_parallel_reduction() local
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 155 auto product{GetFraction().MultiplyUnsigned(y.GetFraction())}; in Multiply() local 421 Real product{toInt.Multiply(y, rounding).AccumulateFlags(result.flags)}; in MOD() local 444 Real product{toInt.Multiply(y, rounding).AccumulateFlags(result.flags)}; in MODULO() local
|
| H A D | fold-integer.cpp | 1049 ExtentExpr product{1}; in FoldIntrinsicFunction() local
|
| /llvm-project-15.0.7/openmp/runtime/test/atomic/ |
| H A D | omp_atomic.c | 17 int product; in test_omp_atomic() local
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | integer.cpp | 190 auto product{a.MultiplyUnsigned(b)}; in exhaustiveTesting() local
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx1z-fold-expressions.cpp | 4 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product() function
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | cxx1z-fold-expressions.cpp | 5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product() function
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_graft.c | 1105 int product) in isl_ast_graft_unembed() 1134 __isl_take isl_ast_graft_list *list, int product) in isl_ast_graft_list_unembed()
|
| H A D | isl_test_int.c | 300 static void int_test_product(isl_int product, isl_int factor1, isl_int factor2) in int_test_product()
|
| H A D | isl_farkas.c | 681 isl_basic_set *product; in construct_product() local
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | fp_lib.h | 56 const uint64_t product = (uint64_t)a * b; in wideMultiply() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 8651 isl::map basic_map::product(const isl::map &map2) const in product() function 9601 isl::set basic_set::product(const isl::set &set2) const in product() function 11529 isl::map map::product(isl::map map2) const in product() function 11535 isl::union_map map::product(const isl::union_map &umap2) const in product() function 11540 isl::map map::product(const isl::basic_map &map2) const in product() function 12444 isl::multi_aff multi_aff::product(isl::multi_aff multi2) const in product() function 14089 isl::multi_val multi_val::product(isl::multi_val multi2) const in product() function 14783 isl::set point::product(const isl::set &set2) const in product() function 19115 isl::set set::product(isl::set set2) const in product() function 19885 isl::space space::product(isl::space right) const in product() function [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 886 Operand product; in ParseIntelIndexedAccess() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/ |
| H A D | Shape.cpp | 1426 APInt product(64, 1); in fold() local
|