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

1 2

  /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 */
jdct.h 52 * well as perform the IDCT; for dequantization, it uses the multiplier table
66 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
68 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
  /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 */
jdct.h 42 * well as perform the IDCT; for dequantization, it uses the multiplier table
56 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
58 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
  /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/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
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /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 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/r8/deps/
guava-19.0.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 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.5.0-alpha-preview-02/
compiler-2.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha6/
compiler-3.0.0-alpha6.jar 

Completed in 1463 milliseconds

1 2