Searched refs:yy1 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl928 foreach {xx1 yy1} $xyf1 {}
943 set x1 $xx1; set y1 $yy1; set f1 $ff
960 foreach {xx1 yy1} $xyf1 {}
980 #debug# puts " : $xx1 $yy1 $ff $xx2 $yy2 $ff $x1 $y1 $f1"
981 Tri_contour $canv $xx1 $yy1 $ff $xx2 $yy2 $ff $x1 $y1 $f1 $cont $doTrans
984 #debug# puts " : $xx1 $yy1 $ff $x1 $y1 $f1 $x2 $y2 $f2"
985 Tri_contour $canv $xx1 $yy1 $ff $x1 $y1 $f1 $x2 $y2 $f2 $cont $doTrans
1000 foreach {xx1 yy1} $xyf1 {}
1015 set x1 $xx1; set y1 $yy1; set f1 $ff
1033 foreach {xx1 yy1}
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c822 int d, m1, yy0, yy1, yy2, dow; local
864 yy1 = yy0 / 100;
867 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7;
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c940 int d, m1, yy0, yy1, yy2, dow; local
982 yy1 = yy0 / 100;
985 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb1630 yy1 = y1 + (ly1 - y1) * f
1636 TkcPolygon.new(@canvas, x2, y2, x1, y1, xx1, yy1, xx2, yy1,
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb1634 yy1 = y1 + (ly1 - y1) * f
1640 TkcPolygon.new(@canvas, x2, y2, x1, y1, xx1, yy1, xx2, yy1,
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dgoldberg.tcl1462 set yy1 [expr {$y1 + ($Y1 - $y1) * $f}]
1465 #H2O $w $yy1 40
1469 $w.c create poly $x2 $y2 $x1 $y1 $xx1 $yy1 $xx2 $yy1 -tag {I21 I21w} \

Completed in 203 milliseconds