| /openbsd-src/sys/dev/videomode/ |
| H A D | vesagtf.c | 182 #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 D | edid.c | 58 #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 D | maketab.c | 63 { DIVIDE, "arith", " / " },
|
| H A D | awkgram.y | 58 %token <i> ADD MINUS MULT DIVIDE MOD 365 | term '/' term { $$ = op2(DIVIDE, $1, $3); }
|
| H A D | run.c | 1469 case DIVIDE: in arith()
|
| /openbsd-src/gnu/gcc/libdecnumber/ |
| H A 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 …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bld-op.def | 40 FFEBLD_OP (FFEBLD_opDIVIDE, "DIVIDE", 2)
|
| /openbsd-src/usr.bin/bc/ |
| H A D | scan.l | 142 "/" return DIVIDE;
|
| H A D | bc.y | 146 %left MULTIPLY DIVIDE REMAINDER 595 | expression DIVIDE expression
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | lb1sf68.asm | 194 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 D | lb1sf68.asm | 264 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 D | DBinaryProperties.txt | 45 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 D | DDecompositionType.txt | 169 2224 ; Canonical # Sm DOES NOT DIVIDE
|
| H A D | DEastAsianWidth.txt | 914 2224 ; N # Sm DOES NOT DIVIDE
|
| H A D | DLineBreak.txt | 989 2224 ; AL # Sm DOES NOT DIVIDE
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | BidiMirroring.txt | 109 2224; 2AEE # DOES NOT DIVIDE 430 2AEE; 2224 # DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
|
| H A D | DNormalizationProps.txt | 901 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 D | Index.txt | 1622 DOES NOT DIVIDE 2224
|
| H A D | EastAsianWidth.txt | 1082 2224;N # Sm DOES NOT DIVIDE
|
| H A D | LineBreak.txt | 1074 2224;AL # Sm DOES NOT DIVIDE
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | format.c | 4286 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 D | v850.md | 420 ;; DIVIDE INSTRUCTIONS
|
| /openbsd-src/gnu/gcc/gcc/config/v850/ |
| H A D | v850.md | 431 ;; DIVIDE INSTRUCTIONS
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
| H A D | h8300.md | 1007 ;; DIVIDE/MOD INSTRUCTIONS
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | h8300.md | 1611 ;; DIVIDE/MOD INSTRUCTIONS
|