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

  /external/compiler-rt/test/Unit/
truncdfsf2vfp_test.c 22 int test__truncdfsf2vfp(double a) function
27 printf("error in test__truncdfsf2vfp(%f) = %f, expected %f\n",
36 if (test__truncdfsf2vfp(0.0))
38 if (test__truncdfsf2vfp(1.0))
40 if (test__truncdfsf2vfp(-1.0))
42 if (test__truncdfsf2vfp(3.1415926535))
44 if (test__truncdfsf2vfp(123.456))

Completed in 36 milliseconds