/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
floatdidf_test.c | 27 int test__floatdidf(di_int a, double expected) function in typeref:typename:int 41 if (test__floatdidf(0, 0.0)) 44 if (test__floatdidf(1, 1.0)) 46 if (test__floatdidf(2, 2.0)) 48 if (test__floatdidf(20, 20.0)) 50 if (test__floatdidf(-1, -1.0)) 52 if (test__floatdidf(-2, -2.0)) 54 if (test__floatdidf(-20, -20.0)) 57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) 59 if (test__floatdidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
floatdidf_test.c | 27 int test__floatdidf(di_int a, double expected) function in typeref:typename:int 41 if (test__floatdidf(0, 0.0)) 44 if (test__floatdidf(1, 1.0)) 46 if (test__floatdidf(2, 2.0)) 48 if (test__floatdidf(20, 20.0)) 50 if (test__floatdidf(-1, -1.0)) 52 if (test__floatdidf(-2, -2.0)) 54 if (test__floatdidf(-20, -20.0)) 57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) 59 if (test__floatdidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62) [all...] |