Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java148 static final double sf_dM = -84.0d; field in ImplicitStringConcatShapes
277 test("-84.0", "" + sf_dM); in run0()
352 test("-96.0-84.0", "" + s_dM + sf_dM); in run0()
427 test("null-84.0", "" + s_oNtS + sf_dM); in run0()
502 test("\u045176-84.0", "" + f_strU + sf_dM); in run0()
577 test("92-84.0", "" + sf_strU2 + sf_dM); in run0()
652 test("51-84.0", "" + sf_strU1 + sf_dM); in run0()
727 test("null-84.0", "" + s_iAN + sf_dM); in run0()
802 test("-54-84.0", "" + f_bM + sf_dM); in run0()
877 test("-87.0-84.0", "" + f_fM + sf_dM); in run0()
[all …]