Home
last modified time | relevance | path

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

/art/test/567-checker-builder-intrinsics/src/
DTestFpAbs.java51 expectEqualsSP(-f, $opt$noinline$absSP(f)); in main()
54 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()
68 expectEqualsSP(Float.POSITIVE_INFINITY, $opt$noinline$absSP(Float.NEGATIVE_INFINITY)); in main()
69 expectEqualsSP(Float.POSITIVE_INFINITY, $opt$noinline$absSP(Float.POSITIVE_INFINITY)); in main()
179 private static void expectEqualsSP(float expected, float result) { in expectEqualsSP() method in TestFpAbs