Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/rtest/
Dwrappers.c17 ctx->nops = ctx->nresults = 0; in wrapper_init()
52 assert(ctx->nresults < 1); in wrapper_result_real()
56 ctx->nresults++; in wrapper_result_real()
62 assert(ctx->nresults < 1); in wrapper_result_complex()
66 ctx->nresults++; in wrapper_result_complex()
Dwrappers.h12 int nresults; member
/third_party/libinput/test/
Dtest-utils.c1102 ssize_t nresults; in START_TEST() member
1132 ck_assert_int_eq(npairs, t->nresults); in START_TEST()
Dlitest.c935 int nresults, nfailed; in litest_export_xml() local
957 nresults = srunner_ntests_run(sr); in litest_export_xml()
963 nresults, in litest_export_xml()
966 for (int i = 0; i < nresults; i++) { in litest_export_xml()