/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
floattidf_test.c | 29 int test__floattidf(ti_int a, double expected) function in typeref:typename:int 51 if (test__floattidf(0, 0.0)) 54 if (test__floattidf(1, 1.0)) 56 if (test__floattidf(2, 2.0)) 58 if (test__floattidf(20, 20.0)) 60 if (test__floattidf(-1, -1.0)) 62 if (test__floattidf(-2, -2.0)) 64 if (test__floattidf(-20, -20.0)) 67 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) 69 if (test__floattidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
floattidf_test.c | 29 int test__floattidf(ti_int a, double expected) function in typeref:typename:int 51 if (test__floattidf(0, 0.0)) 54 if (test__floattidf(1, 1.0)) 56 if (test__floattidf(2, 2.0)) 58 if (test__floattidf(20, 20.0)) 60 if (test__floattidf(-1, -1.0)) 62 if (test__floattidf(-2, -2.0)) 64 if (test__floattidf(-20, -20.0)) 67 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) 69 if (test__floattidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62) [all...] |