Searched refs:ay (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DUnitBezier.h43 ay = 1.0 - cy - by;
54 return ((ay * t + by) * t + cy) * t;
118 double ay; member in struct:WebCore::UnitBezier
/macosx-10.10/ncurses-44/ncurses/test/
H A Dtclock.c64 int ax, ay; local
76 ay = abs(dy * 2);
84 if (ax > ay) {
85 d = ay - (ax / 2);
97 d += ay;
100 d = ax - (ay / 2);
109 d -= ay;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Dquestion_mark.js57 // 'abcd'.match(new RegExp('x?ay?bz?c'))
58 testcases[count++] = new TestCase ( SECTION, "'abcd'.match(new RegExp('x?ay?bz?c'))",
59 String(["abc"]), String('abcd'.match(new RegExp('x?ay?bz?c'))));
61 // 'abcd'.match(/x?ay?bz?c/)
62 testcases[count++] = new TestCase ( SECTION, "'abcd'.match(/x?ay?bz?c/)",
63 String(["abc"]), String('abcd'.match(/x?ay?bz?c/)));
/macosx-10.10/gpatch-3/patch/
H A Dmaketime.c138 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); local
140 int ac = DIV (ay, 100);
143 int intervening_leap_days = (((ay >> 2) - (by >> 2))
146 time_t difference_in_years = ay - by;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dpoint.tcl127 lassign $a atag adetail ; lassign $adetail ax ay
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl63 foreach {ax ay} $pa break
65 return [list [expr {$ax + $bx}] [expr {$ay + $by}]]
70 foreach {ax ay} $pa break
72 return [list [expr {$ax - $bx}] [expr {$ay - $by}]]
77 foreach {ax ay} $pa break
79 return [expr {hypot($bx-$ax,$by-$ay)}]
159 foreach {ax ay} $pa break
161 return [list $ax $ay $bx $by]
/macosx-10.10/shell_cmds-179/find/
H A Dgetdate.y834 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
840 + ((ay >> 2) - (by >> 2))
841 - (ay/100 - by/100)
842 + ((ay/100 >> 2) - (by/100 >> 2))
844 + (long)(ay-by) * 365
/macosx-10.10/sudo-73/src/
H A Dgetdate.y833 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
839 + ((ay >> 2) - (by >> 2))
840 - (ay/100 - by/100)
841 + ((ay/100 >> 2) - (by/100 >> 2))
843 + (long)(ay-by) * 365
H A Dgetdate.c901 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
907 + ((ay >> 2) - (by >> 2))
908 - (ay/100 - by/100)
909 + ((ay/100 >> 2) - (by/100 >> 2))
911 + (long)(ay-by) * 365
900 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); local
/macosx-10.10/ICU-531.30/icuSources/data/coll/
H A Dcollocal.mk8 agq.txt ak.txt am.txt asa.txt ay.txt\
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/wip/
H A Dwip.tcl175 method def/ {name ay {mp {}}} {
196 set arity($name) $ay
H A Dwip2.tcl182 method def/ {name ay {mp {}}} {
203 set arity($name) $ay
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dgetdate.c873 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); local
879 + ((ay >> 2) - (by >> 2))
880 - (ay/100 - by/100)
881 + ((ay/100 >> 2) - (by/100 >> 2))
883 + (long)(ay-by) * 365
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp535 double ax, ay, az, aw; local
541 ax = qa[0]; ay = qa[1]; az = qa[2]; aw = qa[3];
544 angle = ax * bx + ay * by + az * bz + aw * bw;
547 ax = -ax; ay = -ay;
563 bx = -ay;
572 cy = ay * scale + by * invscale;
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dlc.tab33 ay aymara
/macosx-10.10/vim-55/runtime/macros/life/
H A Dlife.vim217 map ,i `ay GP
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_vi_vn.vim197 menutrans Set\ '&filetype'\ too Th&ay\ �����i\ c���\ gi��\ tr���\ 'filetype'
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhangul.el955 ("ay" ?$(C9&(B)
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim2799 keepj norm! "ay`a
2801 keepj norm! "ay$
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c63841 } ay; member in union:vdbeExecUnion
[all...]

Completed in 715 milliseconds