Lines Matching refs:DO_RAND_TEST
57 # define DO_RAND_TEST(...) macro
59 # define DO_RAND_TEST(...) do_rand_test(__VA_ARGS__) macro
370 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.0); in test_main()
371 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.1); in test_main()
372 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.25); in test_main()
373 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.33); in test_main()
374 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.5); in test_main()
375 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.66); in test_main()
376 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.75); in test_main()
377 DO_RAND_TEST(&json_ctx, 0, 15, 16, 0.9); in test_main()
378 DO_RAND_TEST(&json_ctx, 0, 15, 16, 1.0); in test_main()