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.java54 expectEqualsSP(-f, $opt$noinline$absSP(f)); in main()
57 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()
71 expectEqualsSP(Float.POSITIVE_INFINITY, $opt$noinline$absSP(Float.NEGATIVE_INFINITY)); in main()
72 expectEqualsSP(Float.POSITIVE_INFINITY, $opt$noinline$absSP(Float.POSITIVE_INFINITY)); in main()
165 private static void expectEqualsSP(float expected, float result) { in expectEqualsSP() method in Main