Searched refs:deg (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DfieldMath.py5 def degToRad(deg):
6 return (deg/180.0)*pi
H A DCGraphModel.py25 for deg in range(1, 359, 1):
26 r = (deg/180.0)*pi
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DfieldMath.py5 def degToRad(deg):
6 return (deg/180.0)*pi
H A DCGraphModel.py25 for deg in range(1, 359, 1):
26 r = (deg/180.0)*pi
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/FieldGraph/
H A DfieldMath.py5 def degToRad(deg):
6 return (deg/180.0)*pi
H A DCGraphModel.py25 for deg in range(1, 359, 1):
26 r = (deg/180.0)*pi
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c61 int deg; member in struct:__anon3725
106 for(j = x->deg; j >= 0; j--) {
109 x->deg = (j>0)? j : 0;
115 for(j=0; j <= x->deg; j++) {
208 y->deg = x->deg;
209 atoa(x->coe, y->coe, y->deg+1);
216 for(j=0; j <= y->deg; j++) {
232 if(x->deg == 0 && iszer(x->coe[0])) return 1;
251 int d = x->deg,
299 int dega = a->deg, degb = b->deg, deg = dega + degb; local
321 atop(giant *a, poly x, int deg) argument
351 int deg = x->deg, j, coedigs; local
449 { int j, deg = x->deg; local
460 recipp(poly f, int deg) argument
[all...]
H A Dschoofs.c49 int deg; member in struct:__anon3726
90 for(j = x->deg; j >= 0; j--) {
93 x->deg = (j>0)? j : 0;
99 for(j=0; j <= x->deg; j++) {
200 y->deg = x->deg;
201 atoa(x->coe, y->coe, y->deg+1);
208 for(j=0; j <= y->deg; j++) {
224 if(x->deg == 0 && iszer(x->coe[0])) return 1;
243 int d = x->deg,
291 int dega = a->deg, degb = b->deg, deg = dega + degb; local
313 atop(giant *a, poly x, int deg) argument
343 int deg = x->deg, j, coedigs; local
449 { int j, deg = x->deg; local
460 recipp(poly f, int deg) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c61 int deg; member in struct:__anon4440
106 for(j = x->deg; j >= 0; j--) {
109 x->deg = (j>0)? j : 0;
115 for(j=0; j <= x->deg; j++) {
208 y->deg = x->deg;
209 atoa(x->coe, y->coe, y->deg+1);
216 for(j=0; j <= y->deg; j++) {
232 if(x->deg == 0 && iszer(x->coe[0])) return 1;
251 int d = x->deg,
299 int dega = a->deg, degb = b->deg, deg = dega + degb; local
321 atop(giant *a, poly x, int deg) argument
351 int deg = x->deg, j, coedigs; local
449 { int j, deg = x->deg; local
460 recipp(poly f, int deg) argument
[all...]
H A Dschoofs.c49 int deg; member in struct:__anon4441
90 for(j = x->deg; j >= 0; j--) {
93 x->deg = (j>0)? j : 0;
99 for(j=0; j <= x->deg; j++) {
200 y->deg = x->deg;
201 atoa(x->coe, y->coe, y->deg+1);
208 for(j=0; j <= y->deg; j++) {
224 if(x->deg == 0 && iszer(x->coe[0])) return 1;
243 int d = x->deg,
291 int dega = a->deg, degb = b->deg, deg = dega + degb; local
313 atop(giant *a, poly x, int deg) argument
343 int deg = x->deg, j, coedigs; local
449 { int j, deg = x->deg; local
460 recipp(poly f, int deg) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.css40 -webkit-transform: rotate(-90deg) translateX(-100%);
H A DProbeSetDataGrid.css34 background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(255, 255, 255, .5) 7px, rgba(255, 255, 255, .5) 14px);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dobj.vim20 syn match objKeywords "^deg\s"
H A Dopl.vim29 syn keyword OPLStatement deditmulti defaultwin deg delete dfile dfloat
H A Dlua.vim141 syn keyword luaFunc log10 exp deg rad random
204 syn match luaFunc /math\.deg/
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-math.el263 (calc-unary-op ">deg" 'calcFunc-deg arg)))
275 (calc-change-mode 'calc-angle-mode 'deg)
566 (math-to-hms (math-hypot (math-from-hms a 'deg)
567 (math-from-hms b 'deg)))
568 (math-to-hms (math-hypot (math-from-hms a 'deg) b))))
570 (math-to-hms (math-hypot a (math-from-hms b 'deg))))
681 ((memq calc-angle-mode '(deg hms))
686 (cond ((eq calc-angle-mode 'deg)
689 (list 'calcFunc-deg
[all...]
H A Dcalc-poly.el984 (defun math-padded-polynomial (expr var deg)
985 (let ((p (math-is-polynomial expr var deg)))
986 (append p (make-list (- deg (length p)) 0))))
1001 (deg (math-polynomial-p (nth 1 (car fp)) var))
1004 (setq deg2 deg
1013 dlist (cons (and (= deg2 (1- deg))
H A Dcalcalg2.el369 (put 'calcFunc-deg\' 'math-derivative-1
1590 (math-defintegral calcFunc-deg
1593 (list 'calcFunc-deg int))))
2895 (deg (1- (length p)))
2915 (if (> deg 4)
2924 (while (> deg (if math-symbolic-solve 2 4))
2941 deg (1- deg))))
2943 (if (> deg 1)
2950 (setq roots (append (cdr (apply (cond ((= deg
[all...]
H A Dcalc-alg.el734 (and (eq calc-angle-mode 'deg)
764 (and (eq calc-angle-mode 'deg)
792 (and (eq calc-angle-mode 'deg)
817 (and (eq calc-angle-mode 'deg)
895 (and (eq calc-angle-mode 'deg)
922 (and (eq calc-angle-mode 'deg)
/macosx-10.10.1/libresolv-57/
H A Dres_debug.c739 int deg = 0, min = 0, secs = 0, secsfrac = 0; local
744 deg = deg * 10 + (*cp++ - '0');
788 + (((((deg * 60) + min) * 60) + secs) * 1000)
794 - (((((deg * 60) + min) * 60) + secs) * 1000)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_html.tcl15 \xa0 &nbsp; \xb0 &deg; \xc0 &Agrave; \xd0 &ETH; \xe0 &agrave; \xf0 &eth;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dhtml.tcl171 \xa0 &nbsp; \xb0 &deg; \xc0 &Agrave; \xd0 &ETH; \xe0 &agrave; \xf0 &eth;
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dsolar.el255 (let ((deg (radians-to-degrees (atan x))))
256 (cond ((equal quad 2) (+ deg 180))
257 ((equal quad 3) (+ deg 180))
258 ((equal quad 4) (+ deg 360))
259 (t deg))))
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmm-url.el153 (deg . 176)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/htmlparse/
H A Dhtmlparse.tcl42 macr \xaf deg \xb0 plusmn \xb1 sup2 \xb2 sup3 \xb3

Completed in 206 milliseconds

12