Home
last modified time | relevance | path

Searched defs:is_unary_op (Results 1 – 9 of 9) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Doutput.h20 #define is_unary_op(x) (opcode_table[x].type == UNARY_OP) macro
/dports/lang/f2c/f2c-20200916/src/
H A Doutput.h20 #define is_unary_op(x) (opcode_table[x].type == UNARY_OP) macro
/dports/biology/vt/vt-0.57721/
H A Dfilter.cpp1656 bool Filter::is_unary_op(const char* exp, int32_t len, bool debug) in is_unary_op() function in Filter
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dexpreval.c255 #define is_unary_op( tt ) ( tt == T_OP_BRACKET || tt == T_OP_SQ_BRACKET || tt == '+' || tt == '-' … macro
/dports/dns/packetq/PacketQ-1.4.1/src/
H A Dsql.cpp1450 bool is_unary_op(Lit& it) in is_unary_op() function in packetq::Parser
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dcompile.cpp2626 bool is_unary_op = is_vector_unary_bitwise_op(n); in compute_logic_cone() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcompile.cpp2498 bool is_unary_op = is_vector_unary_bitwise_op(n); in compute_logic_cone() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcompile.cpp2597 bool is_unary_op = is_vector_unary_bitwise_op(n); in compute_logic_cone() local
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtormbt.c333 is_unary_op (BtorMBTOperator op) in is_unary_op() function