Home
last modified time | relevance | path

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

/art/test/631-checker-fp-abs/src/
DMain.java57 expectEqualsSP(-f, $opt$noinline$absSP(f)); in main()
60 expectEqualsSP(f, $opt$noinline$absSP(f)); in main()
63 expectEqualsSP(-f, $opt$noinline$absSP(f)); in main()
66 expectEqualsSP(f, $opt$noinline$absSP(f)); in main()
74 expectEqualsSP(Float.POSITIVE_INFINITY, $opt$noinline$absSP(Float.NEGATIVE_INFINITY)); in main()
75 expectEqualsSP(Float.POSITIVE_INFINITY, $opt$noinline$absSP(Float.POSITIVE_INFINITY)); in main()
185 private static void expectEqualsSP(float expected, float result) { in expectEqualsSP() method in Main