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

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

Completed in 12 milliseconds