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

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

Completed in 64 milliseconds