Home
last modified time | relevance | path

Searched refs:TOK_DIV (Results 1 – 25 of 81) sorted by relevance

1234

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxselect.h42 TOK_DIV = 268, enumerator
65 #define TOK_DIV 268 macro
H A Dsphinxselect.y24 %token TOK_DIV
40 %left '*' '/' TOK_DIV '%' TOK_MOD
87 | expr TOK_DIV expr { $$ = $1; $$.m_iEnd = $3.m_iEnd; }
H A Dyysphinxexpr.h62 TOK_DIV = 288, enumerator
97 #define TOK_DIV 288 macro
H A Dyysphinxql.h60 TOK_DIV = 286, enumerator
152 #define TOK_DIV 286 macro
H A Dsphinxexpr.y54 %left '*' '/' '%' TOK_DIV TOK_MOD
91 …| expr TOK_DIV expr { $$ = pParser->AddNodeFunc ( FUNC_IDIV, pParser->AddNodeOp ( ',', $1, $3 )…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxselect.y29 %token TOK_DIV
45 %left '*' '/' TOK_DIV '%' TOK_MOD
105 | expr TOK_DIV expr { $$ = $1; $$.m_iEnd = $3.m_iEnd; }
181 | SEL_GROUPBY | SEL_COUNT | SEL_WEIGHT | SEL_DISTINCT | SEL_OPTION | TOK_DIV
H A Dyysphinxselect.h63 TOK_DIV = 273, enumerator
H A Dyysphinxexpr.h92 TOK_DIV = 302, enumerator
H A Dyysphinxql.h87 TOK_DIV = 297, enumerator
H A Dsphinxexpr.y85 %left '*' '/' '%' TOK_DIV TOK_MOD
126 …| expr TOK_DIV expr { $$ = pParser->AddNodeFunc ( FUNC_IDIV, pParser->AddNodeOp ( ',', $1, $3 )…
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DPropertyTokenizer.java42 static final int TOK_DIV = TOK_MOD + 1; field in PropertyTokenizer
43 static final int TOK_NUMERIC = TOK_DIV + 1;
189 currentToken = TOK_DIV; in next()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dmath.c186 #define TOK_DIV tok_decl(14,1) macro
418 else if (op == TOK_DIV || op == TOK_DIV_ASSIGN in arith_apply()
435 if (op == TOK_DIV || op == TOK_DIV_ASSIGN) in arith_apply()
500 '/', 0, TOK_DIV,
/dports/games/tycho/species/
H A Dasm.h55 TOK_DIV, enumerator
H A Dasm.c76 { "DIV", TOK_DIV },
379 case TOK_DIV: op = DIV; break; in asm_line()
/dports/games/species/species/
H A Dasm.h55 TOK_DIV, enumerator
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h53 TOK_DIV, enumerator
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h53 TOK_DIV, enumerator
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h53 TOK_DIV, enumerator
/dports/games/tycho/tycho/
H A Dasm.h55 TOK_DIV, enumerator
H A Dasm.c84 { "DIV", TOK_DIV },
389 case TOK_DIV: op = DIV; break; in asm_line()
/dports/games/species/tycho/
H A Dasm.h55 TOK_DIV, enumerator
/dports/cad/stepcode/stepcode-0.8/src/express/generated/
H A Dexpparse.h15 #define TOK_DIV 15 macro
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parser/src/
H A DTeuchos_MathExpr.hpp63 TOK_DIV, enumerator
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dparse.h14 TOK_DIV, TOK_CAT, TOK_COLON, TOK_DOT, TOK_COMMA, TOK_SEMI, enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp181 return Token(TOK_DIV); in NextToken()
221 if (tok.type == TOK_DIV && PeekToken().type == TOK_MUL) in Tokenize()
354 case TOK_DIV: in GetValue()
805 case TOK_DIV: in BinaryOperatorPrecedence()

1234