HomeSort by relevance Sort by last modified time
    Searched full:roots (Results 76 - 100 of 553) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 119 double roots[3]; local
162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
166 if(roots[i]>0)
168 if((!signed_disambiguation) || (db_PolyEval1(p1,roots[i])*db_PolyEval1(p4,roots[i])>0))
170 fsol[j++]=db_SafeSqrtReciprocal(roots[i]);
db_utilities_poly.h 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c)
50 roots[0]= -c/b;
62 roots[0]=q/a;
66 else roots[1]=c/q;
76 For a non-degenerate cubic with two roots, the first root is the single root and
79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.cpp 119 double roots[3]; local
162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
166 if(roots[i]>0)
168 if((!signed_disambiguation) || (db_PolyEval1(p1,roots[i])*db_PolyEval1(p4,roots[i])>0))
170 fsol[j++]=db_SafeSqrtReciprocal(roots[i]);
db_utilities_poly.h 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c)
50 roots[0]= -c/b;
62 roots[0]=q/a;
66 else roots[1]=c/q;
76 For a non-degenerate cubic with two roots, the first root is the single root and
79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 119 double roots[3]; local
162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
166 if(roots[i]>0)
168 if((!signed_disambiguation) || (db_PolyEval1(p1,roots[i])*db_PolyEval1(p4,roots[i])>0))
170 fsol[j++]=db_SafeSqrtReciprocal(roots[i]);
db_utilities_poly.h 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c)
50 roots[0]= -c/b;
62 roots[0]=q/a;
66 else roots[1]=c/q;
76 For a non-degenerate cubic with two roots, the first root is the single root and
79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e);
  /build/core/
pathmap.mk 75 # A list of all source roots under frameworks/base, which will be
105 # A list of all source roots under frameworks/support.
  /dalvik/vm/alloc/
Verify.cpp 68 * Searches the roots and heap for object references.
145 * Verifies references in the roots.
  /external/chromium_org/net/data/ssl/scripts/
