Searched refs:y0 (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
66 if (mp_init_size (&y0, B) != MP_OKAY)
80 x0.used = y0.used = B;
95 tmpy = y0.dp;
116 mp_clamp (&y0);
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
129 goto X1Y1; /* t2 = y1 - y0 */
[all...]
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
66 if (mp_init_size (&y0, B) != MP_OKAY)
80 x0.used = y0.used = B;
95 tmpy = y0.dp;
116 mp_clamp (&y0);
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
129 goto X1Y1; /* t2 = y1 - y0 */
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_mvg.tcl170 lassign $coords x0 y0
173 set y [expr {($y0+$y1)/2.0}]
177 lassign $coords x0 y0
179 if {($x0 != $x1) || ($y0 != $y1)} {
193 lassign $coords x0 y0 x1 y1
195 set yc [expr {($y0+$y1)/2.0}]
200 lassign $coords x0 y0 x1 y1
203 set ry [expr {($y1-$y0)/2.0}]
205 set y [expr {($y0+$y1)/2.0}]
240 lassign [mvg::Translate [$canvas bbox $item]] x0 y0 x
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollview.tcl152 set y0 [expr {$vmin*$_widget(height)+$_widget(bd)}]
154 $path:cmd coords view [lindex $c 0] $y0 [lindex $c 2] $y1
174 set y0 [expr {$vmin*$_widget(height)+$_widget(bd)}]
176 $path:cmd coords view $x0 $y0 $x1 $y1
199 set y0 [lindex $c 1]
203 $y >= $y0 && $y <= $y1} {
205 set _widget(dy) [expr {$y-$y0}]
209 set y0 [expr {$y-($y1-$y0)/2}]
211 set _widget(dy) [expr {$y-$y0}]
[all...]
H A Darrow.tcl266 set y0 [expr {($height-$h)/2}]
268 set y1 [expr {$y0+$h-1}]
274 $path.c create polygon $x0 $y1 $x1 $y1 $xd $y0 -tags poly
276 $path.c coords $id $x0 $y1 $x1 $y1 $xd $y0
280 $path.c create line $x0 $y1 $x1 $y1 $xd $y0 -tags bot
282 $path.c coords $id $x0 $y1 $x1 $y1 $xd $y0
285 $path.c create line $x0 $y1 $xd $y0 -tags top
287 $path.c coords $id $x0 $y1 $xd $y0
299 $path.c create polygon $x1 $y0 $x0 $y0
[all...]
H A Dscrollframe.tcl149 set y0 [winfo y $widget]
151 set y1 [expr {$y0+[winfo height $widget]}]
179 if { $y0 < $yb0+$dy } {
180 set dy [expr {$y0-$yb0}]
183 if { $y0 < $yb0 } {
184 set dy [expr {$y0-$yb0}]
H A Dutils.tcl330 set y0 [expr {[winfo rooty $widget] + ([winfo height $widget] - $h)/2}]
334 set y0 [expr {($sh - $h)/2 - [winfo vrooty $path]}]
337 set y "+$y0"
341 if { $y0+$h > $sh } {set y "-0"; set y0 [expr {$sh-$h}]}
342 if { $y0 < 0 } {set y "+0"}
346 set y0 [winfo rooty $widget]
348 set y1 [expr {$y0 + [winfo height $widget]}]
350 set y "+$y0"
352 if { $y0
[all...]
H A Dnotebook.tcl973 set y0 [expr {$h1 - $data(hpage) + $bd}]
975 set y0 1
977 # Sven end (all y positions where replaced with $y0 later)
982 $path.c create window $xl $y0 \
989 $path.c coords "leftarrow" $xl $y0
1001 $path.c create window $xr $y0 \
1008 $path.c coords "rightarrow" $xr $y0
1036 set y0 0
1040 set y0 $data(hpage)
1042 set yo [expr {$h-$y0}]
[all...]
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i61 double y0(double);
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_panels.c259 int x0, y0, x1, y1; local
268 getyx(stdscr, y0, x0);
269 while ((code = get_position("First corner", "", which, &x0, &y0)) == 0) {
275 sprintf(also, " (first %d,%d)", y0, x0);
283 int tly = MIN(y0, y1);
285 pan = mkpanel(pair, ABS(y1 - y0) + 1, ABS(x1 - x0) + 1, tly, tlx);
300 int y0, x0; local
305 getbegyx(win, y0, x0);
306 sprintf(also, " (start %d,%d)", y0, x0);
307 wmove(stdscr, y0, x
325 int y0, x0; local
628 int y0, x0; local
[all...]
H A Ddots_mvcur.c103 int x0 = 1, y0 = 1; local
132 if (mvcur(y0, x0, y, x) != ERR) {
134 y0 = y;
H A Dmovewindow.c221 int y0, x0; local
224 getyx(win, y0, x0);
239 wmove(win, y0, x0);
344 int y0, x0; local
346 getbegyx(all_windows[n].child, y0, x0);
347 mvwin(all_windows[n].child, y0 + dy, x0 + dx);
375 int y0, x0; local
376 getbegyx(parent, y0, x0);
384 if (mvwin(win, y0 + tmp->y, x0 + tmp->x) != ERR) {
420 int y0, x local
437 int y0, x0; local
[all...]
H A Dedit_field.c197 int y0 = 2; local
201 int high = LINES - ((y0 + 1) * 2);
202 WINDOW *help = newwin(high, wide, y0, x0);
276 pnoutrefresh(data, y1, 0, y0 + 1, x0 + 1, high, wide);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatQuad.cpp182 float x0 = p0.x() - center.x(), y0 = p0.y() - center.y(); local
185 if ((x0 * x0 + y0 * y0) <= radius2 || (x1 * x1 + y1 * y1) <= radius2)
190 float a = y0 - y1;
192 float c = x0 * y1 - x1 * y0;
203 && ((y0 <= y && y <= y1) || (y1 <= y && y <= y0)));
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasPathMethods.h49 void arcTo(float x0, float y0, float x1, float y1, float radius, ExceptionCode&);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DPathCairo.cpp212 double x0, y0; local
213 cairo_get_current_point(cr, &x0, &y0);
214 FloatPoint p0(x0, y0);
316 double x0, x1, y0, y1; local
317 cairo_path_extents(cr, &x0, &y0, &x1, &y1);
318 return FloatRect(x0, y0, x1 - x0, y1 - y0);
333 double x0, x1, y0, y1; local
334 cairo_stroke_extents(cr, &x0, &y0, &x1, &y1);
335 return FloatRect(x0, y0, x
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbusiness.tcl184 foreach {x0 y0} [coordsToPixel $w $xv1 0.0] {break}
188 foreach {y0 y1} [list $y1 $y0] {break}
197 set y2 [expr {$y0-$d+1}]
200 $w create rect $x0 $y0 $x1 $y1 -fill $fill -tag $tag
202 $w create poly $x1 $y1 $x3 $y3 $x3 $y2 $x1 $y0 -fill [DimColour $fill 0.6] -outline black -tag $tag
212 $w create text [expr {($x0+$x3)/2}] [expr {$y0+8}] -text $label \
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvWave.c43 double *y0; member in struct:WaveItem
270 wavePtr->y0 = NULL;
440 if (wavePtr->y0 != NULL) {
441 ckfree((char *) wavePtr->y0);
450 wavePtr->y0 = (double *) ckalloc(sizeof(double) * nPoints);
457 wavePtr->y0[i] = (double) yh;
518 wavePtr->y0[i] = (double) yh;
663 wavePtr->y0[i] = wtop;
666 wavePtr->y0[i] = wbot;
691 wavePtr->y0[
1378 double *y0 = wavePtr->y0; local
1413 double *y0 = wavePtr->y0; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb645 x0, y0, x1, y1 = [527, 356, 611, 464]
648 y0.step(y1, 12){|y|
654 TkcLine.new(@canvas, [x, y0, x, y1], :fill=>color, :width=>1)
1075 y0 = 637 # Bumps for fingers
1080 xy << x << y0 << x1 << y1 << x2 << y0
1151 x0, y0 = anchor('I13_s', :w)
1154 move_abs('I13_star', [x, y0])
1189 x0, y0, x1, y1, x2, y2 = xy
1193 x0, y0, x
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb649 x0, y0, x1, y1 = [527, 356, 611, 464]
652 y0.step(y1, 12){|y|
658 TkcLine.new(@canvas, [x, y0, x, y1], :fill=>color, :width=>1)
1079 y0 = 637 # Bumps for fingers
1084 xy << x << y0 << x1 << y1 << x2 << y0
1155 x0, y0 = anchor('I13_s', :w)
1158 move_abs('I13_star', [x, y0])
1193 x0, y0, x1, y1, x2, y2 = xy
1197 x0, y0, x
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAreaElement.cpp166 int y0 = minimumValueForLength(m_coords[1], height); local
169 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp349 float y0 = bounds.origin.y; local
351 float y1 = y0 + bounds.size.height;
354 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dellproj.c219 giant x0 = pt0->x, y0 = pt0->y, z0 = pt0->z, local
223 gtog(x1,x0); gtog(y1,y0); gtog(z1,z0);
227 gtog(x0, t1); gtog(y0,t2); gtog(z0, t3);
246 itog(1, x0); itog(1, y0); itog(0, z0);
269 gtog(t1, x0); gtog(t2, y0); gtog(t3, z0);
274 {x0,y0,z0,x1,y1,z1,
276 x0 = pt0[[1]]; y0 = pt0[[2]]; z0 = pt0[[3]];
282 t2 = y0;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dellproj.c219 giant x0 = pt0->x, y0 = pt0->y, z0 = pt0->z, local
223 gtog(x1,x0); gtog(y1,y0); gtog(z1,z0);
227 gtog(x0, t1); gtog(y0,t2); gtog(z0, t3);
246 itog(1, x0); itog(1, y0); itog(0, z0);
269 gtog(t1, x0); gtog(t2, y0); gtog(t3, z0);
274 {x0,y0,z0,x1,y1,z1,
276 x0 = pt0[[1]]; y0 = pt0[[2]]; z0 = pt0[[3]];
282 t2 = y0;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk707 foreach {x0 y0 x1 y1} [$itk_component(page) bbox button] {
709 set y [expr {(($y1-$y0)/2)+$y0}]
750 set y0 [expr {$wrow*($hmax-$bottom-4)/$weeks+$bottom}]
763 set item [$itk_component(page) create rectangle $x0 $y0 $x1 $y1 \
780 _drawtext $itk_component(page) $day $date $now $x0 $y0 $x1 $y1
786 $itk_component(page) create rectangle $x0 $y0 $x1 $y1 \

Completed in 207 milliseconds

1234