Searched refs:multipliers (Results 1 - 5 of 5) sorted by relevance

/external/pixman/pixman/
H A Dpixman-utils.c114 static const float multipliers[16] = { local
160 a_mul = multipliers[a_size];
161 r_mul = multipliers[r_size];
162 g_mul = multipliers[g_size];
163 b_mul = multipliers[b_size];
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s160 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
329 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
H A Dpa-risc2W.s152 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
319 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c1108 static const int multipliers[] = { local
1116 h += multipliers[i] * (unsigned char) (toupper(*s));
1118 if (++i >= elements(multipliers))
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc2668 static const uint64_t multipliers[] = { local
2677 // Ensure that the index to the multipliers array is within bounds.
2679 (static_cast<size_t>(multiplier_idx) < arraysize(multipliers)));
2680 uint64_t multiplier = multipliers[multiplier_idx];

Completed in 647 milliseconds