Home
last modified time | relevance | path

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

/dflybsd-src/tools/regression/lib/libm/
H A Dtest-conj.c94 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2; in main() local
99 printf("1..%d\n", ntests * 3); in main()
101 for (i = 0; i < ntests; i++) { in main()
H A Dtest-nearbyint.c64 static const int ntests = sizeof(tests) / sizeof(tests[0]); variable
173 printf("1..%d\n", ntests * 2); in main()
175 for (i = 0; i < ntests; i++) { in main()
/dflybsd-src/lib/libcrypt/
H A Dcrypt-sha256.c610 #define ntests (NELEM(tests)) macro
654 for (cnt = 0; cnt < (int) ntests; ++cnt) in main()
H A Dcrypt-sha512.c672 #define ntests (NELEM(tests)) macro
718 for (cnt = 0; cnt < (int) ntests; ++cnt) in main()