Searched refs:DIVIDE (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/usr.bin/bc/
H A Dbc.y167 %left MULTIPLY DIVIDE REMAINDER
616 | expression DIVIDE expression
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_fb.c149 #define DIVIDE(x, y) (((x) + ((y) / 2)) / (y)) macro
409 framerate = DIVIDE(DIVIDE(DOT_CLOCK_TO_HZ(mode->dot_clock),
/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
356 | term '/' term { $$ = op2(DIVIDE, $1, $3); }
H A Dmaketab.c62 { DIVIDE, "arith", " / " },
H A Drun.c1025 case DIVIDE:
/freebsd-11-stable/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-11-stable/sys/dev/videomode/
H A Dedid.c50 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro
267 DIVIDE(DIVIDE(edid->edid_modes[i].dot_clock * 1000,
287 DIVIDE(DIVIDE(edid->edid_preferred_mode->dot_clock * 1000,
310 refresh = DIVIDE(DIVIDE(mode->dot_clock * 1000,
315 refresh == DIVIDE(DIVIDE(
H A Dpickmode.c120 #define DIVIDE(x, y) (((x) + ((y) / 2)) / (y)) macro
134 refresh = DIVIDE(DIVIDE((*preferred)->dot_clock * 1000,
160 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000,
174 DIVIDE(DIVIDE(modes[i].dot_clock * 1000,
H A Dvesagtf.c188 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro
260 h_pixels = DIVIDE(h_pixels, CELL_GRAN) * CELL_GRAN;
274 v_lines = (flags & VESAGTF_FLAG_ILACE) ? DIVIDE(v_lines, 2) : v_lines;
302 DIVIDE(v_lines * params->margin_ppt, 1000) : 0;
350 h_period_est = DIVIDE(((DIVIDE(2000000000000ULL, v_field_rqd)) -
364 vsync_plus_bp = DIVIDE(params->min_vsbp * 1000000, h_period_est);
408 v_field_est = DIVIDE(DIVIDE(1000000000000000ULL, h_period_est),
419 h_period = DIVIDE(h_period_es
[all...]

Completed in 143 milliseconds