/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_matching.cpp | 40 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr7x7_u() local 48 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 49 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 50 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 51 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 52 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 53 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 54 f= *pf; g= *pg; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 57 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() 58 f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g; in db_SignedSquareNormCorr7x7_u() [all …]
|
D | db_utilities_linalg.h | 257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s() argument 263 back+=(*f++)*(*g++); in db_ScalarProduct512_s() 270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s() argument 275 …back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(… in db_ScalarProduct32_s() 276 …back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(… in db_ScalarProduct32_s() 277 …back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(… in db_ScalarProduct32_s() 278 …back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(… in db_ScalarProduct32_s() 279 …back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(… in db_ScalarProduct32_s() 280 …back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(… in db_ScalarProduct32_s() 281 back+=(*f++)*(*g++); back+=(*f++)*(*g++); in db_ScalarProduct32_s() [all …]
|
D | db_metrics.h | 39 inline void db_CauchyDerivative(double J[4],double fp[2],const double f[2],double one_over_scale2) in db_CauchyDerivative() 73 x2=db_sqr(f[0]); in db_CauchyDerivative() 74 y2=db_sqr(f[1]); in db_CauchyDerivative() 90 fp[0]=r_fu*f[0]; in db_CauchyDerivative() 91 fp[1]=r_fu*f[1]; in db_CauchyDerivative() 94 half_dfu_dx=f[0]*coeff; in db_CauchyDerivative() 95 half_dfu_dy=f[1]*coeff; in db_CauchyDerivative() 99 J[0]=coeff2*f[0]+r_fu; in db_CauchyDerivative() 100 J[1]=coeff3*f[0]; in db_CauchyDerivative() 101 J[2]=coeff2*f[1]; in db_CauchyDerivative() [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_emoji.combined.gz |
|
D | fr_emoji.combined.gz | ... shortcut=♪,f=14
26 shortcut=♬,f=14
27 word=papier,f=146 ... |
D | iw_wordlist.combined.gz | ... 1393228136,version=44
2 word=של,f=209,flags=,originalFreq=209
3 ... |
D | en_US_wordlist.combined.gz |
|
D | sl_wordlist.combined.gz | ... 1393228152,version=44
2 word=je,f=219,flags=,originalFreq=219
3 ... |
D | nb_wordlist.combined.gz | ... 1393228136,version=44
2 word=i,f=217,flags=,originalFreq=217
3 |
D | da_wordlist.combined.gz | ... 1393228134,version=44
2 word=i,f=215,flags=,originalFreq=215
3 |
D | lv_wordlist.combined.gz | ... 1393228136,version=44
2 word=un,f=213,flags=,originalFreq=213
3 ... |
D | lt_wordlist.combined.gz |
|
D | cs_wordlist.combined.gz | ... 1393228134,version=44
2 word=a,f=213,flags=,originalFreq=213
3 |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | diyfp.h | 41 DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {} in DiyFp() 52 f = significand + kDpHiddenBit; in DiyFp() 56 f = significand; in DiyFp() 62 return DiyFp(f - rhs.f, e); 68 uint64_t l = _umul128(f, rhs.f, &h); 74 uint128 p = static_cast<uint128>(f) * static_cast<uint128>(rhs.f); 82 const uint64_t a = f >> 32; 83 const uint64_t b = f & M32; 84 const uint64_t c = rhs.f >> 32; 85 const uint64_t d = rhs.f & M32; [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | vignette.rs | 35 static const float Rf = 0.2999f; 36 static const float Gf = 0.587f; 37 static const float Bf = 0.114f; 41 scalex = 1.f / radiusx; 42 scaley = 1.f / radiusy; 44 float S = 1 + finalSaturation / 100.f; 50 float b = 1 + finalBright / 100.f; 51 float c = 1 + finalContrast / 100.f; 53 offset = .5f - c / 2.f - finalSubtract / 100.f; 69 float dist = strength * (sqrt(radx * radx + rady * rady) - 1.f); [all …]
|
D | grad.rs | 24 static const float Rf = 0.2999f; 25 static const float Gf = 0.587f; 26 static const float Bf = 0.114f; 70 float S = 1+saturation[i]/100.f; 76 float b = 1+brightness[i]/100.f; 77 float c = 1+contrast[i]/100.f; 79 grads[k].rgbOff = .5f - c/2.f; 104 wsum.a = 0.f; 107 float t = clamp(x*grad->dx+y*grad->dy+grad->off,0.f,1.0f); 114 pixel.a = 1.0f; [all …]
|
D | ImageFilterSharpen.java | 75 float f[] = new float[9]; in computeKernel() local 77 f[0] = -p; in computeKernel() 78 f[1] = -p; in computeKernel() 79 f[2] = -p; in computeKernel() 80 f[3] = -p; in computeKernel() 81 f[4] = 8 * p + 1; in computeKernel() 82 f[5] = -p; in computeKernel() 83 f[6] = -p; in computeKernel() 84 f[7] = -p; in computeKernel() 85 f[8] = -p; in computeKernel() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeEffect.java | 74 private static final float MAX_GLOW_HEIGHT = 4.f; 76 private static final float PULL_GLOW_BEGIN = 1.f; 202 HELD_EDGE_SCALE_Y, Math.min(distance * PULL_DISTANCE_EDGE_FACTOR, 1.f)); in onPull() 245 mEdgeAlphaFinish = 0.f; in onRelease() 246 mEdgeScaleYFinish = 0.f; in onRelease() 247 mGlowAlphaFinish = 0.f; in onRelease() 248 mGlowScaleYFinish = 0.f; in onRelease() 273 mEdgeAlphaStart = 0.f; in onAbsorb() 274 mEdgeScaleY = mEdgeScaleYStart = 0.f; in onAbsorb() 278 mGlowScaleYStart = 0.f; in onAbsorb() [all …]
|
D | FlingScroller.java | 109 float f = 1 - progress; in computeScrollOffset() local 110 f = 1 - (float) Math.pow(f, DECELERATED_FACTOR); in computeScrollOffset() 111 mCurrX = getX(f); in computeScrollOffset() 112 mCurrY = getY(f); in computeScrollOffset() 116 private int getX(float f) { in getX() argument 117 int r = (int) Math.round(mStartX + f * mDistance * mCosAngle); in getX() 126 private int getY(float f) { in getY() argument 127 int r = (int) Math.round(mStartY + f * mDistance * mSinAngle); in getY()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | LauncherEdgeEffect.java | 44 private static final float MAX_GLOW_SCALE = 2.f; 46 private static final float PULL_GLOW_BEGIN = 0.f; 117 mBaseGlowScale = h > 0 ? Math.min(oh / h, 1.f) : 1.f; in setSize() 221 mGlowAlphaFinish = 0.f; in onRelease() 222 mGlowScaleYFinish = 0.f; in onRelease() 248 mGlowScaleYStart = Math.max(mGlowScaleY, 0.f); in onAbsorb() 255 mGlowScaleYFinish = Math.min(0.025f + (velocity * (velocity / 100) * 0.00015f) / 2, 1.f); in onAbsorb() 295 canvas.scale(1.f, Math.min(mGlowScaleY, 1.f) * mBaseGlowScale, centerX, 0); in draw() 297 final float displacement = Math.max(0, Math.min(mDisplacement, 1.f)) - 0.5f; in draw() 322 final float t = Math.min((time - mStartTime) / mDuration, 1.f); in update() [all …]
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountServerSettingsActivity.java | 81 final AccountServerBaseFragment f; in onCreate() local 83 f = AccountSetupOutgoingFragment.newInstance(true); in onCreate() 85 f = AccountSetupIncomingFragment.newInstance(true); in onCreate() 88 .add(R.id.account_server_settings_container, f) in onCreate() 159 final AccountServerBaseFragment f = getAccountServerFragment(); in onCheckSettingsComplete() local 160 if (f != null) { in onCheckSettingsComplete() 161 f.saveSettings(); in onCheckSettingsComplete() 185 final Fragment f = in dismissCheckSettingsFragment() local 190 .remove(f) in dismissCheckSettingsFragment() 198 final AccountServerBaseFragment f = getAccountServerFragment(); in onSecurityRequiredDialogResult() local [all …]
|
D | AccountSetupFinal.java | 474 final AccountSetupFragment f; in updateContentFragment() local 479 f = AccountSetupBasicsFragment.newInstance(); in updateContentFragment() 482 f = AccountSetupTypeFragment.newInstance(); in updateContentFragment() 485 f = AccountSetupABFragment.newInstance(mSetupData.getEmail(), in updateContentFragment() 489 f = AccountSetupCredentialsFragment.newInstance(mSetupData.getEmail(), in updateContentFragment() 495 f = AccountSetupIncomingFragment.newInstance(false); in updateContentFragment() 498 f = AccountSetupOutgoingFragment.newInstance(false); in updateContentFragment() 501 f = AccountSetupOptionsFragment.newInstance(); in updateContentFragment() 504 f = AccountSetupNamesFragment.newInstance(); in updateContentFragment() 509 f.setState(mState); in updateContentFragment() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Folder.java | 526 for (Folder f : rawFolders) { in hashMapForFolders() 527 folders.put(f.folderUri.getComparisonUri(), f); in hashMapForFolders() local 883 final Folder f = new Folder(); in fromString() local 898 f.id = id; in fromString() 900 f.folderUri = new FolderUri(Folder.getValidUri(split[index++])); in fromString() 901 f.name = split[index++]; in fromString() 902 f.hasChildren = Integer.parseInt(split[index++]) != 0; in fromString() 903 f.capabilities = Integer.parseInt(split[index++]); in fromString() 904 f.syncWindow = Integer.parseInt(split[index++]); in fromString() 905 f.conversationListUri = getValidUri(split[index++]); in fromString() [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | itoatest.cpp | 58 static void VerifyValue(T value, void(*f)(T, char*), char* (*g)(T, char*)) { in VerifyValue() 62 f(value, buffer1); in VerifyValue() 70 static void Verify(void(*f)(T, char*), char* (*g)(T, char*)) { in Verify() 72 VerifyValue<T>(0, f, g); in Verify() 73 VerifyValue<T>(std::numeric_limits<T>::min(), f, g); in Verify() 74 VerifyValue<T>(std::numeric_limits<T>::max(), f, g); in Verify() 80 VerifyValue<T>(i - 1, f, g); in Verify() 81 VerifyValue<T>(i, f, g); in Verify() 83 VerifyValue<T>(Traits<T>::Negate(i), f, g); in Verify() 84 VerifyValue<T>(Traits<T>::Negate(i + 1), f, g); in Verify()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | RestrictedProfilePinDialogFragment.java | 81 Fragment f = getTargetFragment(); in setPin() local 82 if (f instanceof Callback) { in setPin() 83 callback = (Callback) f; in setPin() 99 Fragment f = getTargetFragment(); in isPinCorrect() local 100 if (f instanceof Callback) { in isPinCorrect() 101 callback = (Callback) f; in isPinCorrect() 120 Fragment f = getTargetFragment(); in isPinSet() local 121 if (f instanceof Callback) { in isPinSet() 122 callback = (Callback) f; in isPinSet()
|