Searched refs:chSum (Results 1 – 1 of 1) sorted by relevance
1509 LONG chSum[(8)]; in getMixFactors() local1526 chSum[outCh] = MAX_SEARCH_START_VAL; in getMixFactors()1532 chSum[outCh] = 0; in getMixFactors()1540 chSum[outCh] += addFact; in getMixFactors()1542 if (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1543 while (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1545 chSum[outCh] >>= 1; in getMixFactors()1547 } else if (chSum[outCh] > 0) { in getMixFactors()1548 while ((chSum[outCh] << 1) <= (LONG)MAXVAL_SGL) { in getMixFactors()1550 chSum[outCh] <<= 1; in getMixFactors()[all …]