Searched refs:y3 (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl377 set y3 [lindex $y $i $j1]
386 set yb [list $y1 $y2 $y3 $y4]
418 foreach {y1 y2 y3 y4} $yb {}
422 set yc [expr {($y1 + $y2 + $y3 + $y4) * 0.25}]
439 set xylist [list $x1 $y1 $x2 $y2 $x3 $y3 $x4 $y4]
451 Tri_contour $canv $x2 $y2 $f2 $x3 $y3 $f3 $xc $yc $fc $cont $doTrans
454 Tri_contour $canv $x3 $y3 $f3 $x4 $y4 $f4 $xc $yc $fc $cont $doTrans
468 # y1,y2,y3 Y-coordinates of the three corners
476 proc ::Plotchart::Tri_contour { canv x1 y1 f1 x2 y2 f2 x3 y3 f3 cont {doTrans 1} } {
564 set pxylist [list $x1 $y1 $x2 $y2 $x3 $y3]
[all...]
H A Dplotbusiness.tcl121 set y3 [expr {$y1-30}]
125 $w create polygon $x1 $y1 $x3 $y3 $x2 $y2 $x4 $y4 -fill gray65 -tag platform \
198 set y3 [expr {$y1-$d-1}]
202 $w create poly $x1 $y1 $x3 $y3 $x3 $y2 $x1 $y0 -fill [DimColour $fill 0.6] -outline black -tag $tag
208 $w create text [expr {($x0+$x3)/2}] [expr {$y3-5}] -text $yvalue \
H A Dplotgantt.tcl205 set y3 $y2
208 [$w create polygon $x1 $y1 $x2 $y2 $x3 $y3 -fill $colour \
H A Dplotpriv.tcl1528 set y3 $y2
1530 $w create polygon $x1 $y1 $x2 $y2 $x3 $y3 -fill $colour \
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDynamicsCompressorKernel.cpp258 float y3 = releaseFrames * releaseZone3; local
262 // match the evenly spaced x values as follows: (y1 : x == 0, y2 : x == 1, y3 : x == 2, y4 : x == 3)
263 float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.824516011816245e-18f*y4;
264 float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.1623677525612032f*y4;
265 float kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2 + 0.9258856042207512f*y3 - 0.18656310191776226f*y4;
266 float kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2 + 0.08588057951595272f*y3 - 0.00429891410546283f*y4;
267 float kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2 - 0.09764676325265872f*y3 + 0.028494263462021576f*y4;
/macosx-10.10/ncurses-44/ncurses/test/
H A Dnewdemo.c166 int x3, y3, xd3, yd3; local
175 y3 = 2 + rand() % (h - 4);
192 y3 = bounce(y3, &yd3, h);
201 mvwaddch(win, y3, x3, '@');
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A D24hr_clock.rb109 y3 = 0.92*y_base
117 TkcText.new(@c, x3, -y3, :text=>dh,
119 TkcText.new(@c, x3, y3, :text=>@clock.div(2)-dh,
121 TkcText.new(@c, -x3, y3, :text=>@clock.div(2)+dh,
123 TkcText.new(@c, -x3, -y3, :text=>@clock-dh,
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos6.tcl61 set y3 80
66 $s2 dot series3 $x $y3 $value
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGParserUtilities.cpp473 float y3; local
479 || !parseNumber(current, end, y3))
483 point3 = FloatPoint(x3, y3);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl891 # y3,y4 the second interval
905 proc ::math::geometry::intervalsOverlap {y1 y2 y3 y4 strict} {
911 if {$y3>$y4} {
912 set temp $y3
913 set y3 $y4
917 return [expr {$y2>$y3 && $y4>$y1}]
919 return [expr {$y2>=$y3 && $y4>=$y1}]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb1190 x3, y3, x4, y4, x5, y5 = xy2
1194 x3, y3, x3, y3, xy2, x5, y5, x5, y5
1892 x0, y0, x3, y3 = xy
1901 if d > maxr * (y3 - y0)
1902 d = maxr * (y3 - y0)
1908 y2 = y3 - d
1911 xy.concat([x3, y3, x2, y3, x1, y3, x
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb1194 x3, y3, x4, y4, x5, y5 = xy2
1198 x3, y3, x3, y3, xy2, x5, y5, x5, y5
1897 x0, y0, x3, y3 = xy
1906 if d > maxr * (y3 - y0)
1907 d = maxr * (y3 - y0)
1913 y2 = y3 - d
1916 xy.concat([x3, y3, x2, y3, x1, y3, x
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp731 is intersected by the line [x3,y3] [x3,y"]. The resulting y' is calculated
732 by interpolating between y3 and y", towards the higher acceleration curve.
737 SInt32 x3, SInt32 y3,
749 resultY = y3 - IOFixedMultiply( scale, y3 - resultY );
751 resultY = resultY + IOFixedMultiply( scale, y3 - resultY );
1733 SInt32 x1, y1, x2, y2, x3, y3; local
1852 y3 = lowerY;
1864 y3 = upperY;
1878 /* newY */ Interpolate( x1, y1, x2, y2, x3, y3,
735 Interpolate( SInt32 x1, SInt32 y1, SInt32 x2, SInt32 y2, SInt32 x3, SInt32 y3, SInt32 scale, Boolean lower ) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl1051 lassign $xy2 x3 y3 x4 y4 x5 y5
1054 $x3 $y3 $x3 $y3 $xy2 $x5 $y5 $x5 $y5]
1725 lassign $xy x0 y0 x3 y3
1734 if {$d > $maxr * ($y3 - $y0)} {
1735 set d [expr {$maxr * ($y3 - $y0)}]
1741 set y2 [expr { $y3 - $d }]
1744 lappend xy $x3 $y3 $x2 $y3 $x1 $y3
[all...]
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dinterp.tcl377 y1 eval y2 eval interp create y3
378 interp alias {x1 x2 x3} xcommand {y1 y2 y3} ycommand
380 } {y1 y2 y3}
389 interp create {y1 y2 y3}
390 interp alias {x1 x2 x3} xcommand {y1 y2 y3} ycommand
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1253 \ 'cpdf_curveto(': 'int pdf_document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode] | bool',
3517 \ 'pdf_curveto(': 'resource p, float x1, float y1, float x2, float y2, float x3, float y3 | bool',
3816 \ 'ps_curveto(': 'resource psdoc, float x1, float y1, float x2, float y2, float x3, float y3 | bool',
4469 \ 'swf_shapecurveto3(': 'float x1, float y1, float x2, float y2, float x3, float y3 | void',
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dlatin1-disp.el1327 (?\$,1)#(B "y3")

Completed in 330 milliseconds