Searched defs:test__nedf2vfp (Results 1 - 1 of 1) sorted by last modified time

/external/compiler-rt/test/builtins/Unit/
H A Dnedf2vfp_test.c23 int test__nedf2vfp(double a, double b) function
37 if (test__nedf2vfp(0.0, 0.0))
39 if (test__nedf2vfp(1.0, 1.0))
41 if (test__nedf2vfp(-1.0, -1.0))
43 if (test__nedf2vfp(HUGE_VAL, 1.0))
45 if (test__nedf2vfp(1.0, HUGE_VAL))

Completed in 137 milliseconds