Searched defs:back (Results 1 - 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_linalg.h260 int back; local
261 back=0;
263 back+=(*f++)*(*g++);
265 return(back);
273 int back; local
274 back=0;
275 back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back
295 int back; local
600 float back; local
[all...]
H A Ddb_utilities_camera.h190 double back,fi; local
192 back=db_FocalFromCamRotFocalHomography(H);
193 fi=db_SafeReciprocal(back);
196 R[6]=back*H[6]; R[7]=back*H[7]; R[8]=H[8];
197 return(back);
H A Ddb_rob_image_homography.cpp39 double back,acc,*x_i_temp,*xp_i_temp; local
41 for(back=0.0,c=0;c<point_count;)
69 back+=log(acc);
71 return(back);
114 double back,Jf_dx[18],f[2],temp,temp2; local
119 for(back=0.0,i=0;i<point_count;i++)
186 back+=db_sqr(f[0])+db_sqr(f[1]);
189 return(back);
195 double back,Jf_dx[6],f[2]; local
200 for(back
419 double back; local
[all...]
H A Ddb_feature_detection.cpp749 float back; local
807 movss back,xmm0 local
810 return(back);
827 float back; local
865 movss back,xmm0 local
868 return(back);
885 float back; local
913 movss back,xmm0 local
916 return(back);
933 float back; local
953 movss back,xmm0 local
973 float back; local
989 movss back,xmm0 local
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DFlipDrawable.java62 * True if flipping towards front, false if flipping towards back.
79 * @param back The back drawable.
87 public FlipDrawable(final Drawable front, final Drawable back, final int flipDurationMs, argument
89 if (front == null || back == null) {
90 throw new IllegalArgumentException("Front and back drawables must not be null.");
93 mBack = back;
205 * @param side Pass true if reset to front, false if reset to back.
218 * Returns true if the front is shown. Returns false if the back is shown.
228 * Returns true if the front is being flipped towards. Returns false if the back i
[all...]
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DDrawerController.java488 public ViewAnimationController(View view, int enter, int exit, int back) { argument
494 mBackAnim = AnimationUtils.loadAnimation(mContext, back);
550 // If the view isn't visible, don't play the back animation.

Completed in 170 milliseconds