Home
last modified time | relevance | path

Searched refs:DIVIDE (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/sys/dev/videomode/
H A Dvesagtf.c182 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro
254 h_pixels = DIVIDE(h_pixels, CELL_GRAN) * CELL_GRAN; in vesagtf_mode_params()
268 v_lines = (flags & VESAGTF_FLAG_ILACE) ? DIVIDE(v_lines, 2) : v_lines; in vesagtf_mode_params()
296 DIVIDE(v_lines * params->margin_ppt, 1000) : 0; in vesagtf_mode_params()
344 h_period_est = DIVIDE(((DIVIDE(2000000000000ULL, v_field_rqd)) - in vesagtf_mode_params()
358 vsync_plus_bp = DIVIDE(params->min_vsbp * 1000000, h_period_est); in vesagtf_mode_params()
402 v_field_est = DIVIDE(DIVIDE(1000000000000000ULL, h_period_est), in vesagtf_mode_params()
413 h_period = DIVIDE(h_period_est * v_field_est, v_field_rqd * 1000); in vesagtf_mode_params()
429 v_field_rate = DIVIDE(1000000000000ULL, h_period * total_v_lines); in vesagtf_mode_params()
460 DIVIDE(DIVIDE(h_pixels * params->margin_ppt, 1000), in vesagtf_mode_params()
[all …]
H A Dedid.c58 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y))
276 DIVIDE(DIVIDE(edid->edid_modes[i].dot_clock * 1000, in edid_print()
297 DIVIDE(DIVIDE(edid->edid_preferred_mode->dot_clock * 1000, in edid_std_timing()
321 refresh = DIVIDE(DIVIDE(mode->dot_clock * 1000, in edid_std_timing()
326 refresh == DIVIDE(DIVIDE( in edid_std_timing()
54 #define DIVIDE( global() macro
/openbsd-src/usr.bin/awk/
H A Dmaketab.c63 { DIVIDE, "arith", " / " },
H A Dawkgram.y58 %token <i> ADD MINUS MULT DIVIDE MOD
365 | term '/' term { $$ = op2(DIVIDE, $1, $3); }
H A Drun.c1469 case DIVIDE: in arith()
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c180 #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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld-op.def40 FFEBLD_OP (FFEBLD_opDIVIDE, "DIVIDE", 2)
/openbsd-src/usr.bin/bc/
H A Dscan.l142 "/" return DIVIDE;
H A Dbc.y146 %left MULTIPLY DIVIDE REMAINDER
595 | expression DIVIDE expression
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm194 DIVIDE = 3 define
512 DIVIDE = 3 define
1875 movew IMM (DIVIDE),d5
1879 movew IMM (DIVIDE),d5
1886 movew IMM (DIVIDE),d5
1911 movew IMM (DIVIDE),d5
1923 movew IMM (DIVIDE),d5
1930 movew IMM (DIVIDE),d5
2396 DIVIDE = 3 define
3319 movew IMM (DIVIDE),d5
[all …]
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm264 DIVIDE = 3 define
582 DIVIDE = 3 define
1951 moveq IMM (DIVIDE),d5
1955 moveq IMM (DIVIDE),d5
1962 moveq IMM (DIVIDE),d5
1987 moveq IMM (DIVIDE),d5
1999 moveq IMM (DIVIDE),d5
2006 moveq IMM (DIVIDE),d5
2490 DIVIDE = 3 define
3416 moveq IMM (DIVIDE),d5
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDBinaryProperties.txt45 2224 ; Bidi_Mirrored # Sm DOES NOT DIVIDE
163 2AEC..2AEE ; Bidi_Mirrored # Sm [3] DOUBLE STROKE NOT SIGN..DOES NOT DIVIDE WITH REVERSED NEGA…
H A DDDecompositionType.txt169 2224 ; Canonical # Sm DOES NOT DIVIDE
H A DDEastAsianWidth.txt914 2224 ; N # Sm DOES NOT DIVIDE
H A DDLineBreak.txt989 2224 ; AL # Sm DOES NOT DIVIDE
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBidiMirroring.txt109 2224; 2AEE # DOES NOT DIVIDE
430 2AEE; 2224 # DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
H A DDNormalizationProps.txt901 2224 ; NFD_QC; N # Sm DOES NOT DIVIDE
1377 2224 ; NFKD_QC; N # Sm DOES NOT DIVIDE
2310 2224 ; Expands_On_NFD # Sm DOES NOT DIVIDE
2626 2224 ; Expands_On_NFKD # Sm DOES NOT DIVIDE
H A DIndex.txt1622 DOES NOT DIVIDE 2224
H A DEastAsianWidth.txt1082 2224;N # Sm DOES NOT DIVIDE
H A DLineBreak.txt1074 2224;AL # Sm DOES NOT DIVIDE
/openbsd-src/usr.bin/tmux/
H A Dformat.c4286 DIVIDE, in format_replace_expression()
4302 operator = DIVIDE; in format_replace_expression()
4374 case DIVIDE: in format_replace()
4229 DIVIDE, format_replace_expression() enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.md420 ;; DIVIDE INSTRUCTIONS
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850.md431 ;; DIVIDE INSTRUCTIONS
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.md1007 ;; DIVIDE/MOD INSTRUCTIONS
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.md1611 ;; DIVIDE/MOD INSTRUCTIONS

12