Searched defs:thisTime (Results 1 - 15 of 15) sorted by relevance
/external/compiler-rt/test/timing/ |
H A D | floatundidf.c | 34 double thisTime = intervalInCycles(startTime, endTime); local 35 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | ashldi3.c | 39 double thisTime = intervalInCycles(startTime, endTime); local 40 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | ashrdi3.c | 39 double thisTime = intervalInCycles(startTime, endTime); local 40 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | divdi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); local 43 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | floatdidf.c | 37 double thisTime = intervalInCycles(startTime, endTime); local 38 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | floatdisf.c | 37 double thisTime = intervalInCycles(startTime, endTime); local 38 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | floatdixf.c | 37 double thisTime = intervalInCycles(startTime, endTime); local 38 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | floatundisf.c | 37 double thisTime = intervalInCycles(startTime, endTime); local 38 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | floatundixf.c | 37 double thisTime = intervalInCycles(startTime, endTime); local 38 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | lshrdi3.c | 39 double thisTime = intervalInCycles(startTime, endTime); local 40 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | moddi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); local 43 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | muldi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); local 43 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | negdi2.c | 40 double thisTime = intervalInCycles(startTime, endTime); local 41 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | udivdi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); local 43 bestTime = __builtin_fmin(thisTime, bestTime);
|
H A D | umoddi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); local 43 bestTime = __builtin_fmin(thisTime, bestTime);
|
Completed in 204 milliseconds