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