Calculates the inner product of the given vectors. @param x - first vector. @param xs - offset of the first vector. @param y - second vector. @param ys - offset of the second vector. @param len - length of the vectors. @return the inner product of the given vectors.
(float[] x, int xs, float[] y, int ys, int len)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected