/external/clang/test/Analysis/ |
outofbound.c | 96 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7,
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
p1.cpp | 77 template<> enum class C<int>::E : int { e6 }; 79 C<int>::E c3 = C<int>::E::e6; 84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for a declaration cannot depend on a template parameter}}
|
/system/extras/tests/bionic/libc/other/ |
test_zlib.c | 165 return ts.tv_sec*1e6 + ts.tv_nsec*1e-3; 247 printf( "compression took: %10.3f ms (%.2f KB/s)\n", usec1/1e3, fsize*(1e6/1024)/usec1 ); 262 printf( "decompression took: %10.3f ms (%.2f KB/s, %d passes)\n", usec1/1e3, fsize*(1e6/1024)*repeat_count/usec1, repeat_count );
|
test_jpeg.c | 228 return ts.tv_sec*1e6 + ts.tv_nsec*1e-3; 359 printf( "decompression took: %10.3f ms (%.2f KB/s, %d passes)\n", usec1/1e3, fsize*(1e6/1024)*repeat_count/usec1, repeat_count );
|
/device/generic/goldfish/libqemu/ |
test_util.c | 40 return tv.sec + (double)tv.usec/1e6;
|
/external/eigen/bench/ |
benchFFT.cpp | 80 double mflops = 5.*nfft*log2((double)nfft) / (1e6 * timer.value() / (double)nits );
|
/external/libyuv/files/unit_test/ |
compare_test.cc | 210 printf("BenchmarkPsnr_C - %8.2f us c\n", c_time * 1e6); 238 printf("BenchmarkPsnr_OPT - %8.2f us opt\n", opt_time * 1e6); 341 printf("BenchmarkSsim_C - %8.2f us c\n", c_time * 1e6); 369 printf("BenchmarkPsnr_OPT - %8.2f us opt\n", opt_time * 1e6);
|
rotate_argb_test.cc | 77 mode, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
|
scale_argb_test.cc | 81 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
|
/external/chromium_org/content/browser/speech/endpointer/ |
energy_endpointer.cc | 33 return static_cast<int64>(0.5 + (1.0e6 * seconds)); 108 int64 start_us = end_us - static_cast<int64>(0.5 + (1.0e6 * duration_sec));
|
endpointer_unittest.cc | 54 time += static_cast<int64>(kFrameSize * (1e6 / kSampleRate));
|
/external/chromium_org/v8/test/mjsunit/ |
integer-to-string.js | 31 for (var i = -5e9; i < 5e9; i += (1e6 - 1))
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSet.java | 82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, 86 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSetTest.java | 69 String e4, String e5, String e6, String... rest) { 70 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest);
|
/external/jdiff/src/jdiff/ |
JDiff.java | 235 } catch (Exception e6) { 237 e6.printStackTrace();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMapView.java | 56 return (int) (d * 1e6); 60 return i / 1e6;
|
/external/v8/test/mjsunit/ |
integer-to-string.js | 31 for (var i = -5e9; i < 5e9; i += (1e6 - 1))
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 625 if (runTime < 50e6) { 638 } else if (totalFrames == 5 && runTime > 200e6) { 677 printf("%6.3f", result / double(totalFrames - warmUpFrames) / 1e6);
|
/bionic/tests/ |
benchmark_main.cpp | 147 double mib_processed = static_cast<double>(gBytesProcessed)/1e6;
|
/development/ndk/samples/hello-neon/jni/ |
helloneon.c | 39 return 1000.0*res.tv_sec + (double)res.tv_nsec/1e6;
|
/external/chromium_org/third_party/re2/util/ |
benchmark.cc | 122 snprintf(mb, sizeof mb, "\t%7.2f MB/s", ((double)bytes/1e6)/((double)ns/1e9));
|
/external/regex-re2/util/ |
benchmark.cc | 122 snprintf(mb, sizeof mb, "\t%7.2f MB/s", ((double)bytes/1e6)/((double)ns/1e9));
|
/external/skia/tools/skpdiff/ |
skpdiff_util.cpp | 101 return currentTime.tv_sec + (double)currentTime.tv_usec / 1e6;
|
/frameworks/base/libs/hwui/font/ |
Font.cpp | 347 bounds->set(1e6, -1e6, -1e6, 1e6);
|
/hardware/akm/AK8975_FS/libsensors/ |
AdxlSensor.cpp | 161 delay_ns/1000000.0f, 1e6 / (3200000 >> (15 - rate_val)));
|