/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
fixdfti_test.c | 29 int test__fixdfti(double a, ti_int expected) function in typeref:typename:int 53 if (test__fixdfti(0.0, 0)) 56 if (test__fixdfti(0.5, 0)) 58 if (test__fixdfti(0.99, 0)) 60 if (test__fixdfti(1.0, 1)) 62 if (test__fixdfti(1.5, 1)) 64 if (test__fixdfti(1.99, 1)) 66 if (test__fixdfti(2.0, 2)) 68 if (test__fixdfti(2.01, 2)) 70 if (test__fixdfti(-0.5, 0) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
fixdfti_test.c | 29 int test__fixdfti(double a, ti_int expected) function in typeref:typename:int 53 if (test__fixdfti(0.0, 0)) 56 if (test__fixdfti(0.5, 0)) 58 if (test__fixdfti(0.99, 0)) 60 if (test__fixdfti(1.0, 1)) 62 if (test__fixdfti(1.5, 1)) 64 if (test__fixdfti(1.99, 1)) 66 if (test__fixdfti(2.0, 2)) 68 if (test__fixdfti(2.01, 2)) 70 if (test__fixdfti(-0.5, 0) [all...] |