Searched refs:actual (Results 1 – 4 of 4) sorted by relevance
/math/ |
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() 42 printf ("%s:%d: actual: %d\n", __FILE__, line, actual); 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() 42 printf ("%s:%d: actual: %d\n", __FILE__, line, actual); 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() 42 printf ("%s:%d: actual: %d\n", __FILE__, line, actual); in check() 46 #define CHECK(actual, expected) \ argument 47 check ((actual), (expected), #actual, __LINE__)
|
A D | README.libm-test | 33 platform specific deltas by which the actual math function results may 50 actual result of the function may deviate from the expected result 149 the output will refer to the "acos" function even if the actual function 155 output contains the actual and expected results and the difference
|
Completed in 5 milliseconds