Home
last modified time | relevance | path

Searched defs:firstVector (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DGpsMathOperations.java44 public static double[] subtractTwoVectors(double[] firstVector, double[] secondVector) in subtractTwoVectors()
85 public static double dotProduct(double[] firstVector, double[] secondVector) in dotProduct()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.cpp2471 Operand firstVector(shader, *this, insn.word(3)); in EmitVectorShuffle() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp121 bool compareVectors(const tcu::Vec4 firstVector, const tcu::Vec4 secondVector, const float toleranc… in compareVectors()