HomeSort by relevance Sort by last modified time
    Searched refs:db_SolveCubic (Results 1 - 9 of 9) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d)
111 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e);
114 db_SolveCubic(roots,nr_roots,a,b,c,d);
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
183 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e);
186 db_SolveCubic(roots,nr_roots,a,b,c,d);
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
db_image_homography.cpp 162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
db_utilities_poly.h 79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d)
111 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e);
114 db_SolveCubic(roots,nr_roots,a,b,c,d);
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
183 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e);
186 db_SolveCubic(roots,nr_roots,a,b,c,d);
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
db_image_homography.cpp 162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
db_utilities_poly.h 79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d)
111 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e);
114 db_SolveCubic(roots,nr_roots,a,b,c,d);
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
183 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e);
186 db_SolveCubic(roots,nr_roots,a,b,c,d);
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
db_image_homography.cpp 162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
db_utilities_poly.h 79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);

Completed in 1272 milliseconds