Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java144 static final float sf_fM = -42.0f; field in ImplicitStringConcatShapes
232 test("-42.0", "" + sf_fM); in run0()
307 test("-96.0-42.0", "" + s_dM + sf_fM); in run0()
382 test("null-42.0", "" + s_oNtS + sf_fM); in run0()
457 test("\u045176-42.0", "" + f_strU + sf_fM); in run0()
532 test("92-42.0", "" + sf_strU2 + sf_fM); in run0()
607 test("51-42.0", "" + sf_strU1 + sf_fM); in run0()
682 test("null-42.0", "" + s_iAN + sf_fM); in run0()
757 test("-54-42.0", "" + f_bM + sf_fM); in run0()
832 test("-87.0-42.0", "" + f_fM + sf_fM); in run0()
[all …]