Home
last modified time | relevance | path

Searched refs:lhs_arg (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DDerivative.cpp1449 Expr lhs_arg = lhs[lhs_id]; in propagate_halide_function_call() local
1535 const Add *add = lhs_arg.as<Add>(); in propagate_halide_function_call()
1647 adjoint = substitute(lhs_arg, in propagate_halide_function_call()
1663 for (const auto &lhs_arg : lhs) { in propagate_halide_function_call() local
1665 gather_rvariables(lhs_arg); in propagate_halide_function_call()
1673 gather_rvariables(lhs_arg); in propagate_halide_function_call()
1680 for (auto &lhs_arg : lhs) { in propagate_halide_function_call() local
1686 lhs_arg = substitute(it.first, max - r, lhs_arg); in propagate_halide_function_call()
1749 for (auto &lhs_arg : lhs) { in propagate_halide_function_call() local
1750 lhs_arg = substitute(var_names[rid], merged_r[rid], lhs_arg); in propagate_halide_function_call()
[all …]
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DSubModel.hh80 map<string, vector<int>> lhs_arg,
150 void setLhs(map<string, vector<int>> lhs_arg);
H A DSubModel.cc46 … map<string, vector<int>> lhs_arg, map<string, vector<expr_t>> lhs_expr_t_arg) in setVals() argument
50 lhs = move(lhs_arg); in setVals()
596 VarModelTable::setLhs(map<string, vector<int>> lhs_arg) in setLhs() argument
598 lhs = move(lhs_arg); in setLhs()
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dast_sel_cmp.cpp383 const String* lhs_arg = argument(); in operator ==() local
385 if (!PtrObjEquality()(lhs_arg, rhs_arg)) return false; in operator ==()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dast_sel_cmp.cpp383 const String* lhs_arg = argument(); in operator ==() local
385 if (!PtrObjEquality()(lhs_arg, rhs_arg)) return false; in operator ==()
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dast_sel_cmp.cpp383 const String* lhs_arg = argument(); in operator ==() local
385 if (!PtrObjEquality()(lhs_arg, rhs_arg)) return false; in operator ==()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dast_sel_cmp.cpp383 const String* lhs_arg = argument(); in operator ==() local
385 if (!PtrObjEquality()(lhs_arg, rhs_arg)) return false; in operator ==()
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dast_sel_cmp.cpp383 const String* lhs_arg = argument(); in operator ==() local
385 if (!PtrObjEquality()(lhs_arg, rhs_arg)) return false; in operator ==()
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dast_sel_cmp.cpp383 const String* lhs_arg = argument(); in operator ==() local
385 if (!PtrObjEquality()(lhs_arg, rhs_arg)) return false; in operator ==()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dconjecture_generator.cpp2107 void TheoremIndex::addTheorem( std::vector< TNode >& lhs_v, std::vector< unsigned >& lhs_arg, TNode… in addTheorem() argument
2114 if( lhs_arg[index]==lhs_v[index].getNumChildren() ){ in addTheorem()
2116 lhs_arg.pop_back(); in addTheorem()
2117 addTheorem( lhs_v, lhs_arg, rhs ); in addTheorem()
2119 lhs_arg[index]++; in addTheorem()
2120 addTheoremNode( lhs_v[index][lhs_arg[index]-1], lhs_v, lhs_arg, rhs ); in addTheorem()
2125 …heoremNode( TNode curr, std::vector< TNode >& lhs_v, std::vector< unsigned >& lhs_arg, TNode rhs ){ in addTheoremNode() argument
2129 lhs_arg.push_back( 0 ); in addTheoremNode()
2130 d_children[curr.getOperator()].addTheorem( lhs_v, lhs_arg, rhs ); in addTheoremNode()
2136 d_children[curr].addTheorem( lhs_v, lhs_arg, rhs ); in addTheoremNode()
H A Dconjecture_generator.h195 void addTheorem( std::vector< TNode >& lhs_v, std::vector< unsigned >& lhs_arg, TNode rhs );
196 …void addTheoremNode( TNode curr, std::vector< TNode >& lhs_v, std::vector< unsigned >& lhs_arg, TN…
/dports/math/octave/octave-6.4.0/liboctave/operators/
H A Dmk-ops.awk67 lhs_arg = substr (tmp, 1, index (tmp, "-")-1);
157 if (lhs_arg != lhs_tag || rhs_arg != rhs_tag)
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dconstexpr.c970 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
972 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
973 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dconstexpr.c970 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
972 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
973 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1045 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1047 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
1048 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dconstexpr.c1045 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1047 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
1048 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1045 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1047 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
1048 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1045 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1047 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
1048 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1045 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1047 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
1048 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dconstexpr.c1045 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1047 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in equal()
1048 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dconstexpr.c1089 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1092 (TREE_TYPE (lhs_arg), TREE_TYPE (rhs_arg))); in equal()
1093 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dconstexpr.c1086 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1088 gcc_assert (same_type_p (TREE_TYPE (lhs_arg), TREE_TYPE (rhs_arg))); in equal()
1089 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dconstexpr.c1089 tree lhs_arg = TREE_VALUE (lhs_bindings); in equal() local
1092 (TREE_TYPE (lhs_arg), TREE_TYPE (rhs_arg))); in equal()
1093 if (!cp_tree_equal (lhs_arg, rhs_arg)) in equal()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dsemantics.c6501 tree lhs_arg = TREE_VALUE (lhs_bindings); in constexpr_call_equal() local
6503 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in constexpr_call_equal()
6504 if (!cp_tree_equal (lhs_arg, rhs_arg)) in constexpr_call_equal()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dsemantics.c6461 tree lhs_arg = TREE_VALUE (lhs_bindings); in constexpr_call_equal() local
6463 gcc_assert (TREE_TYPE (lhs_arg) == TREE_TYPE (rhs_arg)); in constexpr_call_equal()
6464 if (!cp_tree_equal (lhs_arg, rhs_arg)) in constexpr_call_equal()

12