/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | regexprange.ok | 1 A ~ [a-dx-z] ---> false 2 B ~ [a-dx-z] ---> false 3 C ~ [a-dx-z] ---> false 4 D ~ [a-dx-z] ---> false 5 E ~ [a-dx-z] ---> false 6 F ~ [a-dx-z] ---> false 7 G ~ [a-dx-z] ---> false 8 H ~ [a-dx-z] ---> false 9 I ~ [a-dx-z] ---> false 10 J ~ [a-dx-z] ---> false [all …]
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.S | 208 outb (%dx) 214 outb (%dx) 237 outb (%dx) 243 outb (%dx) 254 outb (%dx) 260 outb (%dx) 278 outb (%dx) 284 outb (%dx) 309 outb (%dx) 315 outb (%dx) [all …]
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | payload_utils.S | 21 movw %di, %dx 23 outb (%dx) 29 movw %di, %dx 31 outw (%dx) 37 movw %di, %dx 39 outl (%dx) 45 movw %di, %dx 46 inb (%dx) 52 movw %di, %dx 53 inw (%dx) [all …]
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wrefresh.c | 80 int wy, wx, ny, nx, dx, value; local 101 dx = w->_last[wy] - wx; 108 (void) __m_cc_erase(ns, ny, nx+dx-1, ny, nx+dx-1); 112 dx * sizeof **w->_line 130 if (!__m_cc_islast(ns, ny, nx+dx-1)) { 134 if (ns->_maxx <= nx + dx) 136 ns, ny, nx+dx-1, ny, nx+dx-1 142 else if (nx + dx < ns->_maxx) 144 ns, ny, nx+dx-1, 1
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wrefresh.c | 80 int wy, wx, ny, nx, dx, value; in wnoutrefresh() local 102 dx = w->_last[wy] - wx; in wnoutrefresh() 110 dx * sizeof (**w->_line)); in wnoutrefresh() 116 if (ns->_last[ny] < (nx + dx)) in wnoutrefresh() 117 ns->_last[ny] = (short) (nx + dx); in wnoutrefresh() 136 if (!__m_cc_islast(ns, ny, nx+dx-1)) { in wnoutrefresh() 141 if (ns->_maxx <= nx + dx) in wnoutrefresh() 142 (void) __m_cc_erase(ns, ny, nx + dx - 1, in wnoutrefresh() 143 ny, nx + dx - 1); in wnoutrefresh() 149 else if (nx + dx < ns->_maxx) in wnoutrefresh() [all …]
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cpowf.c | 57 double dx, dy, du, dv, dt, dc, ds, dp, dq, dr; in cpowf() local 108 dx = (double)x; in cpowf() 113 dr = pow(dsqrt2 * dx, du); in cpowf() 147 dx = (double)x; in cpowf() 152 dt = dhalf * log1p((dx - 1.0) * (dx + 1.0) + dy * dy); in cpowf() 154 dt = dhalf * log1p((dy - 1.0) * (dy + 1.0) + dx * dx); in cpowf() 156 dt = dhalf * log(dx * dx + dy * dy); in cpowf() 157 dp = atan2pi(dy, dx); in cpowf()
|
H A D | catanf.c | 49 double dx, dy, dt; in catanf() local 121 dx = (double)ax; in catanf() 123 F_RE(ans) = (float)(0.5 * atan2(dx + dx, in catanf() 124 1.0 - dx * dx - dy * dy)); in catanf() 127 (dx * dx + dt * dt))); in catanf()
|
H A D | clogf.c | 42 double dx, dy; in clogf() local 66 dx = (double)ax; in clogf() 71 F_RE(ans) = (float)(0.5 * log1p(dx * dx)); in clogf() 75 F_RE(ans) = (float)(0.5 * log(dx * dx + dy * dy)); in clogf()
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | ddi_i86_asm.S | 43 inb (%dx) 66 inw (%dx) 88 inl (%dx) 119 outb (%dx) 142 outw (%dx) 147 movw %dx, (%rsi) 165 outl (%dx) 276 inb (%dx) 284 inw (%dx) 292 inl (%dx) [all …]
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | t10.c | 288 short z, dx, dy, dx2, dy2, n; local 393 dx = absmot(pi[3]); 395 dx = -dx; 401 fdprintf(ptid, "D%c %d\n", DRAWCIRCLE, dx); /* dx is diameter */ 403 hpos += dx; 406 fdprintf(ptid, "D%c %d %d\n", DRAWELLIPSE, dx, dy); 408 hpos += dx; 412 fdprintf(ptid, "D%c %d %d ", DRAWLINE, dx, dy); 418 hpos += dx; 429 dx, dy, dx2, dy2); [all …]
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | rndintl.S | 44 movw -4(%eax),%dx 45 andw $0xf3ff,%dx 48 orw %dx,%cx 78 movw -8(%ecx),%dx 79 andw $0xf3ff,%dx 80 movw %dx,-4(%ecx) 85 movw -4(%ecx),%dx 86 andw $0xf3ff,%dx 89 orw %dx,%ax
|
H A D | floorl.S | 46 movw 4(%esp),%dx 47 andw $0xf3ff,%dx 50 orw %dx,%cx 70 movw 4(%esp),%dx 71 andw $0xf3ff,%dx 74 orw %dx,%cx
|
H A D | lround.S | 43 movw -8(%ecx),%dx 44 andw $0xf3ff,%dx 45 movw %dx,-4(%ecx) 50 movw -4(%ecx),%dx 51 andw $0xf3ff,%dx 54 orw %dx,%ax
|
H A D | round.S | 43 movw -8(%ecx),%dx 44 andw $0xf3ff,%dx 45 movw %dx,-4(%ecx) 50 movw -4(%ecx),%dx 51 andw $0xf3ff,%dx 54 orw %dx,%ax
|
H A D | roundl.S | 43 movw -8(%ecx),%dx 44 andw $0xf3ff,%dx 45 movw %dx,-4(%ecx) 50 movw -4(%ecx),%dx 51 andw $0xf3ff,%dx 54 orw %dx,%ax
|
H A D | lroundl.S | 43 movw -8(%ecx),%dx 44 andw $0xf3ff,%dx 45 movw %dx,-4(%ecx) 50 movw -4(%ecx),%dx 51 andw $0xf3ff,%dx 54 orw %dx,%ax
|
H A D | remquo.S | 46 movw %ax,%dx 47 andw $0x4000,%dx / get C3 48 sarw $13,%dx 52 addw %cx,%dx 55 addw %dx,%ax
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | rndintl.S | 44 movw -4(%rax),%dx 45 andw $0xf3ff,%dx 48 orw %dx,%cx 78 movw -8(%rcx),%dx 79 andw $0xf3ff,%dx 80 movw %dx,-4(%rcx) 85 movw -4(%rcx),%dx 86 andw $0xf3ff,%dx 89 orw %dx,%ax
|
H A D | floorl.S | 46 movw 4(%rsp),%dx 47 andw $0xf3ff,%dx 50 orw %dx,%cx 70 movw 4(%rsp),%dx 71 andw $0xf3ff,%dx 74 orw %dx,%cx
|
H A D | remquol.S | 45 movw %ax,%dx 46 andw $0x4000,%dx / get C3 47 sarw $13,%dx 51 addw %cx,%dx 54 addw %dx,%ax
|
/illumos-gate/usr/src/boot/i386/gptzfsboot/ |
H A D | sio.S | 34 outb %al,(%dx) # and DLAB 37 outw %ax,(%dx) # BPS 41 outb %al,(%dx) # DLAB 44 outb %al,(%dx) # DTR 65 sio_putc.1: inb (%dx),%al # Transmitter 71 outb %al,(%dx) # Write character 79 inb (%dx),%al # Read character 87 inb (%dx),%al # Received data
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_asm.S | 51 movw %di, %dx 53 outb (%dx) 62 movw %di, %dx 63 inb (%dx) 100 outb (%dx) 109 inb (%dx)
|
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/ |
H A D | kmdb_asmutil.S | 135 1: inb (%dx) 139 2: inw (%dx) 143 4: inl (%dx) 155 outb (%dx) 159 outw (%dx) 163 outl (%dx)
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | powf.c | 232 double dx, dy, dz, ds; in powf() local 233 int *px = (int *)&dx, *pz = (int *)&dz, i, n, m; in powf() 239 dx = (double)fx; in powf() 246 ds = (dx - dz) / (dx + dz); in powf() 274 dx = S[i] * (done - (dtwo * dy) / (dy * (done - dy * t1) - t0)); in powf() 277 fz = (float)dx; in powf()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fmal.c | 92 double dx[5], dy[5], dxy[9], c, s; in __fmal() local 326 dx[0] = (double) ((int) hx) * c; in __fmal() 330 dx[1] = (double) ((int) (xx.i[1] >> 8)) * c; in __fmal() 334 dx[2] = (double) ((int) (((xx.i[1] << 16) | (xx.i[2] >> 16)) & in __fmal() 340 dx[3] = (double) ((int) (((xx.i[2] << 8) | (xx.i[3] >> 24)) & in __fmal() 346 dx[4] = (double) ((int) (xx.i[3] & 0xffffff)) * c; in __fmal() 350 dxy[0] = dx[0] * dy[0]; in __fmal() 351 dxy[1] = dx[0] * dy[1] + dx[1] * dy[0]; in __fmal() 352 dxy[2] = dx[0] * dy[2] + dx[1] * dy[1] + dx[2] * dy[0]; in __fmal() 353 dxy[3] = dx[0] * dy[3] + dx[1] * dy[2] + dx[2] * dy[1] + in __fmal() [all …]
|