Home
last modified time | relevance | path

Searched refs:d (Results 126 – 150 of 288) sorted by relevance

12345678910>>...12

/art/runtime/entrypoints/
Dmath_entrypoints.cc35 extern "C" int64_t art_d2l(double d) { in art_d2l() argument
36 return art_float_to_integral<int64_t, double>(d); in art_d2l()
43 extern "C" int32_t art_d2i(double d) { in art_d2i() argument
44 return art_float_to_integral<int32_t, double>(d); in art_d2i()
Dmath_entrypoints.h24 extern "C" int64_t art_d2l(double d);
25 extern "C" int32_t art_d2i(double d);
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali28 ## CHECK-NEXT: successors "<<BAdd:B\d+>>"
33 ## CHECK-NEXT: predecessors "B1" "<<BCatch:B\d+>>"
89 ## CHECK-DAG: <<P0:i\d+>> ParameterValue
90 ## CHECK-DAG: <<P1:i\d+>> ParameterValue
91 ## CHECK-DAG: <<P2:i\d+>> ParameterValue
93 ## CHECK-DAG: <<DZC1:i\d+>> DivZeroCheck [<<P1>>]
94 ## CHECK-DAG: <<Div1:i\d+>> Div [<<P0>>,<<DZC1>>]
95 ## CHECK-DAG: <<DZC2:i\d+>> DivZeroCheck [<<P1>>]
96 ## CHECK-DAG: <<Div2:i\d+>> Div [<<Div1>>,<<DZC2>>]
97 ## CHECK-DAG: <<DZC3:i\d+>> DivZeroCheck [<<P1>>]
[all …]
/art/runtime/
Dreflection_test.cc205 args[0].d = 0.0; in InvokeIdentityDoubleMethod()
209 args[0].d = -1.0; in InvokeIdentityDoubleMethod()
213 args[0].d = DBL_MAX; in InvokeIdentityDoubleMethod()
217 args[0].d = DBL_MIN; in InvokeIdentityDoubleMethod()
391 args[0].d = 0.0; in InvokeSumDoubleDoubleMethod()
392 args[1].d = 0.0; in InvokeSumDoubleDoubleMethod()
396 args[0].d = 1.0; in InvokeSumDoubleDoubleMethod()
397 args[1].d = 2.0; in InvokeSumDoubleDoubleMethod()
401 args[0].d = 1.0; in InvokeSumDoubleDoubleMethod()
402 args[1].d = -2.0; in InvokeSumDoubleDoubleMethod()
[all …]
/art/runtime/mirror/
Darray-inl.h107 static inline void ArrayBackwardCopy(T* d, const T* s, int32_t count) { in ArrayBackwardCopy() argument
108 d += count; in ArrayBackwardCopy()
111 d--; in ArrayBackwardCopy()
113 *d = *s; in ArrayBackwardCopy()
120 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() argument
122 *d = *s; in ArrayForwardCopy()
123 d++; in ArrayForwardCopy()
155 uint8_t* d = reinterpret_cast<uint8_t*>(dst_raw); in Memmove() local
157 memmove(d, s, count); in Memmove()
161 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw); in Memmove() local
[all …]
/art/test/017-float/
Dexpected.txt1 base values: d=3.1415926535 f=3.1415927
2 base values: d=3.1415926535 f=3.1415927
3 base values: f=3.1415927 d=3.1415926535
/art/test/027-arithmetic/
Dexpected.txt3 d=1234.5678 --> i=1234
4 d=-1234.5678 --> i=-1234
5 d=5.6789567890123E9 --> l=5678956789
6 d=-5.6789567890123E9 --> l=-5678956789
/art/test/468-checker-bool-simplif-regression/smali/
DTestCase.smali22 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
23 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
24 ## CHECK-DAG: <<Value:z\d+>> StaticFieldGet
26 ## CHECK-DAG: <<Phi:i\d+>> Phi [<<Const1>>,<<Const0>>]
30 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
31 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
32 ## CHECK-DAG: <<Value:z\d+>> StaticFieldGet
33 ## CHECK-DAG: <<Select:i\d+>> Select [<<Const1>>,<<Const0>>,<<Value>>]
/art/test/530-checker-lse3/smali/
DStoreLoad.smali20 ## CHECK-DAG: <<Arg:i\d+>> ParameterValue
21 ## CHECK-DAG: StaticFieldSet [{{l\d+}},<<Arg>>] field_name:StoreLoad.byteField
22 ## CHECK-DAG: StaticFieldSet [{{l\d+}},<<Arg>>] field_name:StoreLoad.byteField2
23 ## CHECK-DAG: <<Val:b\d+>> StaticFieldGet [{{l\d+}}] field_name:StoreLoad.byteField
24 ## CHECK-DAG: <<Val2:b\d+>> StaticFieldGet [{{l\d+}}] field_name:StoreLoad.byteField2
25 ## CHECK-DAG: <<Val3:i\d+>> Add [<<Val>>,<<Val2>>]
32 ## CHECK-DAG: <<Arg:i\d+>> ParameterValue
33 ## CHECK-DAG: StaticFieldSet [{{l\d+}},<<Arg>>] field_name:StoreLoad.byteField
34 ## CHECK-DAG: StaticFieldSet [{{l\d+}},<<Arg>>] field_name:StoreLoad.byteField2
35 ## CHECK-DAG: <<Conv:b\d+>> TypeConversion [<<Arg>>]
[all …]
/art/test/700-LoadArgRegs/
Dexpected.txt24 a, b, c, d
25 a, b, c, d, e
26 a, b, c, d, e, f
27 a, b, c, d, e, f, g
/art/test/440-stmp/src/
DMain.java24 baz(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o); in bar()
27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() argument
29 System.out.println(a - b - c - d - e - f - g - h - i - j - k - l - m - n - o); in baz()
35 float d = 4.0f; field in Main
/art/test/014-math3/src/
DMain.java26 double d = 0.0; in math_014() local
47 try { d = 10.0 / d; } in math_014()
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali207 ## CHECK-DAG: <<Arg0:i\d+>> ParameterValue
208 ## CHECK-DAG: <<Arg1:i\d+>> ParameterValue
209 ## CHECK-DAG: <<Const0xa:i\d+>> IntConstant 10
210 ## CHECK-DAG: <<Const0xb:i\d+>> IntConstant 11
211 ## CHECK-DAG: <<Const0xc:i\d+>> IntConstant 12
212 ## CHECK-DAG: <<Const0xd:i\d+>> IntConstant 13
213 ## CHECK-DAG: <<Const0xe:i\d+>> IntConstant 14
214 ## CHECK-DAG: <<Const0xf:i\d+>> IntConstant 15
215 ## CHECK-DAG: <<Const0x10:i\d+>> IntConstant 16
216 ## CHECK-DAG: <<Const0x11:i\d+>> IntConstant 17
[all …]
/art/test/526-long-regalloc/src/
DMain.java29 long d = a == 42 ? myLongField1 : 42L; // Will call AllocateBlockedReg -> edx/ebx in foo() local
45 myField1 = (int)d; // stack use in foo()
47 myLongField2 = d; // register use in foo()
/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() argument
147 return a - b - c - d - 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() argument
151 return a - b - c - d - e - f - g; in $opt$TestInvokeWith7Parameters()
194 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args() argument
196 + a + " " + b + " " + c + " " + d + " " + e); in printStaticMethodWith5Args()
199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args() argument
201 + a + " " + b + " " + c + " " + d + " " + e + " " + f + " " + g); in printStaticMethodWith7Args()
/art/test/580-checker-round/src/
DMain.java29 private static long round64(double d) { in round64() argument
30 return Math.round(d); in round64()
152 for (double d = -1.5d; d <= -1.49999999999d; d = Math.nextAfter(d, Double.POSITIVE_INFINITY)) { in main()
153 expectEquals64(-1L, round64(d)); in main()
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali20 ## CHECK-DAG: <<Constant:i\d+>> IntConstant 42
22 ## CHECK-DAG: InvokeStaticOrDirect [<<Constant>>{{(,[ij]\d+)?}}] loop:none
23 ## CHECK-DAG: InvokeStaticOrDirect [{{i\d+}}{{(,[ij]\d+)?}}] loop:none
60 ## CHECK-DAG: <<Constant:i\d+>> IntConstant 42
62 ## CHECK-DAG: InvokeStaticOrDirect [<<Constant>>{{(,[ij]\d+)?}}] loop:none
63 ## CHECK-DAG: InvokeStaticOrDirect [{{i\d+}}{{(,[ij]\d+)?}}] loop:none
/art/test/619-checker-current-method/src/
DMain.java24 public static int foo(int a, int b, int c, int d, int e, int f) { in foo() argument
25 return a + b + c + d + e + f; in foo()
/art/test/419-long-parameter/src/
DMain.java27 public static long $opt$TestCallee(double a, double b, long c, long d) { in $opt$TestCallee() argument
28 return d - c; in $opt$TestCallee()
/art/test/921-hello-failure/src/
DMain.java42 private static Redefinition.CommonClassDefinition mapCCD(CommonClassDefinition d) { in mapCCD() argument
43 return new Redefinition.CommonClassDefinition(d.target, d.class_file_bytes, d.dex_file_bytes); in mapCCD()
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali26 ## CHECK-DAG: <<Cst0:f\d+>> FloatConstant 0
27 ## CHECK-DAG: <<Cst2:f\d+>> FloatConstant 2
28 ## CHECK-DAG: <<Phi:f\d+>> Phi [<<Cst0>>,<<Cst2>>]
29 ## CHECK-DAG: BoundsCheck env:[[<<Phi>>,{{i\d+}},{{z\d+}},{{l\d+}}]]
/art/tools/
Dparallel_run.py64 failed = [d for d,r in done if r != 0]
65 succ = [d for d,r in done if r == 0]
/art/test/451-spill-splot/src/
DMain.java25 double d = 3.0; in main() local
50 System.out.println(a + b + c + d + e + f + g + h + i + j); in main()
54 d = $noinline$computeDouble(); in main()
61 System.out.println(a + b + c + d + e + f + g + h + i + j); in main()
/art/test/624-checker-stringops/src/
DMain.java74 int d = ABC.indexOf(c); in deadIndexOf() local
77 int d = ABC.indexOf(c, 4); in deadIndexOf() local
80 int d = ABC.indexOf(XYZ); in deadIndexOf() local
83 int d = ABC.indexOf(XYZ, 2); in deadIndexOf() local
252 int d = b.toString().indexOf(x, 1); in bufferDeadLoop() local
273 int d = b.toString().indexOf(x, 1); in builderDeadLoop() local
/art/test/300-package-override/src/
DMain.java21 p2.DerivedClass d = new p2.DerivedClass(); in main() local
22 d.bar(); in main()

12345678910>>...12