Searched defs:deg (Results 1 - 20 of 20) sorted by relevance

/external/eigen/unsupported/test/
H A Dpolynomialutils.cpp29 void realRoots_to_monicPolynomial_test(int deg) argument
35 PolynomialType pols(deg+1);
36 EvalRootsType roots = EvalRootsType::Random(deg);
39 EvalRootsType evr( deg );
67 void CauchyBounds(int deg) argument
73 PolynomialType pols(deg+1);
74 EvalRootsType roots = EvalRootsType::Random(deg);
H A Dpolynomialsolver.cpp39 const Index deg = pols.size()-1; local
46 EvalRootsType evr( deg );
168 void polynomialsolver(int deg) argument
175 PolynomialType pols = PolynomialType::Random(deg+1);
180 EvalRootsType allRoots = EvalRootsType::Constant(deg,multipleRoot);
185 EvalRootsType realRoots = EvalRootsType::Random(deg);
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DCompanion.h77 const Index deg = poly.size()-1; local
78 m_monic = -1/poly[deg] * poly.head(deg);
79 //m_bl_diag.setIdentity( deg-1 );
80 m_bl_diag.setOnes(deg-1);
90 const Index deg = m_monic.size(); local
91 const Index deg_1 = deg-1;
92 DenseCompanionMatrixType companion(deg,deg);
94 ( LeftBlock(deg,deg_
215 const Index deg = m_monic.size(); local
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DPieRenderer.java196 private PointF calculateLineEnd(float x, float y, float rad, float deg) { argument
197 return calculateLineEnd(new PointF(x, y), rad, deg);
200 private PointF calculateLineEnd(PointF origin, float rad, float deg) { argument
202 double radians = deg * Math.PI / 180F;
227 public void setStartDeg(float deg) { argument
228 startDeg = deg;
231 public void setEndDeg(float deg) { argument
232 endDeg = deg;
/external/skia/src/utils/
H A DSkCamera.cpp364 void Sk3DView::rotateX(SkScalar deg) { argument
365 fRec->fMatrix.preRotateX(deg);
368 void Sk3DView::rotateY(SkScalar deg) { argument
369 fRec->fMatrix.preRotateY(deg);
372 void Sk3DView::rotateZ(SkScalar deg) { argument
373 fRec->fMatrix.preRotateZ(deg);
/external/skqp/src/utils/
H A DSkCamera.cpp364 void Sk3DView::rotateX(SkScalar deg) { argument
365 fRec->fMatrix.preRotateX(deg);
368 void Sk3DView::rotateY(SkScalar deg) { argument
369 fRec->fMatrix.preRotateY(deg);
372 void Sk3DView::rotateZ(SkScalar deg) { argument
373 fRec->fMatrix.preRotateZ(deg);
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp641 FIXP_DBL deg = local
649 degreeAlias[loBand - 1] = deg;
653 degreeAlias[loBand] = deg;
661 degreeAlias[loBand - 1] = deg;
665 degreeAlias[loBand] = deg;
/external/skia/src/core/
H A DSkPicturePlayback.cpp682 auto deg = reader->readScalar(); local
683 canvas->rotate(deg);
/external/skqp/src/core/
H A DSkPicturePlayback.cpp686 auto deg = reader->readScalar(); local
687 canvas->rotate(deg);
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h719 IndexType deg ; /* degree of a row or column */ local
748 deg = Col [c].length ;
749 if (deg == 0)
768 deg = Col [c].length ;
769 if (deg > dense_col_count)
789 deg = Row [r].shared1.degree ;
790 COLAMD_ASSERT (deg >= 0 && deg <= n_col) ;
791 if (deg > dense_row_count || deg
[all...]
/external/libxaac/decoder/
H A Dixheaacd_lpp_tran.c642 WORD16 deg = ixheaacd_sub16_sat( local
651 degree_alias[low_band - 1] = deg;
655 degree_alias[low_band] = deg;
665 degree_alias[low_band - 1] = deg;
669 degree_alias[low_band] = deg;
/external/pdfium/third_party/lcms/src/
H A Dcmspcs.c313 cmsFloat64Number RADIANS(cmsFloat64Number deg) argument
315 return (deg * M_PI) / 180.;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2663 milliseconds