Searched refs:s_f (Results 1 – 2 of 2) sorted by relevance
168 static float s_f = 55.0f; field in ImplicitStringConcatShapes237 test("55.0", "" + s_f); in run0()312 test("-96.055.0", "" + s_dM + s_f); in run0()387 test("null55.0", "" + s_oNtS + s_f); in run0()462 test("\u04517655.0", "" + f_strU + s_f); in run0()537 test("9255.0", "" + sf_strU2 + s_f); in run0()612 test("5155.0", "" + sf_strU1 + s_f); in run0()687 test("null55.0", "" + s_iAN + s_f); in run0()762 test("-5455.0", "" + f_bM + s_f); in run0()837 test("-87.055.0", "" + f_fM + s_f); in run0()[all …]
46 public static float s_f; field in MethodHandleAccessorsTest.ValueHolder652 assertTrue(ValueHolder.s_f == f); in testFloatSettersAndGetters()876 assertTrue(ValueHolder.s_f == floatNumber.floatValue()); in testStaticSetter()