Searched refs:Multiply (Results 1 – 6 of 6) sorted by relevance
288 summary: Multiply two matrices394 summary: Multiply a matrix by a vector or another matrix520 Multiply the matrix m with a rotation matrix.538 Multiply the matrix m with a scaling matrix.571 Multiply the matrix m with a translation matrix.
917 summary: Multiply and add919 Multiply and add. Returns <code>(multiplicand1 * multiplicand2) + offset</code>.1454 summary: Multiply and add1456 Multiply and add. Returns <code>(multiplicand1 * multiplicand2) + offset</code>.
301 * rsMatrixLoadMultiply: Multiply two matrices420 * rsMatrixMultiply: Multiply a matrix by a vector or another matrix515 * Multiply the matrix m with a rotation matrix.536 * Multiply the matrix m with a scaling matrix.578 * Multiply the matrix m with a translation matrix.
225 * rsQuaternionMultiply: Multiply a quaternion by a scalar or another quaternion
1702 * fma: Multiply and add1704 * Multiply and add. Returns (multiplicand1 * multiplicand2) + offset.2584 * mad: Multiply and add2586 * Multiply and add. Returns (multiplicand1 * multiplicand2) + offset.
263 TEST(Int128, Multiply) { in TEST() argument