Searched refs:nr_c_roots (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 103 int nr_c_roots; in db_SolveQuartic() local 137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuartic() 139 if(nr_c_roots>0) in db_SolveQuartic() 175 int nr_c_roots; in db_SolveQuarticForced() local 209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuarticForced() 211 if(nr_c_roots>0) in db_SolveQuarticForced()
|