Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 25 of 103) sorted by relevance

12345

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dregexprange.ok1 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 Dcpr_wakecode.S208 outb (%dx)
411 outb (%dx)
415 outb (%dx)
419 outb (%dx)
423 outb (%dx)
427 outb (%dx)
432 outb (%dx)
436 outb (%dx)
440 outb (%dx)
444 outb (%dx)
[all …]
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Dpayload_utils.S21 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 Dwrefresh.c80 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 Dwrefresh.c80 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 Dcpowf.c57 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 Dcatanf.c49 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 Dclogf.c42 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 Dddi_i86_asm.S43 inb (%dx)
66 inw (%dx)
88 inl (%dx)
119 outb (%dx)
142 outw (%dx)
165 outl (%dx)
276 inb (%dx)
284 inw (%dx)
292 inl (%dx)
366 inb (%dx)
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c393 dx = absmot(pi[3]);
395 dx = -dx;
403 hpos += dx;
408 hpos += dx;
418 hpos += dx;
429 dx, dy, dx2, dy2);
431 hpos += dx + dx2;
438 hpos += dx;
446 dx = absmot(pi[n]);
448 dx = -dx;
[all …]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Drndintl.S44 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 Dfloorl.S46 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 Dremquol.S45 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/lib/libm/i386/src/
H A Drndintl.S44 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 Dfloorl.S46 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 Dlround.S43 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 Dround.S43 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 Droundl.S43 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 Dlroundl.S43 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 Dremquo.S46 movw %ax,%dx
47 andw $0x4000,%dx / get C3
48 sarw $13,%dx
52 addw %cx,%dx
55 addw %dx,%ax
H A Dremquof.S46 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/boot/i386/gptzfsboot/
H A Dsio.S34 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 Ddboot_asm.S51 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 Dkmdb_asmutil.S135 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 Dpowf.c232 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()

12345