HomeSort by relevance Sort by last modified time
    Searched refs:e6 (Results 126 - 150 of 670) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
tlsd.d 11 2: 2f e6 [ ]*mov\.l r14,@-r15
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
v850e1.d 42 0x0+76 ff 07 e6 00 [ ]*tst1 r0, \[lp\]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-pltdis2.d 34 1e6: b005 nop
dso12-pltdis.d 17 1e6: 0401 addoq 4,\$r0,\$acr
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
pr17154-i386.d 40 [ ]*[a-f0-9]+: e9 e6 ff ff ff jmp 210 <\*ABS\*@plt>
pr17154-x86-64.d 39 [ ]*[a-f0-9]+: e9 e6 ff ff ff jmpq 310 <\*ABS\*\+0x320@plt>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-avx512dq_vl.d 149 [ ]*[a-f0-9]+:[ ]*62 01 fe 08 e6 f5[ ]*vcvtqq2pd %xmm29,%xmm30
150 [ ]*[a-f0-9]+:[ ]*62 01 fe 0f e6 f5[ ]*vcvtqq2pd %xmm29,%xmm30\{%k7\}
151 [ ]*[a-f0-9]+:[ ]*62 01 fe 8f e6 f5[ ]*vcvtqq2pd %xmm29,%xmm30\{%k7\}\{z\}
152 [ ]*[a-f0-9]+:[ ]*62 61 fe 08 e6 31[ ]*vcvtqq2pd \(%rcx\),%xmm30
153 [ ]*[a-f0-9]+:[ ]*62 21 fe 08 e6 b4 f0 23 01 00 00[ ]*vcvtqq2pd 0x123\(%rax,%r14,8\),%xmm30
154 [ ]*[a-f0-9]+:[ ]*62 61 fe 18 e6 31[ ]*vcvtqq2pd \(%rcx\)\{1to2\},%xmm30
155 [ ]*[a-f0-9]+:[ ]*62 61 fe 08 e6 72 7f[ ]*vcvtqq2pd 0x7f0\(%rdx\),%xmm30
156 [ ]*[a-f0-9]+:[ ]*62 61 fe 08 e6 b2 00 08 00 00[ ]*vcvtqq2pd 0x800\(%rdx\),%xmm30
157 [ ]*[a-f0-9]+:[ ]*62 61 fe 08 e6 72 80[ ]*vcvtqq2pd -0x800\(%rdx\),%xmm30
158 [ ]*[a-f0-9]+:[ ]*62 61 fe 08 e6 b2 f0 f7 ff ff[ ]*vcvtqq2pd -0x810\(%rdx\),%xmm3
    [all...]
  /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);
  /system/extras/simpleperf/
cmd_stat.cpp 273 double value = count / 1e6;
340 if (rate > 1e6) {
341 return android::base::StringPrintf("%.3lf M/sec", rate / 1e6);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.s 27 dcpf (104, e6)
59 dcpf (305419896, e6)
104 fmov (e6), fs9
143 fmov fs28, (e6)
236 fmov (e6, a1), fs3
246 fmov fs15, (104, e6)
257 fmov fs28, (e6+, -69)
278 fmov fs15, (r12, e6)
289 fmov (1193046, e6), fs9
300 fmov (e6+, 130944), fs
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorSynchronizationTestActivity.java 32 private final double NANOS_PER_MILLI = 1e6;
  /development/ndk/samples/hello-neon/jni/
helloneon.c 39 return 1000.0*res.tv_sec + (double)res.tv_nsec/1e6;
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/
hardware_PerfCounterVerification.py 96 misses_per_milion_cycles = [x[y_var] * 1.0e6 / x['cycles']
  /external/chromium-trace/catapult/devil/devil/android/perf/
surface_stats_collector.py 164 nanoseconds_per_millisecond = 1e6
  /external/libyuv/files/unit_test/
scale_argb_test.cc 92 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
204 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
  /external/regex-re2/util/
benchmark.cc 122 snprintf(mb, sizeof mb, "\t%7.2f MB/s", ((double)bytes/1e6)/((double)ns/1e9));
  /frameworks/base/libs/hwui/font/
Font.cpp 354 bounds->set(1e6, -1e6, -1e6, 1e6);
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 162 delay_ns/1000000.0f, 1e6 / (3200000 >> (15 - rate_val)));
  /prebuilts/go/darwin-x86/src/runtime/
os1_nacl.go 66 ts.tv_sec = int64(us / 1e6)
67 ts.tv_nsec = int32(us%1e6) * 1e3
  /prebuilts/go/darwin-x86/src/sync/
waitgroup_test.go 90 for i := 0; i < 1e6; i++ {
133 for i := 0; i < 1e6; i++ {
  /prebuilts/go/linux-x86/src/runtime/
os1_nacl.go 66 ts.tv_sec = int64(us / 1e6)
67 ts.tv_nsec = int32(us%1e6) * 1e3
  /prebuilts/go/linux-x86/src/sync/
waitgroup_test.go 90 for i := 0; i < 1e6; i++ {
133 for i := 0; i < 1e6; i++ {
  /system/extras/tests/memtest/
fptest.cpp 55 printf("Test: %s, %f Mops\n", str, ops / ds / 1e6);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
tcond.d 82 e6: 0305 tleu!
163 1e6: 0905 tlt!
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 149 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6,
158 elements[5] = e6;

Completed in 626 milliseconds

1 2 3 4 56 7 8 91011>>