Lines Matching defs:tempA
504 short divider = 0, tempA;
531 tempA = MIN_N_1703;
543 divider |= tempA;
550 tempA++;
551 } while (tempA <= (MIN_N_1703 << 1));
614 u32 tempA, tempB, fOut, longMHz100, diff, preDiff;
652 tempA = 938356; /* 14.31818 * 65536 */
653 tempA *= (n + 8); /* 43..256 */
656 fOut = tempA / tempB; /* 8 bit scale */
743 short divider = 0, tempA;
769 tempA = MIN_N_408;
780 divider |= tempA;
786 tempA++;
787 } while (tempA <= 32);