Lines Matching refs:deFloatAbs
257 else if (deFloatAbs(data->outVec4[i]) < 0.5 || deFloatAbs(data->outVec4[i]) >= 1.0) in test()
263 if (deFloatAbs(result - data->inVec4[i]) > 0.0001f) in test()
332 if (deFloatAbs(expected - data->outVec4[i]) > 0.0001f) in test()
465 if (deFloatAbs(data->outVec4[0] - x) > 0.0001f) in test()
470 if (deFloatAbs(data->outVec4[1] - y) > 0.0001f) in test()
475 if (deFloatAbs(data->outVec4[2] - z) > 0.0001f) in test()
480 if (deFloatAbs(data->outVec4[3] - w) > 0.0001f) in test()
503 if (deFloatAbs(data->outVec4[0] - x) > 0.0001f) in test()
509 if (deFloatAbs(data->outVec4[1] - y) > 0.0001f) in test()
515 if (deFloatAbs(data->outVec4[2] - z) > 0.0001f) in test()
521 if (deFloatAbs(data->outVec4[3] - w) > 0.0001f) in test()