Searched refs:xe (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dbigfloat.pl105 local($xm,$xe) = split('E',$x);
107 &norm(&'bmul($xm,$ym),$xe+$ye);
118 local($xm,$xe) = split('E',$x);
120 ($xm,$xe,$ym,$ye) = ($ym,$ye,$xm,$xe) if ($xe < $ye);
121 &norm(&'badd($ym,$xm.('0' x ($xe-$ye))),$ye);
139 local($xm,$xe) = split('E',$x);
146 $xe-$ye-$scale);
181 local($xm,$xe)
[all...]
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-gmisc.c41 ULong *x, *x1, *xe, y; local
47 xe = x + b->wds;
52 while(x < xe) {
60 while(x < xe)
74 ULong L, *x, *xe; local
78 xe = x + b->wds;
79 for(n = 0; x < xe && !*x; x++)
81 if (x < xe) {
H A Dgdtoa-sum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
56 xe = xc + b->wds;
65 while(xc < xe);
66 xe += a->wds - b->wds;
67 while(xc < xe) {
80 while(xc < xe);
81 xe += a->wds - b->wds;
82 while(xc < xe) {
H A Dgdtoa-hexnan.c67 ULong c, h, *x, *x1, *xe;
85 x1 = xe = x;
171 while(x <= xe);
173 while(x1 <= xe);
185 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
199 for(x1 = xe;; --x1) {
H A Dgdtoa-smisc.c140 ULong *ce, *x, *xe; local
148 xe = x + b->wds;
149 while(x < xe)
154 for(xe = x + (nw - nw1); x < xe; x += 2)
H A Dgdtoa-strtodg.c70 ULong *x, *xe; local
77 xe = x + b->wds;
85 } while(x < xe);
93 } while(x < xe);
115 ULong *x, *xe; local
121 xe = x + b->wds;
130 while(x < xe);
136 } while(borrow && x < xe);
147 ULong *x, *xe; local
150 xe
167 ULong *x, *xe; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_fraction.tcl24 set xe [expr {$xc+15}]
25 .c create line $xb [lindex [currentpos] 2] $xe [lindex [currentpos] 2]
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dgeometry.cpp135 int xe = x_1 - xcenter; local
139 if (xe > *maxx)
140 *maxx = xe;
141 else if (xe < *minx)
142 *minx = xe;
152 if (xe >= 0)
158 || ((qs == qe) && (double(xs) * ye < double(xe) * ys)))
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-a.c311 {"cmp.eq", A2, OpX2TbTaC (0xe, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
312 {"cmp.ne", A2, OpX2TbTaC (0xe, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
313 {"cmp.eq.unc", A2, OpX2TbTaC (0xe, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
314 {"cmp.ne.unc", A2, OpX2TbTaC (0xe, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
315 {"cmp.eq.or.andcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
316 {"cmp.ne.and.orcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 0), {P2, P1, R2, R3}, PSEUDO, 0, NULL},
317 {"cmp.ne.or.andcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 1), {P1, P2, R2, R3}, EMPTY},
318 {"cmp.eq.and.orcm", A2, OpX2TbTaC (0xe, 0, 0, 1, 1), {P2, P1, R2, R3}, PSEUDO, 0, NULL},
319 {"cmp4.eq", A2, OpX2TbTaC (0xe, 1, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
320 {"cmp4.ne", A2, OpX2TbTaC (0xe,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbusiness.tcl290 set xe $data_series($w,xbase)
291 set xb [expr {$xe-$data_series($w,xwidth)}]
293 set data_series($w,xbase) [expr {$xe-$data_series($w,xstep)}]
298 foreach {px12 py12} [coords3DToPixel $w $xe $yb $zb] {break}
300 foreach {px22 py22} [coords3DToPixel $w $xe $ye $ze] {break}
341 set xe $data_series($w,xbase)
342 set xb [expr {$xe-$data_series($w,xwidth)}]
344 set data_series($w,xbase) [expr {$xe-$data_series($w,xstep)}]
351 foreach {px12 py12} [coords3DToPixel $w $xe $yb $zb] {break}
353 foreach {px22 py22} [coords3DToPixel $w $xe
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dbraille.c300 int i, y, xs, xe; local
334 xe = xs + bd.bd_width - 1;
338 if (xe > flayer->l_width - 1)
339 xe = flayer->l_width - 1;
344 xs = xe = -1;
346 else if (xs <= xe)
348 LayRedisplayLine(-1, xs, xe, 1);
349 LayRedisplayLine(y, xs, xe, 1);
356 if (y == bd.bd_sy && xs <= bd.bd_sx && bd.bd_sx <= xe)
396 bd_do_search(y, xs, xe)
[all...]
H A Ddisplay.c138 DefRedisplayLine(y, xs, xe, isblank)
139 int y, xs, xe, isblank;
142 DefClearLine(y, xs, xe, 0);
146 DefClearLine(y, xs, xe, bce)
147 int y, xs, xe, bce;
149 LClearLine(flayer, y, xs, xe, bce, (struct mline *)0);
154 DefRewrite(y, xs, xe, rend, doit)
155 int y, xs, xe, doit;
1139 CallRewrite(y, xs, xe, doit)
1140 int y, xs, xe, doi
[all...]
H A Dlayer.c129 LScrollH(l, n, y, xs, xe, bce, ol)
131 int n, y, xs, xe;
148 xe2 = xe + vp->v_xoff;
159 if (xe2 - xs2 == xe - xs)
164 xe2 = xe + vp->v_xoff - n;
461 LClearLine(l, y, xs, xe, bce, ol)
466 int xs, xe, bce;
476 if (xe >= l->l_width)
477 xe = l->l_width - 1;
482 xe2 = xe
[all...]
H A Dmark.c1139 MarkRedisplayLine(y, xs, xe, isblank)
1141 int xs, xe;
1165 if (dw_left(ml, xe, fore->w_encoding) && xe < fore->w_width - 1)
1166 xe++;
1168 LCDisplayLineWrap(flayer, ml, y, xs, xe, isblank);
1170 LCDisplayLine(flayer, ml, y, xs, xe, isblank);
1189 for (x = xs; x <= xe; x++, cp++)
1198 for (; x <= xe; x++, cp++)
1221 if (x <= xe)
[all...]
/macosx-10.9.5/libarchive-29/libarchive/build/
H A Dautogen.sh50 set -xe
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dnlist.h134 #define N_SECT 0xe /* defined in section number n_sect */
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Ddgux4.h116 case B19200: baud_rate = 19200; ospeed = 0xe; break; \
/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dunwind_test_x86_64_frameless_big.s315 .byte 0xe # DW_CFA_def_cfa_offset
335 .byte 0xe # DW_CFA_def_cfa_offset
340 .byte 0xe # DW_CFA_def_cfa_offset
362 .byte 0xe # DW_CFA_def_cfa_offset
386 .byte 0xe # DW_CFA_def_cfa_offset
410 .byte 0xe # DW_CFA_def_cfa_offset
437 .byte 0xe # DW_CFA_def_cfa_offset
439 .byte 0x8e # DW_CFA_offset, column 0xe
465 .byte 0xe # DW_CFA_def_cfa_offset
469 .byte 0x8e # DW_CFA_offset, column 0xe
[all...]
H A Dunwind_test_x86_64_frameless.s309 .byte 0xe # DW_CFA_def_cfa_offset
328 .byte 0xe # DW_CFA_def_cfa_offset
349 .byte 0xe # DW_CFA_def_cfa_offset
373 .byte 0xe # DW_CFA_def_cfa_offset
397 .byte 0xe # DW_CFA_def_cfa_offset
422 .byte 0xe # DW_CFA_def_cfa_offset
424 .byte 0x8e # DW_CFA_offset, column 0xe
450 .byte 0xe # DW_CFA_def_cfa_offset
454 .byte 0x8e # DW_CFA_offset, column 0xe
480 .byte 0xe # DW_CFA_def_cfa_offse
[all...]
H A Dunwind_test_x86_64_disable_compact_frame.s297 .byte 0xe
323 .byte 0xe
354 .byte 0xe
387 .byte 0xe
421 .byte 0xe
457 .byte 0xe
494 .byte 0xe
532 .byte 0xe
572 .byte 0xe
H A Dunwind_test_x86_frameless.s254 .byte 0xe # DW_CFA_def_cfa_offset
259 .byte 0xe # DW_CFA_def_cfa_offset
281 .byte 0xe # DW_CFA_def_cfa_offset
301 .byte 0xe # DW_CFA_def_cfa_offset
306 .byte 0xe # DW_CFA_def_cfa_offset
328 .byte 0xe # DW_CFA_def_cfa_offset
333 .byte 0xe # DW_CFA_def_cfa_offset
356 .byte 0xe # DW_CFA_def_cfa_offset
383 .byte 0xe # DW_CFA_def_cfa_offset
410 .byte 0xe # DW_CFA_def_cfa_offse
[all...]
H A Dunwind_test_x86_frameless_big.s255 .byte 0xe # DW_CFA_def_cfa_offset
260 .byte 0xe # DW_CFA_def_cfa_offset
282 .byte 0xe # DW_CFA_def_cfa_offset
302 .byte 0xe # DW_CFA_def_cfa_offset
307 .byte 0xe # DW_CFA_def_cfa_offset
329 .byte 0xe # DW_CFA_def_cfa_offset
334 .byte 0xe # DW_CFA_def_cfa_offset
357 .byte 0xe # DW_CFA_def_cfa_offset
384 .byte 0xe # DW_CFA_def_cfa_offset
411 .byte 0xe # DW_CFA_def_cfa_offse
[all...]
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h134 #define N_SECT 0xe /* defined in section number n_sect */
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontWinCE.cpp268 int xe = w - comp.m_offset; local
269 int xs = xe - comp.m_width;
272 ? static_cast<int>((position - xe) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
281 int xe = xs + comp.m_width; local
282 if (position <= xe) {
283 if (position - xs >= xe)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c100 XEvent xe; local
107 xe.type = ConfigureNotify;
108 xe.xconfigure.type = ConfigureNotify;
109 xe.xconfigure.event = win;
110 xe.xconfigure.window = win;
113 xe.xconfigure.x = (value_mask & CWX) ? winChanges->x : wattr.x;
114 xe.xconfigure.y = (value_mask & CWY) ? winChanges->y : wattr.y;
115 xe.xconfigure.width = (value_mask & CWWidth) ? winChanges->width : wattr.width;
116 xe.xconfigure.height = (value_mask & CWHeight) ? winChanges->height : wattr.height;
118 xe
[all...]

Completed in 399 milliseconds

1234567