Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java194 final float f_fM = -87.0f; field in ImplicitStringConcatShapes
226 test("-87.0", "" + f_fM); in run0()
301 test("-96.0-87.0", "" + s_dM + f_fM); in run0()
376 test("null-87.0", "" + s_oNtS + f_fM); in run0()
451 test("\u045176-87.0", "" + f_strU + f_fM); in run0()
526 test("92-87.0", "" + sf_strU2 + f_fM); in run0()
601 test("51-87.0", "" + sf_strU1 + f_fM); in run0()
676 test("null-87.0", "" + s_iAN + f_fM); in run0()
751 test("-54-87.0", "" + f_bM + f_fM); in run0()
819 test("-87.0-96.0", "" + f_fM + s_dM); in run0()
[all …]