/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
fixdfdi_test.c | 27 int test__fixdfdi(double a, di_int expected) function in typeref:typename:int 41 if (test__fixdfdi(0.0, 0)) 44 if (test__fixdfdi(0.5, 0)) 46 if (test__fixdfdi(0.99, 0)) 48 if (test__fixdfdi(1.0, 1)) 50 if (test__fixdfdi(1.5, 1)) 52 if (test__fixdfdi(1.99, 1)) 54 if (test__fixdfdi(2.0, 2)) 56 if (test__fixdfdi(2.01, 2)) 58 if (test__fixdfdi(-0.5, 0) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
fixdfdi_test.c | 27 int test__fixdfdi(double a, di_int expected) function in typeref:typename:int 41 if (test__fixdfdi(0.0, 0)) 44 if (test__fixdfdi(0.5, 0)) 46 if (test__fixdfdi(0.99, 0)) 48 if (test__fixdfdi(1.0, 1)) 50 if (test__fixdfdi(1.5, 1)) 52 if (test__fixdfdi(1.99, 1)) 54 if (test__fixdfdi(2.0, 2)) 56 if (test__fixdfdi(2.01, 2)) 58 if (test__fixdfdi(-0.5, 0) [all...] |