Searched refs:loops (Results 1 – 4 of 4) sorted by relevance
227 size_t loops = ((maxIndex / 2) & (~3)); in runMemoryLatencyTest() local231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops); in runMemoryLatencyTest()236 for (size_t ct = 0; ct < loops; ct++) { in runMemoryLatencyTest()270 double lat = dt / (loops * mMemLoopCount); in runMemoryLatencyTest()
3197 This can be useful to create conditional computations without using loops and branching
1601 // Unlike the while loops above, this one waits
6176 * This can be useful to create conditional computations without using loops and branching