Home
last modified time | relevance | path

Searched refs:test__floatuntidf (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dfloatuntidf_test.c29 int test__floatuntidf(tu_int a, double expected) in test__floatuntidf() function
51 if (test__floatuntidf(0, 0.0)) in main()
54 if (test__floatuntidf(1, 1.0)) in main()
56 if (test__floatuntidf(2, 2.0)) in main()
58 if (test__floatuntidf(20, 20.0)) in main()
61 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) in main()
63 if (test__floatuntidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)) in main()
65 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62)) in main()
67 if (test__floatuntidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62)) in main()
70 if (test__floatuntidf(make_ti(0x8000008000000000LL, 0), 0x1.000001p+127)) in main()
[all …]