Searched defs:secondVector (Results 1 – 3 of 3) sorted by relevance
44 public static double[] subtractTwoVectors(double[] firstVector, double[] secondVector) in subtractTwoVectors()85 public static double dotProduct(double[] firstVector, double[] secondVector) in dotProduct()
2472 Operand secondVector(shader, *this, insn.word(4)); in EmitVectorShuffle() local
121 bool compareVectors(const tcu::Vec4 firstVector, const tcu::Vec4 secondVector, const float toleranc… in compareVectors()