HomeSort by relevance Sort by last modified time
    Searched full:damp (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/res/raw/
allapps.rs 243 float damp = 1.0 + (g_PosPage * 4);
244 damp = clampf(damp, 0.f, 0.9f);
245 g_PosVelocity *= damp;
248 float damp = 1.0 - ((g_PosPage - g_PosMax) * 4);
249 damp = clampf(damp, 0.f, 0.9f);
250 g_PosVelocity *= damp;
  /external/icu4c/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon2393
113 delta = firsttime ? delta / damp : delta >> 1;
  /packages/wallpapers/Basic/res/raw/
distort.rs 28 #define DAMP 3
154 *next = droplet - (droplet >> DAMP);
  /external/icu4c/common/
punycode.c 63 #define DAMP 700
163 delta/=DAMP;
  /external/speex/libspeex/
preprocess.c 974 float damp = 28000.f\/max_sample; local
    [all...]
nb_celp.c     [all...]
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 108 bleak - j. unpleasantly cold and damp
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 22 milliseconds