Searched defs:multiply (Results 1 – 4 of 4) sorted by relevance
199 unsigned short multiply(unsigned short a, unsigned short b) { in multiply() function
214 Floaty multiply(Floaty a, Floaty b) { in multiply() method in Target
106 void Matrix::multiply(const Matrix& l, const Matrix& r) { in multiply() function in Matrix
742 private static void multiply(float[] a, float[] b, /*out*/float[] output) { in multiply() method in RawConverter