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

  /src/external/bsd/atf/dist/tools/
test_helpers.hpp 72 check_equal(const char* expected[], const string_vector& actual) function in namespace:test_helpers_detail
114 test_helpers_detail::check_equal(exp_calls, actual.first);
115 test_helpers_detail::check_equal(exp_errors, actual.second);
  /src/external/bsd/atf/dist/atf-c++/
tests_test.cpp 66 check_equal(const atf::tests::tc& tc, const std::string& str, function
95 check_equal(*this, ss.str(), expss.str())
  /src/external/lgpl3/mpfr/dist/tests/
tdiv.c 26 check_equal (mpfr_srcptr a, mpfr_srcptr a2, const char *s, function
84 check_equal (a, a2, "mpfr_ui_div", b, c, r);
92 check_equal (a, a2, "mpfr_si_div", b, c, r);
106 check_equal (a, a2, "mpfr_div_ui", b, c, r);
114 check_equal (a, a2, "mpfr_div_si", b, c, r);

Completed in 31 milliseconds