Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java766 float[] NaNs = {Float.intBitsToFloat(0x7fc00000), // "positive" NaN in testFloatCopySign() local
793 for (float naN : NaNs) { in testFloatCopySign()
831 double[] NaNs = {Double.longBitsToDouble(0x7ff8000000000000L), // "positive" NaN in testDoubleCopySign() local
868 for (double naN : NaNs) { in testDoubleCopySign()