Searched refs:s_d (Results 1 – 2 of 2) sorted by relevance
172 static double s_d = 8.0d; field in ImplicitStringConcatShapes236 test("8.0", "" + s_d); in run0()311 test("-96.08.0", "" + s_dM + s_d); in run0()386 test("null8.0", "" + s_oNtS + s_d); in run0()461 test("\u0451768.0", "" + f_strU + s_d); in run0()536 test("928.0", "" + sf_strU2 + s_d); in run0()611 test("518.0", "" + sf_strU1 + s_d); in run0()686 test("null8.0", "" + s_iAN + s_d); in run0()761 test("-548.0", "" + f_bM + s_d); in run0()836 test("-87.08.0", "" + f_fM + s_d); in run0()[all …]
47 public static double s_d; field in MethodHandleAccessorsTest.ValueHolder672 assertTrue(ValueHolder.s_d == d); in testDoubleSettersAndGetters()