/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
fixunssfti_test.c | 31 int test__fixunssfti(float a, tu_int expected) function in typeref:typename:int 55 if (test__fixunssfti(0.0F, 0)) 58 if (test__fixunssfti(0.5F, 0)) 60 if (test__fixunssfti(0.99F, 0)) 62 if (test__fixunssfti(1.0F, 1)) 64 if (test__fixunssfti(1.5F, 1)) 66 if (test__fixunssfti(1.99F, 1)) 68 if (test__fixunssfti(2.0F, 2)) 70 if (test__fixunssfti(2.01F, 2)) 72 if (test__fixunssfti(-0.5F, 0) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
fixunssfti_test.c | 31 int test__fixunssfti(float a, tu_int expected) function in typeref:typename:int 55 if (test__fixunssfti(0.0F, 0)) 58 if (test__fixunssfti(0.5F, 0)) 60 if (test__fixunssfti(0.99F, 0)) 62 if (test__fixunssfti(1.0F, 1)) 64 if (test__fixunssfti(1.5F, 1)) 66 if (test__fixunssfti(1.99F, 1)) 68 if (test__fixunssfti(2.0F, 2)) 70 if (test__fixunssfti(2.01F, 2)) 72 if (test__fixunssfti(-0.5F, 0) [all...] |