Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfloatuntitf_test.c24 int test__floatuntitf(tu_int a, fp_t expected) { in test__floatuntitf() function
43 if (test__floatuntitf(0, 0.0)) in main()
46 if (test__floatuntitf(1, 1.0)) in main()
48 if (test__floatuntitf(2, 2.0)) in main()
50 if (test__floatuntitf(20, 20.0)) in main()
53 if (test__floatuntitf(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62)) in main()
57 if (test__floatuntitf(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62)) in main()
72 if (test__floatuntitf(0x8000010000000000ULL, 0x8.00001p+60)) in main()
77 if (test__floatuntitf(0x8000000000000000ULL, 0x8p+60)) in main()
82 if (test__floatuntitf(0x0007FB72E8000000LL, 0x1.FEDCBAp+50)) in main()
[all …]