Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java169 static float s_fM = -52.0f; field in ImplicitStringConcatShapes
266 test("-52.0", "" + s_fM); in run0()
341 test("-96.0-52.0", "" + s_dM + s_fM); in run0()
416 test("null-52.0", "" + s_oNtS + s_fM); in run0()
491 test("\u045176-52.0", "" + f_strU + s_fM); in run0()
566 test("92-52.0", "" + sf_strU2 + s_fM); in run0()
641 test("51-52.0", "" + sf_strU1 + s_fM); in run0()
716 test("null-52.0", "" + s_iAN + s_fM); in run0()
791 test("-54-52.0", "" + f_bM + s_fM); in run0()
866 test("-87.0-52.0", "" + f_fM + s_fM); in run0()
[all …]