Home
last modified time | relevance | path

Searched refs:g (Results 1 – 14 of 14) sorted by relevance

/art/test/012-math/src/
DMain.java76 double f, g, fres; in math_012() local
79 g = 7.0f; in math_012()
81 fres = f + g; in math_012()
83 fres = f - g; in math_012()
85 fres = f * g; in math_012()
87 fres = f / g; in math_012()
89 fres = f % g; in math_012()
91 f += g; in math_012()
93 f -= g; in math_012()
95 f *= g; in math_012()
[all …]
/art/test/ExceptionHandle/
DExceptionHandle.java22 g(1); in f()
29 g(2); in f()
35 void g(int doThrow) throws Exception { in g() method in ExceptionHandle
/art/test/StackWalk2/
DStackWalk2.java23 g(1); // use v0 for 1, v1 for this in f()
24 g(2); // use v0 for 2, v1 for this in f()
29 void g(int num_calls) throws RuntimeException { in g() method in StackWalk2
/art/test/StackWalk/
DStackWalk.java6 g(1); in f()
7 g(2); in f()
11 void g(int num_calls) { in g() method in StackWalk
/art/test/070-nio-buffer/
Dinfo.txt1 Exercise NIO buffers (e.g. java.nio.ByteBuffer).
/art/runtime/arch/x86/
Dthread_x86.cc34 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
74 entry.g = limit_in_pages; in InitCpu()
/art/test/027-arithmetic/src/
DMain.java59 long g = 0x77; in shiftTest2() local
63 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
/art/test/068-classloader/
Dinfo.txt1 Class loaders allow code to "redefine" a given class, e.g. it's possible to
/art/test/067-preemptive-unpark/src/
DMain.java71 int g = 0; in clearStack() local
/art/runtime/
Dcommon_test.h80 int g = 3; in DecodeBase64() local
88 if (--g < 0) { in DecodeBase64()
92 } else if (g != 3) { in DecodeBase64()
100 if (g > 1) { in DecodeBase64()
103 if (g > 2) { in DecodeBase64()
Delf_file.cc376 unsigned h = 0, g; in elfhash() local
380 g = h & 0xf0000000; in elfhash()
381 h ^= g; in elfhash()
382 h ^= g >> 24; in elfhash()
/art/test/003-omnibus-opcodes/src/
DIntMath.java60 long g = 0x77; in shiftTest2() local
64 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
/art/test/107-int-math2/src/
DMain.java248 long g = 0x77; in shiftTest2() local
252 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
/art/compiler/llvm/
Dintrinsic_func_list.def368 // necessary checking on arguments (e.g., array and index) has already done