Searched refs:rand_double (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Dtranslate_test.c35 static double rand_double() function
160 float_buffer[i] = (float)rand_double();
163 double_buffer[i] = rand_double();
166 half_buffer[i] = util_float_to_half((float) rand_double());
/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c35 static double rand_double() function
160 float_buffer[i] = (float)rand_double();
163 double_buffer[i] = rand_double();
166 half_buffer[i] = util_float_to_half((float) rand_double());

Completed in 1111 milliseconds