HomeSort by relevance Sort by last modified time
    Searched defs:MULTIPLIER (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/services/core/java/com/android/server/location/
ExponentialBackOff.java 7 private static final int MULTIPLIER = 2;
16 mCurrentIntervalMillis = mInitIntervalMillis / MULTIPLIER;
24 mCurrentIntervalMillis *= MULTIPLIER;
29 mCurrentIntervalMillis = mInitIntervalMillis / MULTIPLIER;
  /external/webp/src/dsp/
alpha_processing_neon.c 22 #define MULTIPLIER(a) ((a) * 0x8081)
68 const uint32_t mult = MULTIPLIER(a);
78 #undef MULTIPLIER
alpha_processing.c 216 #define MULTIPLIER(a) ((a) * 32897U)
219 #define MULTIPLIER(a) ((a) * 65793U)
233 const uint32_t mult = MULTIPLIER(a);
243 #undef MULTIPLIER
248 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15
271 const uint32_t mult = MULTIPLIER(a);
281 #undef MULTIPLIER
alpha_processing_sse2.c 149 #define MULTIPLIER(a) ((a) * 0x8081)
201 const uint32_t mult = MULTIPLIER(a);
210 #undef MULTIPLIER
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_def_task01.c 71 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */
233 myshares = MULTIPLIER * myshares;
cpuctl_test01.c 70 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */
220 myshares = MULTIPLIER * myshares;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ExponentialBackoffTest.java 42 private static final int MULTIPLIER = 2;
53 START_DELAY_MS, MAXIMUM_DELAY_MS, MULTIPLIER, mHandler, mRunnable);
95 long minDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i - 1));
96 long maxDelay = (long) (START_DELAY_MS * Math.pow(MULTIPLIER, i));
  /external/libjpeg-turbo/
jmorecfg.h 399 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
400 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
403 #ifndef MULTIPLIER
405 #define MULTIPLIER int /* type for fastest integer multiply */
407 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */
  /external/guice/lib/build/
spring-core.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /prebuilts/devtools/tools/lib/
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha1/
compiler-2.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha3/
compiler-2.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha5/
compiler-2.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha6/
compiler-2.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha7/
compiler-2.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.5.0-alpha-preview-01/
compiler-2.5.0-alpha-preview-01.jar 

Completed in 318 milliseconds

1 2 3