Searched refs:yt (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _divdi3.s | 108 / uint64_t xt, yt, r; 118 / yt = -(uint64_t) y; 121 / yt = y; 123 / r = UDiv(xt, yt); 141 movl %esi, %eax / y, yt 142 movl %edi, %edx / y, yt 145 pushl %edx / yt 146 pushl %eax / yt 172 movl %esi, %eax / y, yt 173 movl %edi, %edx / y, yt [all...] |
H A D | _div64.s | 650 / uint64_t xt, yt, r; 660 / yt = -(uint64_t) y; 663 / yt = y; 665 / r = UDiv(xt, yt); 683 movl %esi, %eax / y, yt 684 movl %edi, %edx / y, yt 687 pushl %edx / yt 688 pushl %eax / yt 714 movl %esi, %eax / y, yt 715 movl %edi, %edx / y, yt [all...] |
/illumos-gate/usr/src/common/util/i386/ |
H A D | muldiv.s | 696 / uint64_t xt, yt, r; 706 / yt = -(uint64_t) y; 709 / yt = y; 711 / r = UDiv(xt, yt); 729 movl %esi, %eax / y, yt 730 movl %edi, %edx / y, yt 733 pushl %edx / yt 734 pushl %eax / yt 760 movl %esi, %eax / y, yt 761 movl %edi, %edx / y, yt [all...] |
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 282 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, local 332 yt = y1 - y; 382 if (yt < 0) { 383 Xt = abs(yt); 388 Yt = abs(yt); 391 else if (yt < 0) { 393 Yt = abs(yt); 396 Xt = abs(yt);
|
Completed in 71 milliseconds