Searched refs:half (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmakesum.el91 (let (half cnt
97 (setq half (/ (1+ nlines) 2))
100 (forward-line half)
101 (while (< half nlines)
102 (setq half (1+ half))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dlog1p.c122 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ local
137 { k += 1 ; z *= half; t *= half; }
142 s = x/(2+x); t = x*x*half;
H A Dexp__E.c117 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; local
128 xh= x*half ;
132 return(z*half+c);
H A Dexpm1.c115 const static double one=1.0, half=1.0/2.0; local
140 {x=z+half;x +=__exp__E(z,c); return(x+x);}
142 {z+=__exp__E(z,c); x=half+z; return(x+x);}
H A Derf.c169 half = 0.5, variable
351 r += (x-half);
352 return (half - r);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl164 set half [expr {$width/2.0}]
165 set l1 [expr {$half*0.85}]
166 set l2 [expr {$half*0.74}]
167 set l3 [expr {$half*0.62}]
174 set x1 [expr {$half+$l1*cos($a)}]
175 set y1 [expr {$half+$l1*sin($a)}]
176 set x2 [expr {$half+$l2*cos($a)}]
177 set y2 [expr {$half+$l2*sin($a)}]
180 set x1 [expr {$half+$l3*cos($a)}]
181 set y1 [expr {$half
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsi001.tcl14 # TEST Delete half of entries through primary.
15 # TEST Delete half of remaining entries through secondary.
160 # Delete the second half of the entries through
161 # the primary. We do the second half so we can
163 set half [expr $nentries / 2]
165 Primary delete loop: deleting $half entries"
166 for { set n $half } { $n < $nentries } { incr n } {
171 $pdb $sdbs $half keys data "Si$tnum.c"
173 # Delete half of what's left through
175 set quar [expr $half /
[all...]
H A Dsi008.tcl158 # Delete the second half of the entries through
159 # the primary. We do the second half so we can
161 set half [expr $nentries / 2]
163 Primary delete loop: deleting $half entries"
164 for { set n $half } { $n < $nentries } { incr n } {
169 $pdb $sdbs $half keys data "Si$tnum.c"
171 # Delete half of what's left through
173 set quar [expr $half / 2]
178 for { set n $quar } { $n < $half } { incr n } {
200 { [gets $did str] != -1 && $n < $half } \
[all...]
H A Dsi003.tcl132 # Delete the second half of the entries through the primary.
133 # We do the second half so we can just pass keys(0 ... n/2)
135 set half [expr $nentries / 2]
137 "\tSi$tnum.c: Primary delete loop: deleting $half entries ..."
138 for { set n $half } { $n < $nentries } { incr n } {
156 check_secondaries $pdb $sdbs $half keys data "Si$tnum.c"
158 # Delete half of what's left, through the first secondary.
159 set quar [expr $half / 2]
163 for { set n $quar } { $n < $half } { incr n } {
H A Dsi005.tcl132 # Delete the second half of the entries through the primary.
133 # We do the second half so we can just pass keys(0 ... n/2)
135 set half [expr $nentries / 2]
136 puts "\tSi$tnum.c: Primary delete loop: deleting $half entries"
137 for { set n $half } { $n < $nentries } { incr n } {
143 check_secondaries $pdb $sdbs $half keys data "Si$tnum.c"
145 # Delete half of what's left, through the first secondary.
146 set quar [expr $half / 2]
150 for { set n $quar } { $n < $half } { incr n } {
H A Dsi002.tcl15 # TEST Cursor delete half of entries through primary, check.
16 # TEST Cursor delete half of remainder through secondary, check.
171 # Delete the second half of the entries through the primary.
172 # We do the second half so we can just pass keys(0 ... n/2)
174 set half [expr $nentries / 2]
176 Primary cursor delete loop: deleting $half entries"
180 for { set i 0 } { [llength $dbt] > 0 && $i < $half } { incr i } {
185 cursor_check_secondaries $pdb $sdbs $half "Si$tnum.d"
187 # Delete half of what's left, through the first secondary.
188 set quar [expr $half /
[all...]
H A Dsi004.tcl181 # Delete the second half of the entries through the primary.
182 # We do the second half so we can just pass keys(0 ... n/2)
184 set half [expr $nentries / 2]
186 Primary cursor delete loop: deleting $half entries ... "
190 for { set i 0 } { [llength $dbt] > 0 && $i < $half } { incr i } {
208 cursor_check_secondaries $pdb $sdbs $half "Si$tnum.d"
210 # Delete half of what's left, through the first secondary.
211 set quar [expr $half / 2]
/macosx-10.9.5/cctools-845/libmacho/
H A Di386_swap.c220 unsigned short half; member in union:swapped_fp_control::__anon6921
243 unsigned short half; member in union:swapped_fp_status::__anon6923
257 sfpc.u.half = OSSwapInt16(sfpc.u.half);
269 sfps.u.half = OSSwapInt16(sfps.u.half);
294 sfpc.u.half = OSSwapInt16(sfpc.u.half);
312 sfps.u.half = OSSwapInt16(sfps.u.half);
631 unsigned short half; member in union:swapped_fp_control::__anon6925
654 unsigned short half; member in union:swapped_fp_status::__anon6927
671 unsigned short half; member in union:swapped_fp_tag::__anon6929
685 unsigned short half; member in union:swapped_fp_data_reg::__anon6931
697 unsigned short half; member in union:swapped_sel::__anon6933
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddoprnt.c222 union { double d; char *half[2]; } u; member in union:__anon8687
225 u.half[0] = args[cnt++];
226 u.half[1] = args[cnt++];
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnix3d.c143 int half;
148 half = width/2;
150 half++;
152 XFillRectangle(display, drawable, left, x, y, (unsigned) half,
154 XFillRectangle(display, drawable, right, x+half, y,
155 (unsigned) (width-half), (unsigned) height);
233 * Compute a GC for the top half of the bevel and a GC for the bottom half
361 * 1. Lighter shadow is half-way to white, darker shadow is half wa
141 int half; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnix3d.c146 int half;
151 half = width/2;
153 half++;
155 XFillRectangle(display, drawable, left, x, y, (unsigned) half,
157 XFillRectangle(display, drawable, right, x+half, y,
158 (unsigned) (width-half), (unsigned) height);
238 * Compute a GC for the top half of the bevel and a GC for the
239 * bottom half (they're the same in many cases).
368 * 1. Lighter shadow is half-way to white, darker shadow is half
143 int half; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dx86.rb54 when :half
94 when :half
109 when :half
124 when :half
139 when :half
154 when :half
168 when :half
183 when :half
197 when :half
213 when :half
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc.c92 register double arg, half=0.5; local
98 co = (float) (half*(1.0 - cos((half + (double)i++) * arg)));
127 register double arg, half=0.5; local
133 *q++ = (float) (.54 - .46 * cos((half + (double)i++) * arg));
160 register double arg, half=0.5; local
166 *q++ = (float) (half - half * cos((half + (double)i++) * arg));
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin3d.c133 int half;
172 half = width/2;
174 half++;
176 TkWinFillRect(dc, x, y, half, height, left);
177 TkWinFillRect(dc, x+half, y, width-half, height, right);
236 * Compute a GC for the top half of the bevel and a GC for the bottom half
386 * 1. Lighter shadow is half-way to white, darker shadow is half wa
130 int half; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin3d.c135 int half;
173 half = width/2;
175 half++;
177 TkWinFillRect(dc, x, y, half, height, left);
178 TkWinFillRect(dc, x+half, y, width-half, height, right);
239 * Compute a GC for the top half of the bevel and a GC for the
240 * bottom half (they're the same in many cases).
391 * 1. Lighter shadow is half-way to white, darker shadow is half
132 int half; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantFFT.c488 register int k, half = n>>1; local
492 b[half] *= a[half];
493 for(k=1;k<half;k++) {
502 register int k, half = n>>1; local
506 b[half] *= b[half];
507 for(k=1;k<half;k++) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantFFT.c488 register int k, half = n>>1; local
492 b[half] *= a[half];
493 for(k=1;k<half;k++) {
502 register int k, half = n>>1; local
506 b[half] *= b[half];
507 for(k=1;k<half;k++) {
/macosx-10.9.5/text_cmds-87/col/
H A Dcol.c71 #define RHLF '\010' /* ESC-010 reverse half-line feed */
72 #define FHLF '\011' /* ESC-011 forward half-line feed */
110 int fine; /* if `fine' resolution (half lines) */
146 case 'f': /* allow half forward line feeds */
170 /* this value is in half lines */
363 * Print a number of newline/half newlines. If fine flag is set, nblank_lines
364 * is the number of half line feeds, otherwise it is the number of whole line
370 int half, i, nb; local
372 half = 0;
376 half
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c1437 unsigned short half;
1460 unsigned short half;
1474 sfpc.u.half = SWAP_SHORT(sfpc.u.half);
1486 sfps.u.half = SWAP_SHORT(sfps.u.half);
1511 sfpc.u.half = SWAP_SHORT(sfpc.u.half);
1529 sfps.u.half = SWAP_SHORT(sfps.u.half);
1582 unsigned short half; member in union:swapped_fp_control::__anon6967
1605 unsigned short half; member in union:swapped_fp_status::__anon6969
1770 unsigned short half; member in union:swapped_fp_control::__anon6971
1793 unsigned short half; member in union:swapped_fp_status::__anon6973
1810 unsigned short half; member in union:swapped_fp_tag::__anon6975
1824 unsigned short half; member in union:swapped_fp_data_reg::__anon6977
1836 unsigned short half; member in union:swapped_sel::__anon6979
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtestcurs.c232 int half; local
238 half = OldY / 2;
254 wsetscrreg(win, 0, half - 1);
257 for (i = 1; i <= half; i++) {
270 wsetscrreg(win, half, --OldY);
273 for (i = half; i <= OldY; i++) {
533 mvwaddstr(win, 4, 2, "Only half of the next line is visible");
534 mvwaddstr(win, 5, 2, "Only half of the next line is visible");

Completed in 381 milliseconds

1234