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

  /external/compiler-rt/test/builtins/Unit/
floatunssidfvfp_test.c 23 int test__floatunssidfvfp(unsigned int a) function
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 215 milliseconds