Searched refs:sy (Results 1 - 25 of 249) sorted by relevance

12345678910

/macosx-10.10/vim-55/runtime/syntax/
H A Dcsc.vim15 sy region EssFold start="\<Fix" end="EndFix" transparent fold
17 sy keyword cscTodo contained TODO FIXME XXX
20 sy cluster cscCommentGroup contains=cscTodo
23 sy match cscError '"'
24 sy match cscString '"[^"]*"'
29 sy match cscSpaceE "\s\+$"
32 sy match cscSpaceE " \+\t"me=e-1
37 sy cluster cscParenGroup contains=cscParenE,@cscCommentGroup,cscUserCont,cscBitField,cscFormat,cscNumber,cscFloat,cscOctal,cscNumbers,cscIfError,cscComW,cscCom,cscFormula,cscBPMacro
38 sy region cscParen transparent start='(' end=')' contains=ALLBUT,@cscParenGroup
39 sy matc
[all...]
H A Dmel.vim17 sy match melSpaceError "\s\+$"
18 sy match melSpaceError " \+\t"me=e-1
22 sy keyword melBoolean true false yes no on off
24 sy keyword melFunction proc
25 sy match melIdentifier "\$\(\a\|_\)\w*"
27 sy keyword melStatement break continue return
28 sy keyword melConditional if else switch
29 sy keyword melRepeat while for do in
30 sy keyword melLabel case default
31 sy keywor
[all...]
H A Dcdl.vim12 sy case ignore
13 sy sync fromstart
14 sy keyword cdlStatement dimension hierarchy group grouphierarchy schedule class
15 sy keyword cdlType add update file category main altername removeall required notrequired
16 sy keyword cdlConditional if then elseif else endif and or not cons rpt xlt
17 sy keyword cdlFunction ChildOf IChildOf LeafChildOf DescendantOf IDescendantOf LeafDescendantOf MemberIs CountOf
19 sy keyword cdlIdentifier contained id name desc description xlttype precision symbol curr_ name group_name rate_name
20 sy keyword cdlIdentifier contained xcheck endbal accounttype natsign consolidate formula pctown usage periodicity
21 sy match cdlIdentifier contained 'child\s*name'
22 sy matc
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dspline.rb15 def self.natural(x, y, sx, sy)
16 tk_call('::blt::spline', 'natural', x, y, sx, sy)
19 def self.quadratic(x, y, sx, sy)
20 tk_call('::blt::spline', 'quadratic', x, y, sx, sy)
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dlr.pl51 $self->{sy} = 0.0;
62 $self->{sy} += $_y;
73 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy})
81 return ($self->{sy} - B() * $self->{sx}) / $self->{n};
103 * ($self->{n} * $self->{sy2} - $self->{sy}**2);
107 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy}) / sqrt($s);
114 return ($self->{sxy} - $self->{sx} * $self->{sy} / $self->{n})
123 return sqrt(($self->{sy2} - ($self->{sy} * $self->{sy}) / $self->{n})
132 return $self->{sy} /
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Ddacceptor.tcl87 foreach sy $syms {
88 set trans($s,$sy) [lindex [$tmp next $s $sy] 0]
114 foreach sy $symbolstring {
115 if {![info exists sym($sy)]} {
118 ## puts " \[$state\] -- Unknown symbol ($sy)"
122 ## puts " \[$state\] --($sy)--> "
124 set state $trans($state,$sy)
136 foreach sy $symbolstring {
137 if {![info exists sym($sy)]} {se
[all...]
H A Ddexec.tcl35 method put {sy} {}
93 foreach sy [$fa symbols@ $s] {
94 set trans($s,$sy) [lindex [$fa next $s $sy] 0]
132 method put {sy} {
134 ## puts " --($sy)-->"
136 if {![info exists sym($sy)]} {
143 error BADSYM "Bad symbol \"$sy\""]
147 set sy $any
152 set new $trans($curr,$sy)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DScaleTransformOperation.h34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type) argument
36 return adoptRef(new ScaleTransformOperation(sx, sy, 1, type));
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type) argument
41 return adoptRef(new ScaleTransformOperation(sx, sy, sz, type));
64 ScaleTransformOperation(double sx, double sy, double sz, OperationType type) argument
66 , m_y(sy)
H A DAffineTransform.cpp154 AffineTransform& AffineTransform::scale(double sx, double sy) argument
158 m_transform[2] *= sy;
159 m_transform[3] *= sy;
177 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) argument
179 return scale(sx, sy);
197 AffineTransform& AffineTransform::shear(double sx, double sy) argument
202 m_transform[0] += sy * m_transform[2];
203 m_transform[1] += sy * m_transform[3];
359 double sy = yScale(); local
368 sy
[all...]
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dvmstat.d26 * sy system calls number
66 sy = 0; in = 0; cs = 0;
79 "in", "sy", "cs");
93 syscall:::entry { sy++; }
132 in, sy, cs);
136 sy = 0; in = 0; cs = 0;
/macosx-10.10/dtrace-147/DTTk/Mem/
H A Dvmstat.d26 * sy system calls number
66 sy = 0; in = 0; cs = 0;
79 "in", "sy", "cs");
93 syscall:::entry { sy++; }
132 in, sy, cs);
136 sy = 0; in = 0; cs = 0;
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dbasic.tcl39 -yscrollcommand {.sy set} -xscrollcommand {.sx set} \
44 scrollbar .sy -command [list $table(table) yview]
49 grid $table(table) .sy -sticky news
H A Dcommand.tcl59 -yscrollcommand {.sy set} -xscrollcommand {.sx set} \
72 scrollbar .sy -command [list $table(table) yview] -orient v
76 grid $table(table) - .sy -sticky nsew
H A Ddynarows.tcl57 -yscrollcommand { .sy set } \
68 scrollbar .sy -command [list $t yview]
71 grid $t .sy -sticky news
H A Dmaxsize.tcl41 -yscrollcommand {.sy set} \
50 scrollbar .sy -command [list $table(table) yview]
54 grid $table(table) .sy -sticky news
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dbasic.rb41 sy = table.yscrollbar(TkScrollbar.new)
46 Tk.grid(table, sy, :sticky=>:news)
H A Dbuttons.rb25 sy = table.yscrollbar(TkScrollbar.new)
27 Tk.grid(table, sy, :sticky=>:news)
H A Dmaxsize.rb38 sy = table.yscrollbar(TkScrollbar.new)
43 Tk.grid(table, sy, :sticky=>:news)
H A Dvalid.rb74 sy = table.yscrollbar(TkScrollbar.new)
79 Tk.grid(table, sy, :sticky=>:news)
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_overlay.c142 int sx, sy, dx, dy; local
167 for (dy = dminrow, sy = sminrow;
169 sy++, dy++) {
176 if ((CharOf(src->_line[sy].text[sx]) != L(' ')) &&
178 src->_line[sy].text[sx]))) {
180 src->_line[sy].text[sx];
182 ((AttrOf(src->_line[sy].text[sx]) &
188 src->_line[sy].text[sx])) {
190 src->_line[sy].text[sx];
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dxyplot.tcl147 proc xyplot::rescale { path mx Mx my My sx Sx sy Sy } {
158 if {$sy>=$Sy} {
159 set Sy [expr {$sy+1.0}]
161 set data($path,minmax) [list $mx $Mx $my $My $sx $Sx $sy $Sy]
163 set dy [expr {($Sy-$sy)/double($data($path,yticks))}]
164 $data($path,xyplot) rescale [list $sx $Sx $dx] [list $sy $Sy $dy]
177 set gy $sy
281 lassign $data($path,minmax) mx Mx my My sx Sx sy Sy
282 set data($path,after_id) [after idle [list xyplot::draw $path [list $sx $Sx $sy $Sy]]]
323 lassign $data($path,minmax) mx Mx my My sx Sx sy S
[all...]
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dbigint.pl124 local($sx, $sy) = (substr($cx, 0, 1), substr($cy, 0, 1));
128 return 1 if ($sy eq '-' || $cy eq '+0');
133 return -1 if ($sy eq '+');
150 local($sx, $sy) = (shift @x, shift @y); # get signs
151 if ($sx eq $sy) {
156 &external($sy, &sub(*y, *x));
199 local(*sx, *sy) = @_;
203 $sx += 1e5 if $bar = (($sx -= shift(@sy) + $bar) < 0);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTransform.idl38 [StrictTypeChecking] void setScale(unrestricted float sx, unrestricted float sy);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserAsyncStreamListener.h63 UInt8 sy:4; member in struct:__anon1526
67 UInt8 sy:4; member in struct:__anon1527
/macosx-10.10/WebCore-7600.1.25/css/
H A DTransformFunctions.cpp119 double sy = 1.0; local
121 sy = firstValue->getDoubleValue();
127 sy = secondValue->getDoubleValue();
129 sy = sx;
132 operations.operations().append(ScaleTransformOperation::create(sx, sy, 1.0, transformOperationType(transformValue->operationType())));
138 double sy = 1.0; local
143 sy = firstValue->getDoubleValue();
153 sy = secondValue->getDoubleValue();
155 sy = sx;
158 operations.operations().append(ScaleTransformOperation::create(sx, sy, s
[all...]

Completed in 300 milliseconds

12345678910