Searched refs:multipliers (Results 1 – 6 of 6) sorted by relevance
114 static const float multipliers[16] = { in pixman_expand_to_float() local160 a_mul = multipliers[a_size]; in pixman_expand_to_float()161 r_mul = multipliers[r_size]; in pixman_expand_to_float()162 g_mul = multipliers[g_size]; in pixman_expand_to_float()163 b_mul = multipliers[b_size]; in pixman_expand_to_float()
152 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus319 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
160 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus329 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
2668 static const uint64_t multipliers[] = { in IsImmLogical() local2679 (static_cast<size_t>(multiplier_idx) < arraysize(multipliers))); in IsImmLogical()2680 uint64_t multiplier = multipliers[multiplier_idx]; in IsImmLogical()
1108 static const int multipliers[] = { in hash() local1116 h += multipliers[i] * (unsigned char) (toupper(*s)); in hash()1118 if (++i >= elements(multipliers)) in hash()
3588 [POWERPC]: Use sizeof(unsigned long) in place of 4 for multipliers.