Home | History | Annotate | Download | only in functional

Lines Matching defs:roundEven

596 static float roundEven (float v)
611 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "roundEven", shaderType)
615 m_spec.source = "out0 = roundEven(in0);";
670 const float ref = roundEven(in0);
691 const int minRes = int(roundEven(in0-eps));
692 const int maxRes = int(roundEven(in0+eps));
1358 const float ref = roundEven(in0);
1379 const int minRes = int(roundEven(in0-eps));
1380 const int maxRes = int(roundEven(in0+eps));
1673 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false);