Home
last modified time | relevance | path

Searched defs:perc (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DClearTest.cpp564 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
591 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
/external/iproute2/tipc/
Dlink.c209 static uint32_t perc(uint32_t count, uint32_t total) in perc() function