Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java147 static final double sf_d = 12.0d; field in ImplicitStringConcatShapes
274 test("12.0", "" + sf_d); in run0()
349 test("-96.012.0", "" + s_dM + sf_d); in run0()
424 test("null12.0", "" + s_oNtS + sf_d); in run0()
499 test("\u04517612.0", "" + f_strU + sf_d); in run0()
574 test("9212.0", "" + sf_strU2 + sf_d); in run0()
649 test("5112.0", "" + sf_strU1 + sf_d); in run0()
724 test("null12.0", "" + s_iAN + sf_d); in run0()
799 test("-5412.0", "" + f_bM + sf_d); in run0()
874 test("-87.012.0", "" + f_fM + sf_d); in run0()
[all …]