Lines Matching defs:tempA
506 short divider = 0, tempA;
533 tempA = MIN_N_1703;
545 divider |= tempA;
552 tempA++;
553 } while (tempA <= (MIN_N_1703 << 1));
616 u32 tempA, tempB, fOut, longMHz100, diff, preDiff;
654 tempA = 938356; /* 14.31818 * 65536 */
655 tempA *= (n + 8); /* 43..256 */
658 fOut = tempA / tempB; /* 8 bit scale */
745 short divider = 0, tempA;
771 tempA = MIN_N_408;
782 divider |= tempA;
788 tempA++;
789 } while (tempA <= 32);