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

  /cts/tests/src/android/renderscript/cts/
verify.rs 24 static bool compare_float(float f1, float f2) {
40 bool e = !compare_float(pref.x, ptst.x);
41 e |= !compare_float(pref.y, ptst.y);
42 e |= !compare_float(pref.z, ptst.z);
43 e |= !compare_float(pref.w, ptst.w);
62 bool e = !compare_float(pref.x, ptst.x);
63 e |= !compare_float(pref.y, ptst.y);
64 e |= !compare_float(pref.z, ptst.z);
83 bool e = !compare_float(pref.x, ptst.x);
84 e |= !compare_float(pref.y, ptst.y)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_format_test.c 40 compare_float(float x, float y) function
216 if (!compare_float(test->unpacked[i][j][k], unpacked[i][j][k])) {
248 if (!compare_float(test->unpacked[i][j][k], unpacked[i][j][k])) {
449 if (!compare_float(test->unpacked[i][j][0], unpacked[i][j])) {
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 40 compare_float(float x, float y) function
216 if (!compare_float(test->unpacked[i][j][k], unpacked[i][j][k])) {
248 if (!compare_float(test->unpacked[i][j][k], unpacked[i][j][k])) {
449 if (!compare_float(test->unpacked[i][j][0], unpacked[i][j])) {

Completed in 317 milliseconds