/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/external/jpeg/ |
jcphuff.c | 318 register int temp, nbits; local 321 temp = entropy->EOBRUN; 323 while ((temp >>= 1)) 380 register int temp, temp2; local 408 temp = temp2 - entropy->last_dc_val[ci]; 412 temp2 = temp; 413 if (temp < 0) { 414 temp = -temp; /* temp is abs value of input * 467 register int temp, temp2; local 574 register int temp; local 621 register int temp; local [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 58 uint32 temp; local 59 if (!input->ReadVarint32(&temp)) return false; 60 *value = static_cast<int32>(temp); 67 uint64 temp; local 68 if (!input->ReadVarint64(&temp)) return false; 69 *value = static_cast<int64>(temp); 88 uint32 temp; local 89 if (!input->ReadVarint32(&temp)) return false; 90 *value = ZigZagDecode32(temp); 97 uint64 temp; local 118 uint32 temp; local 127 uint64 temp; local 136 uint32 temp; local 145 uint64 temp; local 154 uint32 temp; local 163 uint32 temp; local 188 uint32 temp; local 198 uint64 temp; local 208 uint32 temp; local 218 uint64 temp; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 318 register int temp, nbits; local 321 temp = entropy->EOBRUN; 323 while ((temp >>= 1)) 380 register int temp, temp2; local 408 temp = temp2 - entropy->last_dc_val[ci]; 412 temp2 = temp; 413 if (temp < 0) { 414 temp = -temp; /* temp is abs value of input * 467 register int temp, temp2; local 574 register int temp; local 621 register int temp; local [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 108 UChar temp[512]; local 126 temp[0] = 0; 127 temp[7] = 0xA4; /* Mark the end */ 128 u_memcpy(temp,dataTable[i][j], 7); 130 if(temp[7] != 0xA4) 132 if(u_memcmp(temp, dataTable[i][j], 7)!=0) 154 temp[7] = 0; 155 u_memcpy(temp,nullTemp, 7); 156 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0 972 UChar temp[40]; local [all...] |
/external/qemu/target-i386/ |
exec.h | 203 CPU86_LDoubleU temp; local 214 temp.l.upper = (e << 20) | (ll >> 32); 215 temp.l.lower = ll; 217 temp.ll = ll | ((uint64_t)e << 52); 219 return temp.d; 224 CPU86_LDoubleU temp; local 227 temp.d = f; 229 stq(ptr, (MANTD(temp) << 11) | (1LL << 63)); 231 e = EXPD(temp) - EXPBIAS + 16383; 232 e |= SIGND(temp) >> 16 241 CPU86_LDoubleU temp; local 250 CPU86_LDoubleU temp; local [all...] |
/dalvik/libdex/ |
CmdUtils.cpp | 95 * temp file from a Jar). Pass in a MemMapping struct to hold the info. 99 * The temp file is deleted after the map succeeds. 104 * If "tempFileName" is NULL, a default value is used. The temp file is 134 * data to a temp file, the location of which varies. 139 * it's nice to use the designated temp directory. 142 sprintf(tempNameBuf, "/tmp/dex-temp-%d", getpid()); 144 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid()); 147 "NOTE: /tmp and /sdcard unavailable for temp files\n"); 148 sprintf(tempNameBuf, "dex-temp-%d", getpid()); 224 fprintf(stderr, "WARNING: unable to remove temp '%s'\n" [all...] |
/external/clang/test/CodeGenCXX/ |
conditional-gnu-ext.cpp | 96 // CHECK: [[TEMP:%.*]] = alloca [[B]], 97 // CHECK-NEXT: call void @_ZN5test312test1_helperEv([[B]]* sret [[TEMP]]) 98 // CHECK-NEXT: [[BOOL:%.*]] = call zeroext i1 @_ZN5test31BcvbEv([[B]]* [[TEMP]]) 100 // CHECK: call void @_ZN5test31BC1ERKS0_([[B]]* [[RESULT:%.*]], [[B]]* [[TEMP]]) 104 // CHECK: call void @_ZN5test31BD1Ev([[B]]* [[TEMP]]) 128 // CHECK: [[TEMP:%.*]] = alloca [[B]], 129 // CHECK-NEXT: call void @_ZN5test312test3_helperEv([[B]]* sret [[TEMP]]) 130 // CHECK-NEXT: [[BOOL:%.*]] = call zeroext i1 @_ZN5test31BcvbEv([[B]]* [[TEMP]]) 132 // CHECK: call void @_ZN5test31BcvNS_1AEEv([[A]]* sret [[RESULT:%.*]], [[B]]* [[TEMP]]) 136 // CHECK: call void @_ZN5test31BD1Ev([[B]]* [[TEMP]]) [all...] |
/external/eigen/doc/ |
I02_HiPerformance.dox | 56 temp = m2 * m3; 57 m1 += temp; \endcode</td> 78 temp = m2 * m3; 79 m1 += temp.adjoint(); \endcode</td> 90 temp = m2 * m3; 91 m1 = m1 + temp; \endcode</td> 100 temp = m2 * m3; 101 m1 = m4 + temp; \endcode</td> 114 temp = (s1*m2).block(..); 115 m1 += temp * m3; \endcode</td [all...] |
/external/kernel-headers/original/asm-mips/ |
atomic.h | 54 unsigned long temp; local 63 : "=&r" (temp), "=m" (v->counter) 66 unsigned long temp; local 78 : "=&r" (temp), "=m" (v->counter) 99 unsigned long temp; local 108 : "=&r" (temp), "=m" (v->counter) 111 unsigned long temp; local 123 : "=&r" (temp), "=m" (v->counter) 144 unsigned long temp; local 154 : "=&r" (result), "=&r" (temp), "=m" (v->counter 158 unsigned long temp; local 196 unsigned long temp; local 210 unsigned long temp; local 256 unsigned long temp; local 274 unsigned long temp; local 435 unsigned long temp; local 447 unsigned long temp; local 480 unsigned long temp; local 492 unsigned long temp; local 525 unsigned long temp; local 539 unsigned long temp; local 577 unsigned long temp; local 591 unsigned long temp; local 637 unsigned long temp; local 655 unsigned long temp; local [all...] |
/external/quake/quake/src/WinQuake/ |
WinQuake.plg | 9 Creating temporary file "C:\TEMP\RSP74A.bat" with contents
17 Creating command line "C:\TEMP\RSP74A.bat"
18 Creating temporary file "C:\TEMP\RSP74B.bat" with contents
26 Creating command line "C:\TEMP\RSP74B.bat"
27 Creating temporary file "C:\TEMP\RSP74C.bat" with contents
35 Creating command line "C:\TEMP\RSP74C.bat"
36 Creating temporary file "C:\TEMP\RSP74D.bat" with contents
44 Creating command line "C:\TEMP\RSP74D.bat"
45 Creating temporary file "C:\TEMP\RSP74E.bat" with contents
53 Creating command line "C:\TEMP\RSP74E.bat" [all...] |
/external/skia/legacy/src/effects/ |
SkMorphologyImageFilter.cpp | 149 SkBitmap temp; local 150 temp.setConfig(dst->config(), dst->width(), dst->height()); 151 if (!temp.allocPixels()) { 156 erodeX(src, &temp, width); 157 erodeY(temp, dst, height); 193 SkBitmap temp; local 194 temp.setConfig(dst->config(), dst->width(), dst->height()); 195 if (!temp.allocPixels()) { 200 dilateX(src, &temp, width); 201 dilateY(temp, dst, height) [all...] |
/external/webkit/Tools/BuildSlaveSupport/ |
build-launcher-dmg | 54 print "Removing previous temp source directory (if any)...\n"; 56 die "Removing previous temp source directory failed" if $?; 58 print "Making a new temp source directory...\n"; 60 die "Making a new temp source directory failed" if $?; 62 print "Copying WebKit.app to temp source directory...\n"; 64 die "Copying WebKit.app to temp source directory failed" if $?; 66 print "Copying Drosera.app to temp source directory...\n"; 68 die "Copying Drosera.app to temp source directory failed" if $?; 74 print "Removing temp source directory...\n"; 76 die "Removing temp source directory failed" if $? [all...] |
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Process.c | 233 LVM_INT32 temp; local 235 temp = (LVM_INT32)(LVPSA_MAXUNSIGNEDCHAR - pLVPSA_Inst->pPreviousPeaks[ii]); 236 temp = ((temp * LVPSA_MAXLEVELDECAYFACTOR)>>LVPSA_MAXLEVELDECAYSHIFT); 238 if(temp == (LVPSA_MAXUNSIGNEDCHAR - pLVPSA_Inst->pPreviousPeaks[ii])) 240 temp += 1; 243 temp = (temp > LVPSA_MAXUNSIGNEDCHAR) ? LVPSA_MAXUNSIGNEDCHAR : temp; 245 pLVPSA_Inst->pPreviousPeaks[ii] = (LVM_UINT8)(LVPSA_MAXUNSIGNEDCHAR - temp); [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
Learning_StochasticLinearRanker.java | 76 ArrayList<StringFloat> temp = (ArrayList<StringFloat>)sample; local 77 String[] keys = new String[temp.size()]; 78 float[] values = new float[temp.size()]; 79 for (int i = 0; i < temp.size(); i++){ 80 keys[i] = temp.get(i).key; 81 values[i] = temp.get(i).value; 89 ArrayList<StringFloat> temp = (ArrayList<StringFloat>)sample; local 91 for (int i = 0; i < temp.size(); i++) 92 weights.put(temp.get(i).key, temp.get(i).value) [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_jnf.c | 32 float a, b, temp, di; local 58 temp = b; 60 a = temp; 70 temp = x*(float)0.5; b = temp; 73 b *= temp; /* b = (x/2)^n */ 134 temp = b; 137 a = temp; 142 temp = b; 145 a = temp; 171 float a, b, temp; local [all...] |
/external/eigen/blas/ |
chpr.f | 95 COMPLEX TEMP 147 TEMP = ALPHA*CONJG(X(J)) 150 AP(K) = AP(K) + X(I)*TEMP 153 AP(KK+J-1) = REAL(AP(KK+J-1)) + REAL(X(J)*TEMP) 163 TEMP = ALPHA*CONJG(X(JX)) 166 AP(K) = AP(K) + X(IX)*TEMP 169 AP(KK+J-1) = REAL(AP(KK+J-1)) + REAL(X(JX)*TEMP) 184 TEMP = ALPHA*CONJG(X(J)) 185 AP(KK) = REAL(AP(KK)) + REAL(TEMP*X(J)) 188 AP(K) = AP(K) + X(I)*TEMP [all...] |
zhpr.f | 95 DOUBLE COMPLEX TEMP 147 TEMP = ALPHA*DCONJG(X(J)) 150 AP(K) = AP(K) + X(I)*TEMP 153 AP(KK+J-1) = DBLE(AP(KK+J-1)) + DBLE(X(J)*TEMP) 163 TEMP = ALPHA*DCONJG(X(JX)) 166 AP(K) = AP(K) + X(IX)*TEMP 169 AP(KK+J-1) = DBLE(AP(KK+J-1)) + DBLE(X(JX)*TEMP) 184 TEMP = ALPHA*DCONJG(X(J)) 185 AP(KK) = DBLE(AP(KK)) + DBLE(TEMP*X(J)) 188 AP(K) = AP(K) + X(I)*TEMP [all...] |
/external/libgsm/src/ |
long_term.c | 68 register word temp, wt_k; local 74 temp = d[k]; 75 temp = GSM_ABS( temp ); 76 if (temp > dmax) { 77 dmax = temp; 81 temp = 0; 85 temp = gsm_norm( (longword)dmax << 16 ); 87 if (temp > 6) scal = 0; 88 else scal = 6 - temp; 169 register word temp; local 310 register word temp; local 486 register word temp; local [all...] |
/system/media/audio_utils/ |
tinysndfile.c | 24 uint8_t *temp; // realloc buffer used for shrinking 16 bits to 8 bits and byte-swapping member in struct:SNDFILE_ 99 handle->temp = NULL; 157 handle->temp = NULL; 183 free(handle->temp); 232 handle->temp = realloc(handle->temp, desiredBytes); 233 memcpy_to_u8_from_i16(handle->temp, ptr, desiredBytes); 234 actualBytes = fwrite(handle->temp, sizeof(char), desiredBytes, handle->stream); 241 handle->temp = realloc(handle->temp, desiredBytes) [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
reflist.cpp | 410 AVCPictureData *temp; local 418 temp = data[j]; 420 data[i] = temp; 432 AVCPictureData *temp; local 440 temp = data[j]; 442 data[i] = temp; 455 AVCFrameStore *temp; local 463 temp = data[j]; 465 data[i] = temp; 477 AVCFrameStore *temp; local 499 AVCPictureData *temp; local 538 AVCPictureData *temp; local 560 AVCFrameStore *temp; local [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.c | 759 int32_t temp; local 822 temp = (pReverb->m_nRoomLpfFwd << 15) 824 *pValue16 = Effects_Linear16ToMillibels(temp); 826 ALOGV("get REVERB_PARAM_ROOM_LEVEL %d, gain %d, m_nRoomLpfFwd %d, m_nRoomLpfFbk %d", *pValue16, temp, pReverb->m_nRoomLpfFwd, pReverb->m_nRoomLpfFbk); 840 temp = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nRoomLpfFbk); 841 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, a1^2 %d", temp); 845 temp = 32767 + temp - temp2; 846 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, a1^2 + 2 Cos a1 + 1 %d", temp); 847 temp = Effects_Sqrt(temp) * 181 1042 int32_t temp; local 1903 int temp; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 96 temp RN 14 label 177 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision 181 ADD temp,dcScaler,dcScaler 182 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication 183 SMULBB tempPred,temp,absCoeffDC ;// tempped=pPredBufRow(Col)[0]*32767/dcScaler 199 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0] 200 ADD temp,temp,tempPred ;// temp=pSrcDst[0]+tempPre [all...] |
/external/quake/quake/src/QW/client/ |
qwcl.plg | 9 Creating temporary file "C:\TEMP\RSP761.bat" with contents
17 Creating command line "C:\TEMP\RSP761.bat"
18 Creating temporary file "C:\TEMP\RSP762.bat" with contents
26 Creating command line "C:\TEMP\RSP762.bat"
27 Creating temporary file "C:\TEMP\RSP763.bat" with contents
35 Creating command line "C:\TEMP\RSP763.bat"
36 Creating temporary file "C:\TEMP\RSP764.bat" with contents
44 Creating command line "C:\TEMP\RSP764.bat"
45 Creating temporary file "C:\TEMP\RSP765.bat" with contents
53 Creating command line "C:\TEMP\RSP765.bat" [all...] |