Lines Matching refs:equal
1493 /* Major is equal to required one */
1494 /* Minor is higher than or equal to required one */
1499 /* Major is equal to required one */
2202 * equal to -1.
11914 m_testCtx.getLog() << tcu::TestLog::Message << "Values reported for lower-than-or-equal operator used for "
11953 << "Values reported for greater-than-or-equal operator used for "
12167 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left,
12397 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left,
12400 return convertBvecToUvec(tcu::equal(left, right));
12770 * - equal();
13805 * @return true if values are equal, false otherwise
14005 function, "equal", Math::equal);
14008 function, "equal", Math::equal);
14011 function, "equal", Math::equal);
15304 // if coresponding components of arguments are equal and if component of first argument
15305 // and component of result are equal then expected result must be corrected
15462 { "equal", FUNCTION_EQUAL },