Searched defs:firstVector (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()
2471 Operand firstVector(shader, *this, insn.word(3)); in EmitVectorShuffle() local
121 bool compareVectors(const tcu::Vec4 firstVector, const tcu::Vec4 secondVector, const float toleranc… in compareVectors()