Lines Matching defs:VectorBonus
550 int VectorBonus = 0;
1006 Threshold -= VectorBonus;
1008 Threshold -= VectorBonus / 2;
1077 assert(VectorBonus >= 0);
1082 Threshold += (SingleBBBonus + VectorBonus);
1168 int VectorBonus = 0;
1312 Threshold -= VectorBonus;
1314 Threshold -= VectorBonus / 2;
1345 VectorBonus = Threshold * VectorBonusPercent / 100;
1346 Threshold += (SingleBBBonus + VectorBonus);
2024 VectorBonus = Threshold * VectorBonusPercent / 100;