Home
last modified time | relevance | path

Searched refs:O_MINUS (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcalculator.c34 O_MINUS, enumerator
105 token->data.operator= O_MINUS; in get_token()
197 if(operator!= O_PLUS &&operator!= O_MINUS) return left; in parse_additive_expression()
206 else if(operator== O_MINUS) in parse_additive_expression()
270 if(self->token->data.operator== O_MINUS) in parse_unary_expression()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dcalculator.c34 O_MINUS, enumerator
105 token->data.operator= O_MINUS; in get_token()
197 if(operator!= O_PLUS &&operator!= O_MINUS) return left; in parse_additive_expression()
206 else if(operator== O_MINUS) in parse_additive_expression()
270 if(self->token->data.operator== O_MINUS) in parse_unary_expression()
/dports/shells/oksh/oksh-7.0/
H A Dexpr.c30 O_PLUS, O_MINUS, enumerator
290 if (op == O_BNOT || op == O_LNOT || op == O_MINUS || in evalexpr()
298 else if (op == O_MINUS) in evalexpr()
366 case O_MINUS: in evalexpr()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dexpr.c26 O_PLUS, O_MINUS, enumerator
287 if (op == O_BNOT || op == O_LNOT || op == O_MINUS
296 else if (op == O_MINUS)
360 case O_MINUS:
/dports/graphics/plotutils/plotutils-2.6/ode/
H A Dode.h87 O_NOOP, O_PLUS, O_MINUS, O_MULT, O_DIV, O_POWER, O_SQRT, O_EXP, O_LOG, enumerator
H A Dexpr.c49 case O_MINUS: in eval()
H A Dgram.y501 BINARY($1,$3,$$,O_MINUS);
918 case O_MINUS: s = "subtract"; break; in prexq()
H A Dgram.c2400 BINARY((yyvsp[(1) - (3)].exprptr),(yyvsp[(3) - (3)].exprptr),(yyval.exprptr),O_MINUS);
3149 case O_MINUS: s = "subtract"; break; in prexq()
/dports/shells/mksh/mksh/
H A Dexprtok.h94 FN("-", 1, P_ADD, O_MINUS)
H A Dexpr.c271 case O_MINUS: in evalexpr()
282 case O_MINUS: in evalexpr()
457 case O_MINUS: in evalexpr()
/dports/graphics/darktable/darktable-3.6.1/tools/introspection/
H A Dscanner.pm137 our $O_MINUS = $i++; push(@O_readable, '-');
309 elsif($c eq "-") { shift(@code); return ($lineno, $file, $T_OPERATOR, $O_MINUS); }
/dports/graphics/darktable38/darktable-3.8.0/tools/introspection/
H A Dscanner.pm137 our $O_MINUS = $i++; push(@O_readable, '-');
309 elsif($c eq "-") { shift(@code); return ($lineno, $file, $T_OPERATOR, $O_MINUS); }
/dports/math/igraph/igraph-0.9.5/vendor/glpk/mpl/
H A Dmpl.h2110 #define O_MINUS 322 /* unary minus */ macro
H A Dmpl3.c3650 case O_MINUS: in eval_numeric()
4745 case O_MINUS: in eval_formula()
4878 case O_MINUS: in clean_code()
H A Dmpl1.c591 case O_MINUS: in make_code()
2369 x = make_unary(mpl, O_MINUS, x, x->type, 0); in expression_2()
/dports/math/glpk/glpk-5.0/src/mpl/
H A Dmpl.h2110 #define O_MINUS 322 /* unary minus */ macro
H A Dmpl3.c3650 case O_MINUS: in eval_numeric()
4745 case O_MINUS: in eval_formula()
4878 case O_MINUS: in clean_code()
H A Dmpl1.c591 case O_MINUS: in make_code()
2369 x = make_unary(mpl, O_MINUS, x, x->type, 0); in expression_2()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpmpl.h2098 #define O_MINUS 322 /* unary minus */ macro
H A Dglpmpl03.c3645 case O_MINUS: in eval_numeric()
4736 case O_MINUS: in eval_formula()
4869 case O_MINUS: in clean_code()
H A Dglpmpl01.c594 case O_MINUS:
2368 x = make_unary(mpl, O_MINUS, x, x->type, 0);