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