/third_party/boost/libs/yap/example/autodiff_library/ |
D | BinaryOPNode.cpp | 78 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()
|
D | auto_diff_types.h | 23 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/ |
D | autodiff_example.cpp | 114 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/ |
D | pcre2_auto_possess.c | 336 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()
|
D | pcre2_find_bracket.c | 185 case OP_PLUS: in PRIV()
|
D | pcre2_pattern_info.c | 311 case OP_PLUS: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 300 case OP_PLUS: in find_minlength() 1234 case OP_PLUS: in set_start_bits()
|
D | pcre2_printint.c | 463 case OP_PLUS: in pcre2_printint()
|
D | pcre2_internal.h | 1396 OP_PLUS, /* 35 the minimizing one second. */ enumerator
|
D | pcre2_jit_compile.c | 972 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()
|
D | pcre2_compile.c | 7474 *code++ = OP_PLUS + repeat_type; in compile_branch() 8625 case OP_PLUS: in find_recurse() 8726 case OP_PLUS: in find_firstassertedcu()
|
D | pcre2_dfa_match.c | 2364 case OP_PLUS: in internal_dfa_match()
|
D | pcre2_match.c | 1180 case OP_PLUS: in match()
|
/third_party/glib/glib/pcre/ |
D | pcre_byte_order.c | 192 case OP_PLUS: in pcre_pattern_to_host_byte_order()
|
D | pcre_study.c | 211 case OP_PLUS: in find_minlength() 962 case OP_PLUS: in set_start_bits()
|
D | pcre_compile.c | 1972 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()
|
D | pcre_jit_compile.c | 542 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()
|
D | pcre_internal.h | 1606 OP_PLUS, /* 35 the minimizing one second. */ enumerator
|
D | pcre_dfa_exec.c | 2306 case OP_PLUS: in internal_dfa_exec()
|
D | pcre_exec.c | 3291 case OP_PLUS: in match()
|
/third_party/pcre2/pcre2/ |
D | HACKING | 485 OP_PLUS OP_PLUSI
|