Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 169) sorted by relevance

1234567

/art/test/646-checker-simd-hadd/src/
DHaddShort.java380 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local
385 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local
390 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1); in main() local
395 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
400 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
405 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
410 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
415 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local
420 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local
425 short e = (short) ((sB1[i] + 0x7fff) >> 1); in main() local
[all …]
DHaddOther.java142 short e = (short) (sA[i] >> 1); in main() local
147 short e = (short) (sA[i] >>> 1); in main() local
152 short e = (short) (iA[i] >> 1); in main() local
157 int e = iA[i] >> 1; in main() local
162 short e = (short) (((short) (sA[i] + sB[i])) >> 1); in main() local
167 int e = (short) ((short) (iA[i] + iB[i]) >> 1); in main() local
172 short e = (short) (((short) (sA[i] + sB[i]) + 1) >> 1); in main() local
DHaddAltChar.java240 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
245 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
250 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
255 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
260 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
265 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
DHaddChar.java271 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
276 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
281 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
286 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
291 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
296 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
DHaddAltShort.java234 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local
239 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1); in main() local
244 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
249 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local
254 short e = (short) ((sB1[i] + 0x7fff) >> 1); in main() local
259 short e = (short) (((sB1[i] & 0xffff) + 0xffff) >> 1); in main() local
/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java82 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testStopBeforeStart() argument
101 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testInterruptBeforeStart() argument
130 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testStopWait() argument
157 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testInterruptWait() argument
185 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testStopInNative() argument
227 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testStopRecur() argument
250 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testInterruptRecur() argument
266 target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; }); in testStopSpinning() argument
/art/test/123-inline-execute2/src/
DMain.java49 double e = (double) j; in main() local
95 double e = (double) j; in main() local
/art/test/995-breakpoints-throw/src/art/
DTest995.java30 public void breakpointReached(Executable e, long loc); in breakpointReached()
54 public static void notifyBreakpointReached(Thread thr, Executable e, long loc) { in notifyBreakpointReached()
65 public void breakpointReached(Executable e, long loc) { in makeHandler()
/art/test/1928-exception-event-exception/src/art/
DTest1928.java72 public BaseTestException(String e) { super(e); } in BaseTestException()
73 public BaseTestException(String e, Throwable t) { super(e, t); } in BaseTestException()
76 public TestException(String e) { super(e); } in TestException()
77 public TestException(String e, Throwable t) { super(e, t); } in TestException()
81 public TestExceptionNoRethrow(String e) { super(e); } in TestExceptionNoRethrow()
82 public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); } in TestExceptionNoRethrow()
/art/test/529-long-split/src/
DMain.java36 int e = myField2; // EAX in testOddLow1() local
78 int e = myField2; // ECX in testNonFollowingHigh() local
118 int e = myField2; // EAX in testOddLow2() local
173 public static void $noinline$doCall(long e) { in $noinline$doCall()
/art/test/667-checker-simd-alignment/src/
DMain.java265 int e = i > 0 ? 1 : 0; in test1() local
275 int e = i > 0 ? 1 : 0; in test2() local
304 int e = (off <= i && i < off + 9) ? 1 : 0; in test5() local
316 int e = (off <= i && i < off + n) ? 1 : 0; in test6() local
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java76 public BaseTestException(String e) { super(e); } in BaseTestException()
77 public BaseTestException(String e, Throwable t) { super(e, t); } in BaseTestException()
80 public TestException(String e) { super(e); } in TestException()
81 public TestException(String e, Throwable t) { super(e, t); } in TestException()
85 public TestExceptionNoRethrow(String e) { super(e); } in TestExceptionNoRethrow()
86 public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); } in TestExceptionNoRethrow()
/art/test/439-swap-double/src/
DMain.java35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles()
43 double e = 5.0; field in Main
/art/test/404-optimizing-allocator/src/
DMain.java85 int e = 0; in $opt$reg$TestMultipleLive() local
118 int e = 0; in $opt$reg$testSpillInIf() local
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1()
150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2()
/art/test/405-optimizing-long-allocator/src/
DMain.java91 long e = 0; in $opt$TestMultipleLive() local
124 long e = 0; in $opt$testSpillInIf() local
135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1()
156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2()
/art/test/952-invoke-custom/src/
DTestLinkerMethodWithRange.java66 private static int add(int a, int b, int c, int d, int e, int f) { in add()
72 private static int _add(int a, int b, int c, int d, int e, int f) { in _add()
131 private static Double multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in multiply()
137 private static Double _multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in _multiply()
/art/test/105-invoke/src/
DMain.java35 int virI_IIIII(int a, int b, int c, int d, int e) { in virI_IIIII()
39 int virI_IIIIII(int a, int b, int c, int d, int e, int f) { in virI_IIIIII()
59 static int statI_IIIII(int a, int b, int c, int d, int e) { in statI_IIIII()
63 static int statI_IIIIII(int a, int b, int c, int d, int e, int f) { in statI_IIIIII()
/art/test/454-get-vreg/src/
DMain.java22 int e = doCall(); in testSimpleVReg() local
27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg()
/art/test/638-no-line-number/src/
DMain.java31 public static void doThrow(Error e) { in doThrow()
/art/test/401-optimizing-compiler/src/
DMain.java146 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters()
150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters()
194 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args()
199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args()
/art/test/656-checker-simd-opt/src/
DMain.java249 int e = i + i + i; in testStencil1() local
264 int e = i + i + i; in testStencil2() local
279 int e = i + i + i; in testStencil3() local
/art/test/484-checker-register-hints/src/
DMain.java44 int e = live1; in test1() local
79 int e = live1; in test2() local
104 int e = live1; in test3() local
/art/test/054-uncaught/src/
DThreadDeathHandler.java29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
/art/test/050-sync-test/src/
DThreadDeathHandler.java29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
/art/compiler/optimizing/
Dlicm.cc46 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in InputsAreDefinedBeforeLoop() local
69 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in UpdateLoopPhisIn() local

1234567