HomeSort by relevance Sort by last modified time
    Searched refs:rand_double (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 35 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/
translate_test.c 35 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 123 milliseconds