Searched defs:perc (Results 1 – 2 of 2) sorted by relevance
564 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local591 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
209 static uint32_t perc(uint32_t count, uint32_t total) in perc() function