Home
last modified time | relevance | path

Searched refs:not_op (Results 1 – 25 of 84) sorted by relevance

1234

/dports/games/wesnoth/wesnoth-1.14.17/src/spirit_po/
H A Ddefault_plural_forms_expressions.hpp60 struct not_op;
88 struct not_op { expr e1; }; argument
182 qi::rule<Iterator, not_op(), qi::space_type> not_;
288 case op_code::not_op: { in op_code_string()
338 bool operator()(const not_op &) const { return true; } in operator ()()
364 result.emplace_back(op_code::not_op); in operator ()()
397 result.emplace_back(op_code::not_op); in FOREACH_SPIRIT_PO_BINARY_OP()
398 result.emplace_back(op_code::not_op); in FOREACH_SPIRIT_PO_BINARY_OP()
418 result.emplace_back(op_code::not_op); in operator ()()
419 result.emplace_back(op_code::not_op); in operator ()()
[all …]
/dports/devel/p5-AI-Prolog/AI-Prolog-0.741/t/
H A D80preprocessor_math.t51 foreach my $not_op (qw{ . _ ( ) }) {
52 ok ! $CLASS->_op($not_op), "$not_op should not match : op";
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/
H A Dcompare_versions.m142 not_op = any (operator == "!" | operator == "~"); variable
149 elseif ((gt_op || lt_op) && not_op)
153 elseif (! (equal_op || not_op || lt_op || gt_op))
178 if (not_op)
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSimplify_Not.cpp9 auto rewrite = IRMatcher::rewriter(IRMatcher::not_op(a), op->type); in visit()
/dports/lang/ferite/ferite-1.0.2/include/ferite/
H A Dfops.h42 FERITE_UNARY_OP( not_op );
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Doptimize.c791 TCGOpcode not_op; in tcg_optimize() local
795 not_op = INDEX_op_not_vec; in tcg_optimize()
798 not_op = INDEX_op_not_i64; in tcg_optimize()
801 not_op = INDEX_op_not_i32; in tcg_optimize()
807 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu5/qemu-5.2.0/tcg/
H A Doptimize.c791 TCGOpcode not_op; in tcg_optimize() local
795 not_op = INDEX_op_not_vec; in tcg_optimize()
798 not_op = INDEX_op_not_i64; in tcg_optimize()
801 not_op = INDEX_op_not_i32; in tcg_optimize()
807 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/
H A Doptimize.c791 TCGOpcode not_op; in tcg_optimize() local
795 not_op = INDEX_op_not_vec; in tcg_optimize()
798 not_op = INDEX_op_not_i64; in tcg_optimize()
801 not_op = INDEX_op_not_i32; in tcg_optimize()
807 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Doptimize.c791 TCGOpcode not_op; in tcg_optimize() local
795 not_op = INDEX_op_not_vec; in tcg_optimize()
798 not_op = INDEX_op_not_i64; in tcg_optimize()
801 not_op = INDEX_op_not_i32; in tcg_optimize()
807 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/
H A Doptimize.c780 TCGOpcode not_op; in tcg_optimize() local
784 not_op = INDEX_op_not_vec; in tcg_optimize()
787 not_op = INDEX_op_not_i64; in tcg_optimize()
790 not_op = INDEX_op_not_i32; in tcg_optimize()
796 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Doptimize.c791 TCGOpcode not_op; in tcg_optimize() local
795 not_op = INDEX_op_not_vec; in tcg_optimize()
798 not_op = INDEX_op_not_i64; in tcg_optimize()
801 not_op = INDEX_op_not_i32; in tcg_optimize()
807 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu60/qemu-6.0.0/tcg/
H A Doptimize.c795 TCGOpcode not_op; in tcg_optimize() local
799 not_op = INDEX_op_not_vec; in tcg_optimize()
802 not_op = INDEX_op_not_i64; in tcg_optimize()
805 not_op = INDEX_op_not_i32; in tcg_optimize()
811 op->opc = not_op; in tcg_optimize()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/
H A Doptimize.c798 TCGOpcode not_op; in tcg_optimize() local
802 not_op = INDEX_op_not_vec; in tcg_optimize()
805 not_op = INDEX_op_not_i64; in tcg_optimize()
808 not_op = INDEX_op_not_i32; in tcg_optimize()
814 op->opc = not_op; in tcg_optimize()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/
H A Doptimize.c722 TCGOpcode not_op; in tcg_constant_folding() local
726 not_op = INDEX_op_not_i64; in tcg_constant_folding()
729 not_op = INDEX_op_not_i32; in tcg_constant_folding()
735 s->gen_opc_buf[op_index] = not_op; in tcg_constant_folding()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Doptimize.c722 TCGOpcode not_op; in tcg_constant_folding() local
726 not_op = INDEX_op_not_i64; in tcg_constant_folding()
729 not_op = INDEX_op_not_i32; in tcg_constant_folding()
735 s->gen_opc_buf[op_index] = not_op; in tcg_constant_folding()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_peephole_opt.py408 for op, not_op in (
427 Instr("COMPARE_OP", not_op),
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_peephole_opt.py409 for op, not_op in (
428 Instr("COMPARE_OP", not_op),
/dports/emulators/qemu/qemu-6.2.0/tcg/
H A Doptimize.c798 TCGOpcode not_op; in fold_to_not() local
803 not_op = INDEX_op_not_i32; in fold_to_not()
807 not_op = INDEX_op_not_i64; in fold_to_not()
813 not_op = INDEX_op_not_vec; in fold_to_not()
820 op->opc = not_op; in fold_to_not()
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DSQL_Parser.pm256 my %not_op = (
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h246 struct not_op {
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h246 struct not_op {
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h246 struct not_op {
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h246 struct not_op {
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h246 struct not_op {
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h246 struct not_op {

1234