Searched refs:temp2 (Results 1 – 3 of 3) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; in db_RobImageHomography_Jacobians() local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; in db_RobImageHomography_Jacobians() 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; in db_RobImageHomography_Jacobians() 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; in db_RobImageHomography_Jacobians() 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; in db_RobImageHomography_Jacobians() 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; in db_RobImageHomography_Jacobians() 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; in db_RobImageHomography_Jacobians() 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; in db_RobImageHomography_Jacobians() 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; in db_RobImageHomography_Jacobians() 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16]; in db_RobImageHomography_Jacobians() [all …]
|
D | db_utilities_random.h | 77 int temp,temp2,i,j; in db_RandomSample() local 89 temp2=temp; in db_RandomSample() 91 s[j]=temp2; in db_RandomSample()
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
D | DownloadsDeletionTypeTest.java | 59 File temp2 = new File(mDownloadsDirectory, "temp2"); in testInitializeWithUncheckedFiles() local 62 filePaths[1] = temp2.getPath(); in testInitializeWithUncheckedFiles() 66 assertThat(mDeletion.isChecked(temp2)).isFalse(); in testInitializeWithUncheckedFiles() 72 File temp2 = new File(mDownloadsDirectory, "temp2"); in testFetchDownloads() local 75 result.files.add(temp2); in testFetchDownloads() 81 assertThat(fileSet.contains(temp2)).isTrue(); in testFetchDownloads() 126 File temp2 = new File(mDownloadsDirectory, "temp2"); in testSaveAndRestoreRemembersUncheckedFiles() local 129 result.files.add(temp2); in testSaveAndRestoreRemembersUncheckedFiles() 139 assertThat(mDeletion.isChecked(temp2)).isTrue(); in testSaveAndRestoreRemembersUncheckedFiles() 145 File temp2 = new File(mDownloadsDirectory, "temp2"); in testCallbackOnFileLoad() local [all …]
|