Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/
Dbench-math-inlines.c239 static volatile double arr1[SIZE]; variable
260 arr1[i] = (x < 25) ? 0.0 : ((x < 50) ? -1 : 100); in test_main()
261 if (x == 255) arr1[i] = __builtin_inf (); in test_main()
262 if (x == 254) arr1[i] = __builtin_nan ("0"); in test_main()
276 do_one_test (&json_ctx, test_list[i].fn, arr1, SIZE, "normal"); in test_main()