Home
last modified time | relevance | path

Searched refs:EQ_OP (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/math/adept/adept-2.0.8/include/adept/
H A Dwhere.h93 #define ADEPT_WHERE_OPERATOR(EQ_OP, OP) \ argument
96 EQ_OP(const C& c) { \
102 EQ_OP(const C& c) { \
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Deq_op.rs39 pub EQ_OP,
69 declare_lint_pass!(EqOp => [EQ_OP, OP_REF]);
90 EQ_OP, in check_expr()
119 EQ_OP, in check_expr()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.h94 EQ_OP = 310, enumerator
188 #define EQ_OP 310 macro
/dports/devel/splint/splint-3.1.2/src/
H A Dlltok.c60 return (tok->tok == EQ_OP); in lltok_isEqOp()
200 case EQ_OP: lit = "=="; break; in lltok_unparse()
/dports/devel/p5-Parse-RecDescent/Parse-RecDescent-1.967015/demo/
H A Ddemo_Cgrammar.pl77 eq_ex_op : EQ_OP | NE_OP
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dcgrammar_tokens.h151 EQ_OP = 309, enumerator
348 #define EQ_OP 309 macro
H A Dsgrammar_tokens.h118 #define EQ_OP 307 macro
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dytoken.h57 %token LE_OP GE_OP EQ_OP NE_OP /* <= >= == != */
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A Dparse.tab.h55 EQ_OP = 265, enumerator
/dports/lang/sdcc/sdcc-4.0.0/src/pdk/
H A Dralloc2.cc148 if ((ic->op == EQ_OP || ic->op == NE_OP) && dying_A && in Ainst_ok()
153 …if ((ic->op == EQ_OP || ic->op == NE_OP || (ic->op == '>' || ic->op == '<') && SPEC_USIGN(getSpec(… in Ainst_ok()
262 …if ((ic->op == '^' || ic->op == '|' || ic->op == BITWISEAND || ic->op == EQ_OP || ic->op == NE_OP)… in Pinst_ok()
437 case EQ_OP: in instruction_cost()
548 if(ic->op != EQ_OP && ic->op != NE_OP && ic->op != '<' && ic->op != '>' && ic->op != BITWISEAND) in extra_ic_generated()
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCast.h138 (x)->opval.op == EQ_OP || \
164 (x) == LE_OP || (x) == GE_OP || (x) == EQ_OP || (x) == NE_OP || \
H A Daltlex.c675 return EQ_OP; in _yylex()
804 ENTRY (EQ_OP); in yylex()
986 TEST (altlex_testparse ("==") == EQ_OP); in altlex_runtests()
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtest.eh43 EQ_OP = 269,
151 #define EQ_OP 269
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.eh43 EQ_OP = 269,
151 #define EQ_OP 269
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h141 EQ_OP = 344, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h141 EQ_OP = 344, enumerator
/dports/science/minc2/minc-release-2.2.00/progs/mincmath/
H A Dmincmath.c147 EQ_OP, NE_OP, GT_OP, GE_OP, LT_OP, LE_OP, AND_OP, OR_OP, NOT_OP, enumerator
365 {"-eq", ARGV_CONSTANT, (char *) EQ_OP, (char *) &operation,
692 case EQ_OP: in do_math()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dglsl_parser.h108 EQ_OP = 314, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dglsl_parser.h108 EQ_OP = 314, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dglsl_parser.h108 EQ_OP = 314, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A Dglslang_tab.h158 EQ_OP = 361, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dglsl_parser.h108 EQ_OP = 314, enumerator
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DGDLTokenTypes.hpp119 EQ_OP = 109, enumerator
H A DGDLTreeParserTokenTypes.hpp120 EQ_OP = 109, enumerator
H A DGDLInterpreterTokenTypes.hpp120 EQ_OP = 109, enumerator

12345678910>>...14