Searched refs:c3through4 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 99 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuartic() local 127 c3through4=c3/4.0; in db_SolveQuartic() 128 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuartic() 145 mn=lz*c3through4-c1/2.0; in db_SolveQuartic() 171 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuarticForced() local 199 c3through4=c3/4.0; in db_SolveQuarticForced() 200 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuarticForced() 217 mn=lz*c3through4-c1/2.0; in db_SolveQuarticForced()
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 99 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuartic() local 127 c3through4=c3/4.0; in db_SolveQuartic() 128 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuartic() 145 mn=lz*c3through4-c1/2.0; in db_SolveQuartic() 171 double c3through2,c3through4,c3c3through4_min_c2,min4_c0; in db_SolveQuarticForced() local 199 c3through4=c3/4.0; in db_SolveQuarticForced() 200 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuarticForced() 217 mn=lz*c3through4-c1/2.0; in db_SolveQuarticForced()
|