Lines Matching refs:rate
1502 f32 rate; in PrintStats() local
1535 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1537 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1541 rate = FLIPPER_CLOCK * (f32)(tcReq*32) / in PrintStats()
1543 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1547 rate = (f32)(tcReq*32) / (topPixIn + botPixIn); in PrintStats()
1548 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1567 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1568 StatOSReport("%s: %8.2f\n", rate); in PrintStats()
1686 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1688 StatPrintf("%s: %8.2f\n", rate); in PrintStats()
1693 rate = FLIPPER_CLOCK * (f32)(tcReq*32) / in PrintStats()
1695 StatPrintf("%s: %8.2f\n", rate); in PrintStats()
1700 rate = (f32)(tcReq*32) / in PrintStats()
1702 StatPrintf("%s: %8.3f\n", rate); in PrintStats()
1764 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1765 StatPrintf("%s: %8.3f", rate); in PrintStats()