Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 4 of 4) sorted by relevance

/math/
A Dtest-math-issignaling.cc35 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 Dtest-math-iseqsig.cc35 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 Dtest-math-iszero.cc35 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 DREADME.libm-test33 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