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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatuntidf_test.c 29 int test__floatuntidf(tu_int a, double expected) function in typeref:typename:int
51 if (test__floatuntidf(0, 0.0))
54 if (test__floatuntidf(1, 1.0))
56 if (test__floatuntidf(2, 2.0))
58 if (test__floatuntidf(20, 20.0))
61 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63 if (test__floatuntidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
65 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
67 if (test__floatuntidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
70 if (test__floatuntidf(make_ti(0x8000008000000000LL, 0), 0x1.000001p+127)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatuntidf_test.c 29 int test__floatuntidf(tu_int a, double expected) function in typeref:typename:int
51 if (test__floatuntidf(0, 0.0))
54 if (test__floatuntidf(1, 1.0))
56 if (test__floatuntidf(2, 2.0))
58 if (test__floatuntidf(20, 20.0))
61 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63 if (test__floatuntidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
65 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
67 if (test__floatuntidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
70 if (test__floatuntidf(make_ti(0x8000008000000000LL, 0), 0x1.000001p+127)
    [all...]

Completed in 12 milliseconds