Searched refs:DIVIDE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/one-true-awk/
H A Dmaketab.c62 { DIVIDE, "arith", " / " },
H A Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
356 | term '/' term { $$ = op2(DIVIDE, $1, $3); }
H A Drun.c1025 case DIVIDE:
/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c180 #define DIVIDE 0x80 /* Divide operators */ macro
735 decDivideOp (res, lhs, rhs, set, DIVIDE, &status);
1136 decDivideOp (dac, &dnOne, lhs, &workset, DIVIDE, &status);
1219 decDivideOp (dac, &dnOne, dac, &workset, DIVIDE, &status);
1661 decDivideOp (b, f, a, &workset, DIVIDE, &ignore); /* b=f/a */
2650 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
2740 Int maxexponent = 0; /* DIVIDE maximum exponent if unrounded */
2817 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
2819 if (op & DIVIDE)
2861 if (op & DIVIDE)
[all...]
/freebsd-10.2-release/usr.bin/bc/
H A Dbc.y167 %left MULTIPLY DIVIDE REMAINDER
616 | expression DIVIDE expression

Completed in 118 milliseconds