Home
last modified time | relevance | path

Searched defs:MULTIPLIER (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Djmorecfg.h370 #define MULTIPLIER int /* type for fastest integer multiply */ macro
372 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
/external/webp/src/dsp/
Dalpha_processing.c216 #define MULTIPLIER(a) ((a) * 32897U) macro
219 #define MULTIPLIER(a) ((a) * 65793U) macro
248 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
Dalpha_processing_neon.c22 #define MULTIPLIER(a) ((a) * 0x8081) macro
Dalpha_processing_sse2.c149 #define MULTIPLIER(a) ((a) * 0x8081) macro
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_test01.c70 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */ macro
Dcpuctl_def_task01.c71 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */ macro
/external/rust/crates/oorandom/src/
Dlib.rs45 pub(crate) const MULTIPLIER: u64 = 6364136223846793005; constant
176 pub(crate) const MULTIPLIER: u128 = 47026247687942121848144207491837523525; constant
/external/rust/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs734 const MULTIPLIER: &[i32] = &[1, 2, 5]; in key_points() constant