Home
last modified time | relevance | path

Searched refs:bp_through3 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.cpp31 double r2_min_q3,theta,bp_through3,theta_through3; in db_SolveCubic() local
57 bp_through3=bp/3.0; in db_SolveCubic()
68 roots[0]= -2.0*srq*cos_theta_through3-bp_through3; in db_SolveCubic()
69 roots[1]=srq*min2_cos_theta_plu-bp_through3; in db_SolveCubic()
70 roots[2]=srq*min2_cos_theta_min-bp_through3; in db_SolveCubic()
76 bp_through3=bp/3.0; in db_SolveCubic()
77 if(A!=0.0) roots[0]=A+q/A-bp_through3; in db_SolveCubic()
78 else roots[0]= -bp_through3; in db_SolveCubic()
83 bp_through3=bp/3.0; in db_SolveCubic()
87 roots[0]= -2.0*si_r_srq-bp_through3; in db_SolveCubic()
[all …]