HomeSort by relevance Sort by last modified time
    Searched full:test__adddf3vfp (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/test/builtins/Unit/
adddf3vfp_test.c 23 int test__adddf3vfp(double a, double b) function
28 printf("error in test__adddf3vfp(%f, %f) = %f, expected %f\n",
37 if (test__adddf3vfp(1.0, 1.0))
39 if (test__adddf3vfp(HUGE_VAL, HUGE_VAL))
41 if (test__adddf3vfp(0.0, HUGE_VAL))
43 if (test__adddf3vfp(0.0, -0.0))

Completed in 911 milliseconds