Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfloatuntidf_test.c20 int test__floatuntidf(tu_int a, double expected) in test__floatuntidf() function
42 if (test__floatuntidf(0, 0.0)) in main()
45 if (test__floatuntidf(1, 1.0)) in main()
47 if (test__floatuntidf(2, 2.0)) in main()
49 if (test__floatuntidf(20, 20.0)) in main()
52 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) in main()
56 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62)) in main()
75 if (test__floatuntidf(0x0007FB72E8000000LL, 0x1.FEDCBAp+50)) in main()
78 if (test__floatuntidf(0x0007FB72EA000000LL, 0x1.FEDCBA8p+50)) in main()
84 if (test__floatuntidf(0x0007FB72EC000000LL, 0x1.FEDCBBp+50)) in main()
[all …]