HomeSort by: relevance | last modified time | path
    Searched defs:test__fixdfsivfp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixdfsivfp_test.c 22 int test__fixdfsivfp(double a) function in typeref:typename:int
27 printf("error in test__fixdfsivfp(%f) = %d, expected %d\n",
36 if (test__fixdfsivfp(0.0))
38 if (test__fixdfsivfp(1.0))
40 if (test__fixdfsivfp(-1.0))
42 if (test__fixdfsivfp(2147483647))
44 if (test__fixdfsivfp(-2147483648.0))
fixdfsivfp_test.c 22 int test__fixdfsivfp(double a) function in typeref:typename:int
27 printf("error in test__fixdfsivfp(%f) = %d, expected %d\n",
36 if (test__fixdfsivfp(0.0))
38 if (test__fixdfsivfp(1.0))
40 if (test__fixdfsivfp(-1.0))
42 if (test__fixdfsivfp(2147483647))
44 if (test__fixdfsivfp(-2147483648.0))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixdfsivfp_test.c 22 int test__fixdfsivfp(double a) function in typeref:typename:int
27 printf("error in test__fixdfsivfp(%f) = %d, expected %d\n",
36 if (test__fixdfsivfp(0.0))
38 if (test__fixdfsivfp(1.0))
40 if (test__fixdfsivfp(-1.0))
42 if (test__fixdfsivfp(2147483647))
44 if (test__fixdfsivfp(-2147483648.0))
fixdfsivfp_test.c 22 int test__fixdfsivfp(double a) function in typeref:typename:int
27 printf("error in test__fixdfsivfp(%f) = %d, expected %d\n",
36 if (test__fixdfsivfp(0.0))
38 if (test__fixdfsivfp(1.0))
40 if (test__fixdfsivfp(-1.0))
42 if (test__fixdfsivfp(2147483647))
44 if (test__fixdfsivfp(-2147483648.0))

Completed in 24 milliseconds