Searched refs:DIVIDE (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/dev/videomode/ |
| D | vesagtf.c | 188 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro 260 h_pixels = DIVIDE(h_pixels, CELL_GRAN) * CELL_GRAN; in vesagtf_mode_params() 274 v_lines = (flags & VESAGTF_FLAG_ILACE) ? DIVIDE(v_lines, 2) : v_lines; in vesagtf_mode_params() 302 DIVIDE(v_lines * params->margin_ppt, 1000) : 0; in vesagtf_mode_params() 350 h_period_est = DIVIDE(((DIVIDE(2000000000000ULL, v_field_rqd)) - in vesagtf_mode_params() 364 vsync_plus_bp = DIVIDE(params->min_vsbp * 1000000, h_period_est); in vesagtf_mode_params() 408 v_field_est = DIVIDE(DIVIDE(1000000000000000ULL, h_period_est), in vesagtf_mode_params() 419 h_period = DIVIDE(h_period_est * v_field_est, v_field_rqd * 1000); in vesagtf_mode_params() 435 v_field_rate = DIVIDE(1000000000000ULL, h_period * total_v_lines); in vesagtf_mode_params() 466 DIVIDE(DIVIDE(h_pixels * params->margin_ppt, 1000), in vesagtf_mode_params() [all …]
|
| D | pickmode.c | 120 #define DIVIDE(x, y) (((x) + ((y) / 2)) / (y)) macro 134 refresh = DIVIDE(DIVIDE((*preferred)->dot_clock * 1000, in sort_modes() 160 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000, in sort_modes() 174 DIVIDE(DIVIDE(modes[i].dot_clock * 1000, in sort_modes()
|
| D | edid.c | 50 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro 267 DIVIDE(DIVIDE(edid->edid_modes[i].dot_clock * 1000, in edid_print() 287 DIVIDE(DIVIDE(edid->edid_preferred_mode->dot_clock * 1000, in edid_print() 310 refresh = DIVIDE(DIVIDE(mode->dot_clock * 1000, in edid_search_mode() 315 refresh == DIVIDE(DIVIDE( in edid_search_mode()
|
| /freebsd-12-stable/sys/arm/allwinner/ |
| D | a10_fb.c | 149 #define DIVIDE(x, y) (((x) + ((y) / 2)) / (y)) macro 409 framerate = DIVIDE(DIVIDE(DOT_CLOCK_TO_HZ(mode->dot_clock), in a10fb_setup_tcon()
|
| /freebsd-12-stable/contrib/gcclibs/libdecnumber/ |
| D | decNumber.c | 180 #define DIVIDE 0x80 /* Divide operators */ macro 735 decDivideOp (res, lhs, rhs, set, DIVIDE, &status); in decNumberDivide() 1136 decDivideOp (dac, &dnOne, lhs, &workset, DIVIDE, &status); in decNumberPower() 1219 decDivideOp (dac, &dnOne, dac, &workset, DIVIDE, &status); in decNumberPower() 1661 decDivideOp (b, f, a, &workset, DIVIDE, &ignore); /* b=f/a */ in decNumberSquareRoot() 2819 if (op & DIVIDE) in decDivideOp() 2861 if (op & DIVIDE) in decDivideOp() 2898 if (exponent < 0 && !(op == DIVIDE)) in decDivideOp() 2958 if (!(op & DIVIDE)) in decDivideOp() 3018 if (!(op & DIVIDE)) in decDivideOp() [all …]
|
| /freebsd-12-stable/contrib/one-true-awk/ |
| D | maketab.c | 62 { DIVIDE, "arith", " / " },
|
| D | awkgram.y | 57 %token <i> ADD MINUS MULT DIVIDE MOD 362 | term '/' term { $$ = op2(DIVIDE, $1, $3); }
|
| D | run.c | 1061 case DIVIDE: in arith()
|
| /freebsd-12-stable/usr.bin/bc/ |
| D | scan.l | 149 "/" return DIVIDE;
|
| D | bc.y | 167 %left MULTIPLY DIVIDE REMAINDER 616 | expression DIVIDE expression
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | DerivedNormalizationProps.txt | 815 2224 ; NFD_QC; N # Sm DOES NOT DIVIDE 1254 2224 ; NFKD_QC; N # Sm DOES NOT DIVIDE 2038 2224 ; Expands_On_NFD # Sm DOES NOT DIVIDE 2334 2224 ; Expands_On_NFKD # Sm DOES NOT DIVIDE
|
| D | UnicodeData.txt | 6006 2224;DOES NOT DIVIDE;Sm;0;ON;2223 0338;;;;Y;;;;; 6283 2339;APL FUNCTIONAL SYMBOL QUAD DIVIDE;So;0;L;;;;;N;;;;; 8014 2AEE;DOES NOT DIVIDE WITH REVERSED NEGATION SLASH;Sm;0;ON;;;;;Y;;;;;
|
| D | NormalizationTest.txt | 1249 2224;2224;2223 0338;2224;2223 0338; # (∤; ∤; ∣◌̸; ∤; ∣◌̸; ) DOES NOT DIVIDE
|