Home | History | Annotate | Download | only in functional

Lines Matching defs:threshold

1637 		const float threshold = 0.05f; // Same as used in shaders - should be fine for values being used.
1644 if (!(deFloatAbs(resVal - refVal) <= threshold))