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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatundidf_test.c 27 int test__floatundidf(di_int a, double expected) function in typeref:typename:int
42 if (test__floatundidf(0, 0.0))
45 if (test__floatundidf(1, 1.0))
47 if (test__floatundidf(2, 2.0))
49 if (test__floatundidf(20, 20.0))
52 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
54 if (test__floatundidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
56 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
58 if (test__floatundidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
61 if (test__floatundidf(0x8000008000000000LL, 0x1.000001p+63)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatundidf_test.c 27 int test__floatundidf(di_int a, double expected) function in typeref:typename:int
42 if (test__floatundidf(0, 0.0))
45 if (test__floatundidf(1, 1.0))
47 if (test__floatundidf(2, 2.0))
49 if (test__floatundidf(20, 20.0))
52 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
54 if (test__floatundidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
56 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
58 if (test__floatundidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
61 if (test__floatundidf(0x8000008000000000LL, 0x1.000001p+63)
    [all...]

Completed in 16 milliseconds