Searched refs:expected (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | libm-test-support.c | 576 (FUNC(fabs) ((given) - (expected)) / ulp (expected)) 679 || isinf (expected) || isnan (expected)) in check_float_internal() 705 print_float (expected); in check_float_internal() 739 CFLOAT expected, in check_complex() argument 749 part_exp = __real__ expected; in check_complex() 785 if (computed == expected) in check_int() 819 if (computed == expected) in check_long() 877 long long int expected, in check_longlong() argument 888 if (computed == expected) in check_longlong() 922 if (computed == expected) in check_intmax_t() [all …]
|
A D | libm-test-driver.c | 143 FLOAT expected; member 153 FLOAT expected; member 167 FLOAT expected; member 178 FLOAT expected; member 188 FLOAT expected; member 198 FLOAT expected; member 210 FLOAT expected; member 345 int expected; member 357 int expected; member 370 int expected; member [all …]
|
A D | test-math-issignaling.cc | 35 check (int actual, int expected, const char *actual_expr, int line) in check() argument 37 if (actual != expected) in check() 41 printf ("%s:%d: expected: %d\n", __FILE__, line, expected); in check() 46 #define CHECK(actual, expected) \ argument 47 check ((actual), (expected), #actual, __LINE__)
|
A D | test-math-iseqsig.cc | 35 check (int actual, int expected, const char *actual_expr, int line) in check() argument 37 if (actual != expected) in check() 41 printf ("%s:%d: expected: %d\n", __FILE__, line, expected); in check() 46 #define CHECK(actual, expected) \ argument 47 check ((actual), (expected), #actual, __LINE__)
|
A D | test-math-iszero.cc | 35 check (int actual, int expected, const char *actual_expr, int line) in check() argument 37 if (actual != expected) in check() 41 printf ("%s:%d: expected: %d\n", __FILE__, line, expected); in check() 46 #define CHECK(actual, expected) \ argument 47 check ((actual), (expected), #actual, __LINE__)
|
A D | test-fexcept.c | 53 test_set (int initial, const fexcept_t *saved, int mask, int expected) in test_set() argument 59 (unsigned int) expected); in test_set() 82 if (ret != expected) in test_set() 85 (unsigned int) ret, (unsigned int) expected); in test_set()
|
A D | README.libm-test | 34 deviate from the expected results and still be considered correct. 50 actual result of the function may deviate from the expected result 55 expected results. The files are generated by the 155 output contains the actual and expected results and the difference
|
Completed in 13 milliseconds