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

1 2

  /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 213 #define MULTIPLIER(a) ((a) * 32897U)
216 #define MULTIPLIER(a) ((a) * 65793U)
229 const uint32_t mult = MULTIPLIER(a);
238 #undef MULTIPLIER
243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15
266 const uint32_t mult = MULTIPLIER(a);
276 #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 70 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */
234 myshares = MULTIPLIER * myshares;
cpuctl_test01.c 69 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */
223 myshares = MULTIPLIER * myshares;
  /external/pdfium/third_party/libjpeg/
jmorecfg.h 347 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
348 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
351 #ifndef MULTIPLIER
352 #define MULTIPLIER int /* type for fastest integer multiply */
  /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 
  /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 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.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.5.0-alpha-preview-01/
compiler-2.5.0-alpha-preview-01.jar 
  /prebuilts/misc/common/guava/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/lib/
guava-19.0.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
google-java-format-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/
guava-20.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/21.0/
guava-21.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
bazel_java_extractor.jar 

Completed in 401 milliseconds

1 2