/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
ltdf2vfp_test.c | 23 int test__ltdf2vfp(double a, double b) function in typeref:typename:int 37 if (test__ltdf2vfp(0.0, 0.0)) 39 if (test__ltdf2vfp(1.0, 1.0)) 41 if (test__ltdf2vfp(-1.0, -1.0)) 43 if (test__ltdf2vfp(HUGE_VAL, 1.0)) 45 if (test__ltdf2vfp(1.0, HUGE_VAL))
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
ltdf2vfp_test.c | 23 int test__ltdf2vfp(double a, double b) function in typeref:typename:int 37 if (test__ltdf2vfp(0.0, 0.0)) 39 if (test__ltdf2vfp(1.0, 1.0)) 41 if (test__ltdf2vfp(-1.0, -1.0)) 43 if (test__ltdf2vfp(HUGE_VAL, 1.0)) 45 if (test__ltdf2vfp(1.0, HUGE_VAL))
|