Home
last modified time | relevance | path

Searched refs:LOOP_COUNT (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils_test.cc37 static constexpr int LOOP_COUNT = 10; in TEST_F() local
41 for (int i = 0; i < LOOP_COUNT; ++i) { in TEST_F()
51 << ((end_clock_count - start_clock_count) / LOOP_COUNT); in TEST_F()
81 static constexpr int LOOP_COUNT = 10; in TEST_F() local
83 for (int i = 0; i < LOOP_COUNT; ++i) { in TEST_F()
87 EXPECT_EQ(LOOP_COUNT, static_cast<int>(prof.GetCount() + 0.5)); in TEST_F()
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug04.sh49 LOOP_COUNT=1
64 until [ $LOOP_COUNT -gt $HOTPLUG04_LOOPS ]; do
97 LOOP_COUNT=$((LOOP_COUNT+1))
Dcpuhotplug06.sh50 LOOP_COUNT=1
74 until [ $LOOP_COUNT -gt $HOTPLUG06_LOOPS ]; do
97 LOOP_COUNT=$((LOOP_COUNT+1))
Dcpuhotplug02.sh55 LOOP_COUNT=1
84 until [ $LOOP_COUNT -gt $HOTPLUG02_LOOPS ]; do
101 LOOP_COUNT=$((LOOP_COUNT+1))
Dcpuhotplug07.sh56 LOOP_COUNT=1
92 until [ $LOOP_COUNT -gt $HOTPLUG07_LOOPS ]; do
116 LOOP_COUNT=$((LOOP_COUNT+1))
Dcpuhotplug03.sh64 LOOP_COUNT=1
84 until [ $LOOP_COUNT -gt $HOTPLUG03_LOOPS ]; do
141 LOOP_COUNT=$((LOOP_COUNT+1))
Dcpuhotplug05.sh60 LOOP_COUNT=1
88 until [ $LOOP_COUNT -gt $HOTPLUG05_LOOPS ]; do
151 LOOP_COUNT=$((LOOP_COUNT+1))
Dcpuhotplug01.sh110 LOOP_COUNT=1
143 until [ $LOOP_COUNT -gt $HOTPLUG01_LOOPS ]
188 LOOP_COUNT=$((LOOP_COUNT+1))
/external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/
Dclock_cycle_profiling_main.cc21 static constexpr int LOOP_COUNT = 1000000; in main() local
43 for (int i = 0; i < LOOP_COUNT; ++i) { in main()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
DTimeScaleMonkeyTest.java42 private static final int LOOP_COUNT = 1000; field in TimeScaleMonkeyTest
99 while (i < LOOP_COUNT) { in TestRoundTrip()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
DTimeScaleMonkeyTest.java39 private static final int LOOP_COUNT = 1000; field in TimeScaleMonkeyTest
96 while (i < LOOP_COUNT) { in TestRoundTrip()
/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp58 #define LOOP_COUNT 1000 macro
236 for (int n = 0; n < LOOP_COUNT; n += 1) { in testLocale()
/external/icu/icu4c/source/test/cintltst/
Dutmstest.c23 #define LOOP_COUNT 10000 macro
343 for (i = 0; i < LOOP_COUNT; i += 1) { in TestMonkey()
/external/libjpeg-turbo/simd/arm/
Djsimd_neon.S2129 LOOP_COUNT .req r4
2157 mov LOOP_COUNT, #3
2186 subs LOOP_COUNT, LOOP_COUNT, #1
2204 .unreq LOOP_COUNT
/external/libjpeg-turbo/simd/arm64/
Djsimd_neon.S2766 LOOP_COUNT .req x11
2768 mov LOOP_COUNT, #2
2772 subs LOOP_COUNT, LOOP_COUNT, #1
2834 .unreq LOOP_COUNT