Home
last modified time | relevance | path

Searched refs:OP_PLUS (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/yap/example/autodiff_library/
DBinaryOPNode.cpp78 case OP_PLUS: in calc_eval_function()
137 case OP_PLUS: in calc_grad_reverse_0()
212 case OP_PLUS: in hess_reverse_0()
316 case OP_PLUS: in hess_reverse_1()
433 case OP_PLUS: in nonlinearEdges()
486 case OP_PLUS: in hess_forward_calc0()
Dauto_diff_types.h23 typedef enum {OP_PLUS=0, OP_MINUS, OP_TIMES, OP_DIVID, OP_SIN, OP_COS, OP_SQRT, OP_POW, OP_NEG} OPC… enumerator
/third_party/boost/libs/yap/example/
Dautodiff_example.cpp114 case boost::yap::expr_kind::plus: return OP_PLUS; in op_for_kind()
189 OPNode* op4 = create_binary_op_node(OP_PLUS,op1,op3); //op4 = op1 + op3 in BOOST_FIXTURE_TEST_SUITE()
191 OPNode* op6 = create_binary_op_node(OP_PLUS,op4,op5); //op6 = op4+op5 in BOOST_FIXTURE_TEST_SUITE()
234 OPNode* op4 = create_binary_op_node(OP_PLUS,op1,op3);//op4 = op1 + op3 in build_linear_function2_manually()
236 OPNode* op6 = create_binary_op_node(OP_PLUS,op4,op5);//op6 = op4+op5 in build_linear_function2_manually()
280 OPNode* op6 = create_binary_op_node(OP_PLUS,op4,op5); in build_nl_function1_manually()
561 Node* op4 = create_binary_op_node(OP_PLUS,op1,op2); in BOOST_AUTO_TEST_CASE()
842 Node* root = create_binary_op_node(OP_PLUS,op1,op2); in BOOST_AUTO_TEST_CASE()
/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c336 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && in get_chr_property_list()
1136 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1151 case OP_PLUS: in PRIV()
1152 *code += OP_POSPLUS - OP_PLUS; in PRIV()
1289 case OP_PLUS: in PRIV()
Dpcre2_find_bracket.c185 case OP_PLUS: in PRIV()
Dpcre2_pattern_info.c311 case OP_PLUS: in pcre2_callout_enumerate()
Dpcre2_study.c300 case OP_PLUS: in find_minlength()
1234 case OP_PLUS: in set_start_bits()
Dpcre2_printint.c463 case OP_PLUS: in pcre2_printint()
Dpcre2_internal.h1396 OP_PLUS, /* 35 the minimizing one second. */ enumerator
Dpcre2_jit_compile.c972 case OP_PLUS: in next_opcode()
1368 case OP_PLUS: in detect_early_fail()
1717 case OP_PLUS: \
5502 case OP_PLUS: in scan_prefix()
11176 if (*opcode == OP_PLUS || *opcode == OP_MINPLUS) in get_iterator_parameters()
11179 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11238 case OP_PLUS: in get_iterator_parameters()
11241 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
12001 case OP_PLUS: in compile_matchingpath()
13142 case OP_PLUS: in compile_backtrackingpath()
Dpcre2_compile.c7474 *code++ = OP_PLUS + repeat_type; in compile_branch()
8625 case OP_PLUS: in find_recurse()
8726 case OP_PLUS: in find_firstassertedcu()
Dpcre2_dfa_match.c2364 case OP_PLUS: in internal_dfa_match()
Dpcre2_match.c1180 case OP_PLUS: in match()
/third_party/glib/glib/pcre/
Dpcre_byte_order.c192 case OP_PLUS: in pcre_pattern_to_host_byte_order()
Dpcre_study.c211 case OP_PLUS: in find_minlength()
962 case OP_PLUS: in set_start_bits()
Dpcre_compile.c1972 case OP_PLUS: in find_fixedlength()
2141 case OP_PLUS: in PRIV()
2277 case OP_PLUS: in find_recurse()
2514 case OP_PLUS: in could_be_empty_branch()
4957 *code++ = OP_PLUS + repeat_type; in compile_branch()
5535 case OP_PLUS: *tempcode = OP_POSPLUS; break; in compile_branch()
7557 case OP_PLUS: in find_firstassertedchar()
Dpcre_jit_compile.c542 case OP_PLUS: in next_opcode()
5434 case OP_PLUS: in compile_iterator_trypath()
5474 if (opcode == OP_PLUS) in compile_iterator_trypath()
5482 if (opcode <= OP_PLUS || (opcode == OP_CRRANGE && arg1 == 0)) in compile_iterator_trypath()
5706 case OP_PLUS: in compile_trypath()
5930 case OP_PLUS: in compile_iterator_backtrackpath()
5942 if (opcode <= OP_PLUS || opcode == OP_UPTO) in compile_iterator_backtrackpath()
5955 if (opcode == OP_PLUS) in compile_iterator_backtrackpath()
6599 case OP_PLUS: in compile_backtrackpath()
Dpcre_internal.h1606 OP_PLUS, /* 35 the minimizing one second. */ enumerator
Dpcre_dfa_exec.c2306 case OP_PLUS: in internal_dfa_exec()
Dpcre_exec.c3291 case OP_PLUS: in match()
/third_party/pcre2/pcre2/
DHACKING485 OP_PLUS OP_PLUSI