Home
last modified time | relevance | path

Searched refs:test_op (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtesttoken.cpp764 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in matchOp()
786 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in matchConstOp()
804 for (test_op = arithmeticalOps.begin(); test_op != test_ops_end; ++test_op) { in isArithmeticalOp()
835 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in isOp()
861 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in isConstOp()
889 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in isExtendedOp()
906 for (test_op = assignmentOps.begin(); test_op != test_ops_end; ++test_op) { in isAssignmentOp()
930 for (test_op = extendedOps.begin(); test_op != extendedOps.end(); ++test_op) { in operators()
935 for (test_op = logicalOps.begin(); test_op != logicalOps.end(); ++test_op) { in operators()
940 for (test_op = bitOps.begin(); test_op != bitOps.end(); ++test_op) { in operators()
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtesttoken.cpp764 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in matchOp()
786 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in matchConstOp()
804 for (test_op = arithmeticalOps.begin(); test_op != test_ops_end; ++test_op) { in isArithmeticalOp()
835 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in isOp()
861 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in isConstOp()
889 for (test_op = test_ops.begin(); test_op != test_ops_end; ++test_op) { in isExtendedOp()
906 for (test_op = assignmentOps.begin(); test_op != test_ops_end; ++test_op) { in isAssignmentOp()
930 for (test_op = extendedOps.begin(); test_op != extendedOps.end(); ++test_op) { in operators()
935 for (test_op = logicalOps.begin(); test_op != logicalOps.end(); ++test_op) { in operators()
940 for (test_op = bitOps.begin(); test_op != bitOps.end(); ++test_op) { in operators()
[all …]
/dports/graphics/gegl/gegl-0.4.34/tests/simple/
H A Dtest-svg-abyss.c66 GeglNode *test_op, *upper_rect, *lower_rect; in test_operation() local
68 test_op = gegl_node_new_child (ptn, in test_operation()
90 gegl_node_connect_to (lower_rect, "output", test_op, "input"); in test_operation()
91 gegl_node_connect_to (upper_rect, "output", test_op, "aux"); in test_operation()
98 gegl_node_blit (test_op, in test_operation()
116 GeglNode *test_op, *upper_rect, *lower_rect; in test_operation() local
120 test_op = gegl_node_new_child (ptn, in test_operation()
165 gegl_node_connect_to (lower_over, "output", test_op, "input"); in test_operation()
166 gegl_node_connect_to (upper_over, "output", test_op, "aux"); in test_operation()
173 gegl_node_blit (test_op, in test_operation()
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dassignwarn.t29 sub test_op {
50 test_op($tie, $integer, $_, 0) foreach qw($x++ $x-- ++$x --$x);
54 test_op($tie, '', "\$x $_= 1", $should_warn{$_});
56 test_op($tie, ', int', "\$x $_= 1", $should_warn{$_});
60 test_op($tie, '', "\$x $_= 'x'", $should_warn{$_});
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dassignwarn.t29 sub test_op {
50 test_op($tie, $integer, $_, 0) foreach qw($x++ $x-- ++$x --$x);
54 test_op($tie, '', "\$x $_= 1", $should_warn{$_});
56 test_op($tie, ', int', "\$x $_= 1", $should_warn{$_});
60 test_op($tie, '', "\$x $_= 'x'", $should_warn{$_});
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dassignwarn.t29 sub test_op {
50 test_op($tie, $integer, $_, 0) foreach qw($x++ $x-- ++$x --$x);
54 test_op($tie, '', "\$x $_= 1", $should_warn{$_});
56 test_op($tie, ', int', "\$x $_= 1", $should_warn{$_});
60 test_op($tie, '', "\$x $_= 'x'", $should_warn{$_});
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dassignwarn.t29 sub test_op {
50 test_op($tie, $integer, $_, 0) foreach qw($x++ $x-- ++$x --$x);
54 test_op($tie, '', "\$x $_= 1", $should_warn{$_});
56 test_op($tie, ', int', "\$x $_= 1", $should_warn{$_});
60 test_op($tie, '', "\$x $_= 'x'", $should_warn{$_});
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_amo_add_xor.cc14 void test_op(T (*op)(T, T)) { in test_op() function in uct_amo_add_xor_test
47 test_op<uint32_t, UCT_ATOMIC_OP_ADD>(add_op<uint32_t>);
52 test_op<uint64_t, UCT_ATOMIC_OP_ADD>(add_op<uint64_t>);
57 test_op<uint32_t, UCT_ATOMIC_OP_XOR>(xor_op<uint32_t>);
62 test_op<uint64_t, UCT_ATOMIC_OP_XOR>(xor_op<uint64_t>);
H A Dtest_amo_and_or.cc14 void test_op(T (*op)(T, T), T (*val)(unsigned)) { in test_op() function in uct_amo_and_or_test
48 test_op<uint32_t, UCT_ATOMIC_OP_AND>(and_op<uint32_t>, and_val<uint32_t>);
53 test_op<uint64_t, UCT_ATOMIC_OP_AND>(and_op<uint64_t>, and_val<uint64_t>);
58 test_op<uint32_t, UCT_ATOMIC_OP_OR>(or_op<uint32_t>, or_val<uint32_t>);
63 test_op<uint64_t, UCT_ATOMIC_OP_OR>(or_op<uint64_t>, or_val<uint64_t>);
/dports/devel/csmith/csmith-2.3.0/src/
H A DStatementFor.cpp72 eBinaryOps &test_op, in make_random_loop_control() argument
83 test_op = t_ops[pure_rnd_upto(sizeof(t_ops)/sizeof(*t_ops))]; in make_random_loop_control()
93 if (test_op == eCmpNe && incr > 1) in make_random_loop_control()
102 (test_op == eCmpGe || test_op == eCmpLe)) { in make_random_loop_control()
109 if ((limit < init) || ((limit == init) && (test_op == eCmpGe))) { in make_random_loop_control()
136 test_op = is_signed ? (rnd_flipcoin(50) ? eCmpLe : eCmpGe) : eCmpLe; in make_random_array_control()
137 if (test_op == eCmpLe) { in make_random_array_control()
189 eBinaryOps test_op; in make_iteration() local
209 …bound = make_random_array_control(--bound, init_n, limit_n, incr_n, test_op, incr_op, var->type->i… in make_iteration()
212 make_random_loop_control(init_n, limit_n, incr_n, test_op, incr_op, var->type->is_signed()); in make_iteration()
[all …]
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/transforms/opconversions/
H A Djordan_wigner_test.py314 test_op = FermionOperator('1^ 2^ 3 4')
315 test_op += hermitian_conjugated(test_op)
318 jordan_wigner(get_interaction_operator(test_op)))
324 test_op = FermionOperator('1^ 2^ 2 1')
325 test_op += hermitian_conjugated(test_op)
327 jordan_wigner(test_op) == jordan_wigner(
328 get_interaction_operator(test_op)))
336 test_op = FermionOperator('1^ 2^ 3 4')
337 test_op += hermitian_conjugated(test_op)
339 interaction_op = get_interaction_operator(test_op)
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/debuggers/
H A Dpredefined_gap_test.c47 ompi_op_t test_op; in main() local
108 GAP_CHECK("super", test_op, super, super, 0) in main()
109 GAP_CHECK("o_name", test_op, o_name, super, 1) in main()
110 GAP_CHECK("o_flags", test_op, o_flags, o_name, 1) in main()
111 GAP_CHECK("o_f_to_c_index", test_op, o_f_to_c_index, o_flags, 1) in main()
112 GAP_CHECK("o_func", test_op, o_func, o_f_to_c_index, 1) in main()
113 GAP_CHECK("o_3buff_instrinsic", test_op, o_3buff_intrinsic, o_func, 1) in main()
/dports/net/openmpi/openmpi-4.1.1/ompi/debuggers/
H A Dpredefined_gap_test.c47 ompi_op_t test_op; in main() local
108 GAP_CHECK("super", test_op, super, super, 0) in main()
109 GAP_CHECK("o_name", test_op, o_name, super, 1) in main()
110 GAP_CHECK("o_flags", test_op, o_flags, o_name, 1) in main()
111 GAP_CHECK("o_f_to_c_index", test_op, o_f_to_c_index, o_flags, 1) in main()
112 GAP_CHECK("o_func", test_op, o_func, o_f_to_c_index, 1) in main()
113 GAP_CHECK("o_3buff_instrinsic", test_op, o_3buff_intrinsic, o_func, 1) in main()
/dports/security/nflib/NFLlib-1.0.0-23-g5cf40ed/tests/
H A Dnfl_add.cpp5 bool test_op() in test_op() function
22 return test_op<poly_t>() and test_op<poly_p_t>(); in run()
H A Dnfl_mul.cpp5 bool test_op() in test_op() function
22 return test_op<poly_t>() and test_op<poly_p_t>(); in run()
H A Dnfl_sub.cpp6 bool test_op() in test_op() function
23 return test_op<poly_t>() and test_op<poly_p_t>(); in run()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue476/repro/
H A Dtest_op.vhd5 entity test_op is entity
15 end entity test_op;
17 architecture rtl of test_op is
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue476/repro2/
H A Dtest_op.vhd5 entity test_op is entity
15 end entity test_op;
17 architecture rtl of test_op is
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue476/
H A Dtestsuite.sh6 analyze pixel_pkg.vhd pixel_column_pkg.vhd pixel_matrix_pkg.vhd test_op.vhd
7 elab_simulate test_op
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/core/
H A Dtest_op.pl35 :- module(test_op, [test_op/0]).
45 test_op :- label
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dintegrator.hpp68 EvalMode test_op; member
119 info.test_op in Assemble()
225 switch (op.test_op) in Assemble()
267 switch (op.test_op) in Assemble()
322 EvalMode test_op; member
369 info.test_op in Assemble()
424 switch (op.test_op) in Assemble()
492 switch (op.test_op) in Assemble()
539 EvalMode test_op; member
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1415 test_op; in operator_predicate_proof() local
1567 if (!OidIsValid(test_op)) in operator_predicate_proof()
1582 test_expr = make_opclause(test_op, in operator_predicate_proof()
1700 Oid test_op = InvalidOid; in lookup_proof_cache() local
1818 test_op = get_opfamily_member(opfamily_id, in lookup_proof_cache()
1822 if (OidIsValid(test_op)) in lookup_proof_cache()
1823 test_op = get_negator(test_op); in lookup_proof_cache()
1833 if (!OidIsValid(test_op)) in lookup_proof_cache()
1862 test_op = InvalidOid; in lookup_proof_cache()
1879 cache_entry->refute_test_op = test_op; in lookup_proof_cache()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1415 test_op; in operator_predicate_proof() local
1567 if (!OidIsValid(test_op)) in operator_predicate_proof()
1582 test_expr = make_opclause(test_op, in operator_predicate_proof()
1700 Oid test_op = InvalidOid; in lookup_proof_cache() local
1818 test_op = get_opfamily_member(opfamily_id, in lookup_proof_cache()
1822 if (OidIsValid(test_op)) in lookup_proof_cache()
1823 test_op = get_negator(test_op); in lookup_proof_cache()
1833 if (!OidIsValid(test_op)) in lookup_proof_cache()
1862 test_op = InvalidOid; in lookup_proof_cache()
1879 cache_entry->refute_test_op = test_op; in lookup_proof_cache()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1415 test_op; in operator_predicate_proof() local
1567 if (!OidIsValid(test_op)) in operator_predicate_proof()
1582 test_expr = make_opclause(test_op, in operator_predicate_proof()
1700 Oid test_op = InvalidOid; in lookup_proof_cache() local
1818 test_op = get_opfamily_member(opfamily_id, in lookup_proof_cache()
1822 if (OidIsValid(test_op)) in lookup_proof_cache()
1823 test_op = get_negator(test_op); in lookup_proof_cache()
1833 if (!OidIsValid(test_op)) in lookup_proof_cache()
1862 test_op = InvalidOid; in lookup_proof_cache()
1879 cache_entry->refute_test_op = test_op; in lookup_proof_cache()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1457 test_op; in operator_predicate_proof() local
1609 if (!OidIsValid(test_op)) in operator_predicate_proof()
1624 test_expr = make_opclause(test_op, in operator_predicate_proof()
1742 Oid test_op = InvalidOid; in lookup_proof_cache() local
1860 test_op = get_opfamily_member(opfamily_id, in lookup_proof_cache()
1864 if (OidIsValid(test_op)) in lookup_proof_cache()
1865 test_op = get_negator(test_op); in lookup_proof_cache()
1875 if (!OidIsValid(test_op)) in lookup_proof_cache()
1904 test_op = InvalidOid; in lookup_proof_cache()
1921 cache_entry->refute_test_op = test_op; in lookup_proof_cache()
[all …]

123456789