Searched refs:SIZE (Results 1 – 1 of 1) sorted by relevance
19 #define SIZE 1024 macro239 static volatile double arr1[SIZE];240 static volatile double arr2[SIZE];257 for (i = 0; i < SIZE; i++) in test_main()269 do_one_test (&json_ctx, test_list[i].fn, arr2, SIZE, "inf/nan"); in test_main()276 do_one_test (&json_ctx, test_list[i].fn, arr1, SIZE, "normal"); in test_main()
Completed in 3 milliseconds