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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatsisfvfp_test.c 22 int test__floatsisfvfp(int a) function in typeref:typename:int
27 printf("error in test__floatsisfvfp(%d) = %f, expected %f\n",
36 if (test__floatsisfvfp(0))
38 if (test__floatsisfvfp(1))
40 if (test__floatsisfvfp(-1))
42 if (test__floatsisfvfp(0x7FFFFFFF))
44 if (test__floatsisfvfp(0x80000000))
floatsisfvfp_test.c 22 int test__floatsisfvfp(int a) function in typeref:typename:int
27 printf("error in test__floatsisfvfp(%d) = %f, expected %f\n",
36 if (test__floatsisfvfp(0))
38 if (test__floatsisfvfp(1))
40 if (test__floatsisfvfp(-1))
42 if (test__floatsisfvfp(0x7FFFFFFF))
44 if (test__floatsisfvfp(0x80000000))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatsisfvfp_test.c 23 int test__floatsisfvfp(int a) function in typeref:typename:int
28 printf("error in test__floatsisfvfp(%d) = %f, expected %f\n",
37 if (test__floatsisfvfp(0))
39 if (test__floatsisfvfp(1))
41 if (test__floatsisfvfp(-1))
43 if (test__floatsisfvfp(0x7FFFFFFF))
45 if (test__floatsisfvfp(0x80000000))
floatsisfvfp_test.c 23 int test__floatsisfvfp(int a) function in typeref:typename:int
28 printf("error in test__floatsisfvfp(%d) = %f, expected %f\n",
37 if (test__floatsisfvfp(0))
39 if (test__floatsisfvfp(1))
41 if (test__floatsisfvfp(-1))
43 if (test__floatsisfvfp(0x7FFFFFFF))
45 if (test__floatsisfvfp(0x80000000))

Completed in 20 milliseconds