Lines Matching defs:dref
866 float d, dref = 0.0;
896 dref = ((float)i) / (width - 1);
897 sref = (int)(dref * 255);
900 dref = ((float)j) / (height - 1);
904 dref = ((float)j) / (height - 1);
910 dref = ((float)j) / (height - 1);
915 dref = 1.0f - ((float)j) / (height - 1);
926 dref = ((float)j) / (height - 1);
931 dref = 1;
942 dref = ((float)j) / (height - 1);
947 dref = 0.5;
956 dref = -2;
963 if (deFloatAbs(d - dref) > EPSILON)
1126 float dref = (float)(colorref & 0xff) / 0xff;
1127 if (!((function == COLOR_CHECK_DEPTH) && (deFloatAbs(d - dref) < EPSILON)))