Searched refs:MULTIPLIER (Results 1 – 10 of 10) sorted by relevance
213 #define MULTIPLIER(a) ((a) * 32897U) macro216 #define MULTIPLIER(a) ((a) * 65793U) macro229 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()238 #undef MULTIPLIER243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro266 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444()276 #undef MULTIPLIER
149 #define MULTIPLIER(a) ((a) * 0x8081) macro201 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()210 #undef MULTIPLIER
246 #define MULTIPLIER(a) ((a) * 32897UL) macro249 #define MULTIPLIER(a) ((a) * 65793UL) macro262 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()271 #undef MULTIPLIER276 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro296 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444()306 #undef MULTIPLIER
380 #ifndef MULTIPLIER382 #define MULTIPLIER int /* type for fastest integer multiply */ macro384 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
65 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */67 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
355 #ifndef MULTIPLIER356 #define MULTIPLIER int /* type for fastest integer multiply */ macro
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 */
369 #ifndef MULTIPLIER370 #define MULTIPLIER int /* type for fastest integer multiply */ macro
META-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...