Home
last modified time | relevance | path

Searched refs:t_lhs (Results 1 – 22 of 22) sorted by relevance

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/
H A Dboxed_number.hpp200 return t_lhs; in unary_go()
228 return t_lhs; in binary_go()
258 return t_lhs; in binary_int_go()
338 …return binary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), get_as_aux<common_type, RHS>(t_rhs)… in go()
359 …return binary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), get_as_aux<common_type, RHS>(t_rhs)… in go()
373 return unary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), t_lhs); in go()
388 return unary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), t_lhs); in go()
429 switch (get_common_type(t_lhs)) { in oper()
460 switch (get_common_type(t_lhs)) { in oper()
895 return oper(t_oper, t_lhs, t_rhs); in do_oper()
[all …]
H A Dtype_conversions.hpp331 bool operator()(const std::type_info *t_lhs, const std::type_info *t_rhs) const in operator ()()
333 return *t_lhs != *t_rhs && t_lhs->before(*t_rhs); in operator ()()
H A Dbootstrap.hpp517 …[](dispatch::Assignable_Proxy_Function &t_lhs, const std::shared_ptr<const dispatch::Proxy_Functio… in bootstrap() argument
518 t_lhs.assign(t_rhs); in bootstrap()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/
H A Dboxed_number.hpp200 return t_lhs; in unary_go()
228 return t_lhs; in binary_go()
258 return t_lhs; in binary_int_go()
338 …return binary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), get_as_aux<common_type, RHS>(t_rhs)… in go()
359 …return binary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), get_as_aux<common_type, RHS>(t_rhs)… in go()
373 return unary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), t_lhs); in go()
388 return unary_go(t_oper, *static_cast<LHS *>(t_lhs.get_ptr()), t_lhs); in go()
429 switch (get_common_type(t_lhs)) { in oper()
460 switch (get_common_type(t_lhs)) { in oper()
895 return oper(t_oper, t_lhs, t_rhs); in do_oper()
[all …]
H A Dtype_conversions.hpp331 bool operator()(const std::type_info *t_lhs, const std::type_info *t_rhs) const in operator ()()
333 return *t_lhs != *t_rhs && t_lhs->before(*t_rhs); in operator ()()
H A Dbootstrap.hpp519 …[](dispatch::Assignable_Proxy_Function &t_lhs, const std::shared_ptr<const dispatch::Proxy_Functio… in bootstrap() argument
520 t_lhs.assign(t_rhs); in bootstrap()
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-typeinfo.h116 int t_lhs, int t_rhs, binary_op_fcn f) in install_binary_op() argument
118 return register_binary_op (op, t_lhs, t_rhs, f, true); in install_binary_op()
127 int t_lhs, int t_rhs, assign_op_fcn f) in install_assign_op() argument
129 return register_assign_op (op, t_lhs, t_rhs, f, true); in install_assign_op()
132 bool install_assignany_op (octave_value::assign_op op, int t_lhs, in install_assignany_op() argument
135 return register_assignany_op (op, t_lhs, f, true); in install_assignany_op()
138 bool install_pref_assign_conv (int t_lhs, int t_rhs, int t_result) in install_pref_assign_conv() argument
140 return register_pref_assign_conv (t_lhs, t_rhs, t_result, true); in install_pref_assign_conv()
316 lookup_assign_op (octave_value::assign_op op, int t_lhs, int t_rhs);
319 lookup_assignany_op (octave_value::assign_op op, int t_lhs);
[all …]
H A Dov-typeinfo.cc378 if (lookup_assign_op (op, t_lhs, t_rhs)) in register_assign_op()
381 std::string t_lhs_name = types(t_lhs); in register_assign_op()
406 if (lookup_assignany_op (op, t_lhs)) in register_assignany_op()
409 std::string t_lhs_name = types(t_lhs); in register_assignany_op()
432 if (lookup_pref_assign_conv (t_lhs, t_rhs) >= 0) in register_pref_assign_conv()
434 std::string t_lhs_name = types(t_lhs); in register_pref_assign_conv()
449 pref_assign_conv.checkelem (t_lhs, t_rhs) = t_result; in register_pref_assign_conv()
555 int t_lhs, int t_rhs) in lookup_assign_op() argument
571 return pref_assign_conv.checkelem (t_lhs, t_rhs); in lookup_pref_assign_conv()
866 return type_info.lookup_assignany_op (op, t_lhs); in lookup_assignany_op()
[all …]
H A Dov-base.cc1177 int t_lhs = type_id (); in numeric_assign() local
1184 = ti.lookup_assign_op (octave_value::op_asn_eq, t_lhs, t_rhs); in numeric_assign()
1202 int t_result = ti.lookup_pref_assign_conv (t_lhs, t_rhs); in numeric_assign()
1207 = ti.lookup_widening_op (t_lhs, t_result); in numeric_assign()
1237 t_lhs, cf_rhs.type_id ()) in numeric_assign()
1238 || ti.lookup_pref_assign_conv (t_lhs, in numeric_assign()
/dports/devel/ppl/ppl-1.2/interfaces/Prolog/
H A Dppl_interface_generator_prolog_hh_code.m4293 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
300 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
314 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
373 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs,
381 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
388 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs,
396 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
403 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs,
411 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
418 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
[all …]
H A Dppl_interface_generator_prolog_cc_code.m41041 bop_assign(Prolog_term_ref t_lhs,
1069 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) {
1087 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) {
1137 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) {
1527 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs,
1548 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) {
1566 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs,
1587 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) {
1605 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs,
1627 (Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) {
[all …]
H A Dppl_prolog_common_defs.hh865 ppl_MIP_Problem_swap(Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
971 ppl_PIP_Problem_swap(Prolog_term_ref t_lhs, Prolog_term_ref t_rhs);
H A Dppl_prolog_common.cc2074 ppl_MIP_Problem_swap(Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) { in ppl_MIP_Problem_swap() argument
2077 MIP_Problem* lhs = term_to_handle<MIP_Problem>(t_lhs, where); in ppl_MIP_Problem_swap()
2575 ppl_PIP_Problem_swap(Prolog_term_ref t_lhs, Prolog_term_ref t_rhs) { in ppl_PIP_Problem_swap() argument
2578 PIP_Problem* lhs = term_to_handle<PIP_Problem>(t_lhs, where); in ppl_PIP_Problem_swap()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/language/
H A Dchaiscript_eval.hpp189 const std::string &t_oper_string, const Boxed_Value &t_lhs) const in do_oper()
192 if (t_lhs.get_type_info().is_arithmetic()) in do_oper()
196 return Boxed_Number::do_oper(m_oper, t_lhs, m_rhs); in do_oper()
204 fpp.save_params({t_lhs, m_rhs}); in do_oper()
205 return t_ss->call_function(t_oper_string, m_loc, {t_lhs, m_rhs}, t_ss.conversions()); in do_oper()
235 …Operators::Opers t_oper, const std::string &t_oper_string, const Boxed_Value &t_lhs, const Boxed_V… in do_oper()
238 …if (t_oper != Operators::Opers::invalid && t_lhs.get_type_info().is_arithmetic() && t_rhs.get_type… in do_oper()
242 return Boxed_Number::do_oper(t_oper, t_lhs, t_rhs); in do_oper()
250 fpp.save_params({t_lhs, t_rhs}); in do_oper()
251 return t_ss->call_function(t_oper_string, m_loc, {t_lhs, t_rhs}, t_ss.conversions()); in do_oper()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/language/
H A Dchaiscript_eval.hpp189 const std::string &t_oper_string, const Boxed_Value &t_lhs) const in do_oper()
192 if (t_lhs.get_type_info().is_arithmetic()) in do_oper()
196 return Boxed_Number::do_oper(m_oper, t_lhs, m_rhs); in do_oper()
204 fpp.save_params({t_lhs, m_rhs}); in do_oper()
205 return t_ss->call_function(t_oper_string, m_loc, {t_lhs, m_rhs}, t_ss.conversions()); in do_oper()
235 …Operators::Opers t_oper, const std::string &t_oper_string, const Boxed_Value &t_lhs, const Boxed_V… in do_oper()
238 …if (t_oper != Operators::Opers::invalid && t_lhs.get_type_info().is_arithmetic() && t_rhs.get_type… in do_oper()
242 return Boxed_Number::do_oper(t_oper, t_lhs, t_rhs); in do_oper()
250 fpp.save_params({t_lhs, t_rhs}); in do_oper()
251 return t_ss->call_function(t_oper_string, m_loc, {t_lhs, t_rhs}, t_ss.conversions()); in do_oper()
/dports/math/yices/yices-2.6.2/src/mcsat/bv/
H A Dbv_evaluator.c548 term_t t_lhs = atom_desc->arg[0]; in bv_evaluator_run_atom() local
551 if (t_kind == EQ_TERM && is_boolean_term(terms, t_lhs)) { in bv_evaluator_run_atom()
552 term_t t_lhs_pos = unsigned_term(t_lhs); in bv_evaluator_run_atom()
560 if (t_lhs_pos != t_lhs) { t_value_lhs = !t_value_lhs; } in bv_evaluator_run_atom()
569 bv_evaluator_run_term(eval, t_lhs, &lhs, &lhs_level); in bv_evaluator_run_atom()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/util/
H A Dvariant.hpp126 const T& t_lhs = *reinterpret_cast<const T*>(lhs); in help() local
128 return t_lhs == t_rhs; in help()
/dports/devel/ppl/ppl-1.2/src/
H A DBD_Shape_templates.hh6011 dimension_type t_lhs = 0; in generalized_affine_image() local
6016 ++t_lhs; in generalized_affine_image()
6018 ++t_lhs; in generalized_affine_image()
6025 if (t_lhs == 0) { in generalized_affine_image()
6049 else if (t_lhs == 1) { in generalized_affine_image()
6279 dimension_type t_lhs = 0; in generalized_affine_preimage() local
6284 ++t_lhs; in generalized_affine_preimage()
6286 ++t_lhs; in generalized_affine_preimage()
6293 if (t_lhs == 0) { in generalized_affine_preimage()
6299 else if (t_lhs == 1) { in generalized_affine_preimage()
H A DOctagonal_Shape_templates.hh6560 dimension_type t_lhs = 0; in generalized_affine_image() local
6565 ++t_lhs; in generalized_affine_image()
6567 ++t_lhs; in generalized_affine_image()
6574 if (t_lhs == 0) { in generalized_affine_image()
6600 else if (t_lhs == 1) { in generalized_affine_image()
7145 dimension_type t_lhs = 0; in generalized_affine_preimage() local
7150 ++t_lhs; in generalized_affine_preimage()
7152 ++t_lhs; in generalized_affine_preimage()
7161 if (t_lhs == 0) { in generalized_affine_preimage()
7166 else if (t_lhs == 1) { in generalized_affine_preimage()
H A Dppl.hh.dist77619 ++t_lhs;
77621 ++t_lhs;
77628 if (t_lhs == 0) {
78204 ++t_lhs;
78206 ++t_lhs;
78215 if (t_lhs == 0) {
86563 ++t_lhs;
86565 ++t_lhs;
86572 if (t_lhs == 0) {
86831 ++t_lhs;
[all …]
/dports/lang/p5-Marpa-XS/Marpa-XS-1.008000/libmarpa/dist/
H A Dmarpa.c81 #define SYMBOL_LHS_RULE_COUNT(symbol) ((symbol) ->t_lhs->len)
888 GArray*t_lhs; member
2758 symbol->t_lhs= g_array_new(FALSE,FALSE,sizeof(Marpa_Rule_ID)); in symbol_new()
2825 g_array_free(symbol->t_lhs,TRUE); in symbol_free()
2855 return SYM_by_ID(symid)->t_lhs;} in marpa_symbol_lhs_peek()
2860 {g_array_append_val(symbol->t_lhs,rule_id);} in symbol_lhs_add()
3516 GArray*same_lhs_array= lhs->t_lhs; in is_rule_duplicate()
4153 if(original_start_symbol->t_lhs->len<=0){ in census()
5196 GArray*lhs_rules= rhs_symbol->t_lhs; in loop_detect()
6054 GArray*lhs_rules= to_symbol->t_lhs; in create_AHFA_states()
[all …]
/dports/lang/p5-Marpa-XS/Marpa-XS-1.008000/libmarpa/dev/
H A Dmarpa.w1177 @d SYMBOL_LHS_RULE_COUNT(symbol) ((symbol)->t_lhs->len)
1178 @<Widely aligned symbol elements@> = GArray* t_lhs;
1180 symbol->t_lhs = g_array_new(FALSE, FALSE, sizeof(Marpa_Rule_ID));
1182 g_array_free(symbol->t_lhs, TRUE);
1190 return SYM_by_ID(symid)->t_lhs; }
1195 { g_array_append_val(symbol->t_lhs, rule_id); }
1762 GArray* same_lhs_array = lhs->t_lhs;
2510 if (original_start_symbol->t_lhs->len <= 0) {
3383 GArray* lhs_rules = rhs_symbol->t_lhs;
4465 = g_array_index(start_alias->t_lhs, Marpa_Rule_ID, 0); /* Start alias
[all …]