Lines Matching refs:cpuFreq
761 UChar *buf3, char *frqBuf, double cpuFreq,
825 cpuFreq * 1.e6 * (double)BUFFERSIZE / ((double)(tmp1) * (double)(0x100000)));
929 static char *XGI_GetCPUFreq(ScrnInfoPtr pScrn, char *buf, double *cpuFreq)
933 (*cpuFreq) = 0.0;
937 (*cpuFreq) = strtod(frqBuf, &endBuf);
939 if((*cpuFreq) < 10.0) frqBuf = NULL; /* sanity check */
941 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "CPU frequency %.2fMhz\n", (*cpuFreq));
1185 double cpuFreq = 0.0;
1206 frqBuf = XGI_GetCPUFreq(pScrn, buf, &cpuFreq);
1223 frqBuf, cpuFreq, UMemCpy, &secondbest, from);