generate-cross-signed-certs.sh 7 # This script generates a two roots - one legacy one signed with MD5, and
11 # The "cross-signed" comes from the fact that both the MD5 and SHA1 roots share
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 214 int roots = SkDCubic::FindExtrema(cubic[0].fY, cubic[1].fY, cubic[2].fY, cubic[3].fY, tValues); local
215 for (int index = 0; index < roots; ++index) {
238 int roots = SkDCubic::FindExtrema(cubic[0].fX, cubic[1].fX, cubic[2].fX, cubic[3].fX, tValues); local
239 for (int index = 0; index < roots; ++index) {
313 int roots; local
315 roots = SkDCubic::FindExtrema(cubic[0].fX, cubic[1].fX, cubic[2].fX, cubic[3].fX, tValues);
317 roots = SkDCubic::FindExtrema(cubic[0].fY, cubic[1].fY, cubic[2].fY, cubic[3].fY, tValues);
319 for (int index = 0; index < roots; ++index) {
SkPathOpsCubic.cpp 111 // cubic roots
180 double* roots = s; local
181 if (R2MinusQ3 < 0) { // we have 3 real roots
186 *roots++ = r;
190 *roots++ = r;
193 if (!AlmostEqualUlps(s[0], r) && (roots - s == 1 || !AlmostEqualUlps(s[1], r))) {
194 *roots++ = r;
207 *roots++ = r;
211 *roots++ = r;
215 return static_cast<int>(roots - s)
304 int roots = FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, sub[3].fY, extremeTs); local
    [all...]
  /external/skia/src/pathops/
SkReduceOrder.cpp 214 int roots = SkDCubic::FindExtrema(cubic[0].fY, cubic[1].fY, cubic[2].fY, cubic[3].fY, tValues); local
215 for (int index = 0; index < roots; ++index) {
238 int roots = SkDCubic::FindExtrema(cubic[0].fX, cubic[1].fX, cubic[2].fX, cubic[3].fX, tValues); local
239 for (int index = 0; index < roots; ++index) {
313 int roots; local
315 roots = SkDCubic::FindExtrema(cubic[0].fX, cubic[1].fX, cubic[2].fX, cubic[3].fX, tValues);
317 roots = SkDCubic::FindExtrema(cubic[0].fY, cubic[1].fY, cubic[2].fY, cubic[3].fY, tValues);
319 for (int index = 0; index < roots; ++index) {
SkPathOpsCubic.cpp 111 // cubic roots
180 double* roots = s; local
181 if (R2MinusQ3 < 0) { // we have 3 real roots
186 *roots++ = r;
190 *roots++ = r;
193 if (!AlmostEqualUlps(s[0], r) && (roots - s == 1 || !AlmostEqualUlps(s[1], r))) {
194 *roots++ = r;
207 *roots++ = r;
211 *roots++ = r;
215 return static_cast<int>(roots - s)
304 int roots = FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, sub[3].fY, extremeTs); local
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 54 int roots = i.intersect(cubic, line); local
55 for (int pt = 0; pt < roots; ++pt) {
  /frameworks/base/packages/DocumentsUI/res/values-en-rGB/
strings.xml 36 <string name="drawer_open" msgid="4545466532430226949">"Show roots"</string>
37 <string name="drawer_close" msgid="7602734368552123318">"Hide roots"</string>
  /frameworks/base/packages/DocumentsUI/res/values-en-rIN/
strings.xml 36 <string name="drawer_open" msgid="4545466532430226949">"Show roots"</string>
37 <string name="drawer_close" msgid="7602734368552123318">"Hide roots"</string>
  /frameworks/base/packages/DocumentsUI/res/values-nl/
strings.xml 36 <string name="drawer_open" msgid="4545466532430226949">"Roots weergeven"</string>
37 <string name="drawer_close" msgid="7602734368552123318">"Roots verbergen"</string>
  /external/opencv/cxcore/src/
cxutils.cpp 243 Finds real roots of cubic, quadratic or linear equation.
266 cvSolveCubic( const CvMat* coeffs, CvMat* roots )
281 if( !CV_IS_MAT(roots) )
282 CV_ERROR( !roots ? CV_StsNullPtr : CV_StsBadArg, "Output parameter is not a valid matrix" );
285 (CV_MAT_TYPE(roots->type) != CV_32FC1 && CV_MAT_TYPE(roots->type) != CV_64FC1) )
295 if( (roots->rows != 1 && roots->cols != 1) ||
296 roots->rows + roots->cols - 1 != 3
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 75 * The first 64 bits of the fractional parts of the square roots
SHA512Digest.java 77 * The first 64 bits of the fractional parts of the square roots
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 67 Value* roots; local
68 ASSERT_TRUE(d_value->Get(BookmarkCodec::kRootsKey, &roots));
69 ASSERT_EQ(Value::TYPE_DICTIONARY, roots->GetType());
71 DictionaryValue* roots_d_value = static_cast<DictionaryValue*>(roots);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentLoader.java 151 public RecentLoader(Context context, RootsCache roots, State state) {
153 mRoots = roots;
170 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState); local
171 for (RootInfo root : roots) {
  /development/tools/idegen/
README 54 Excluding source roots and jars
68 You may want some source roots to come before others in Eclipse. Simply
79 of the "path-precedence" file. To make source roots under ./out come last,
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 115 * Given the roots of a polynomial compute the coefficients in the
116 * monomial basis of the monic polynomial with same roots and minimal degree.
119 * \param[in] rv : a vector containing the roots of a polynomial.
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 27 // - Roots
74 bool InitRoots; ///< If set, roots are nulled during lowering.
113 /// customRoots - By default, roots are left for the code generator so it

Completed in 3181 milliseconds

1 2 34 5 6 7 8 91011>>