HomeSort by: relevance | last modified time | path
    Searched refs:TEST_FAILED (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
tcosh.c 45 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
52 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
58 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
65 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
91 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
98 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
104 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
111 TEST_FAILED ("mpc_cosh", z, cosh_z, u, MPC_RNDNN);
tcos.c 43 TEST_FAILED ("mpc_cos", op, got, expected, MPC_RNDNN);
ttan.c 143 TEST_FAILED ("mpc_tan", z, tan_z, c99, MPC_RNDNN);
159 TEST_FAILED ("mpc_tan", z, tan_z, c99, MPC_RNDNN);
175 TEST_FAILED ("mpc_tan", z, tan_z, c99, MPC_RNDNN);
191 TEST_FAILED ("mpc_tan", z, tan_z, c99, MPC_RNDNN);
mpc-tests.h 86 #define TEST_FAILED(func,op,got,expected,rnd) \
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 19591 TEST_FAILED,
19832 require_noerr_action( err, test_failed, errorDescription = "systemf failed");
19846 require_action( gExpensiveConstrainedTest_Name != NULL && expensiveConstrainedEndsWith( gExpensiveConstrainedTest_Name, "d.test." ), test_failed,
19856 require_noerr_action( err, test_failed, errorDescription = "systemf failed");
19882 require_action( context->subtestProgress != NULL, test_failed, errorDescription = "CFArrayCreateMutable failed" );
19884 require_action( context->subtestProgress != NULL, test_failed, errorDescription = "CFArrayCreateMutable failed" );
19888 require_noerr( err, test_failed );
19894 require_action( context->isConstrainedNow == false, test_failed,
19897 require_action( context->expectedOperation == context->operation, test_failed,
19913 require_action( context->subtestProgress_callBack != NULL, test_failed, errorDescription = "CFArrayCreateMutable failed" )
    [all...]

Completed in 70 milliseconds