Home
last modified time | relevance | path

Searched refs:Multiply (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/script_api/
Drs_matrix.spec288 summary: Multiply two matrices
394 summary: Multiply a matrix by a vector or another matrix
520 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.
Drs_math.spec917 summary: Multiply and add
919 Multiply and add. Returns <code>(multiplicand1 * multiplicand2) + offset</code>.
1454 summary: Multiply and add
1456 Multiply and add. Returns <code>(multiplicand1 * multiplicand2) + offset</code>.
/frameworks/rs/script_api/include/
Drs_matrix.rsh301 * rsMatrixLoadMultiply: Multiply two matrices
420 * rsMatrixMultiply: Multiply a matrix by a vector or another matrix
515 * 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.
Drs_quaternion.rsh225 * rsQuaternionMultiply: Multiply a quaternion by a scalar or another quaternion
Drs_math.rsh1702 * fma: Multiply and add
1704 * Multiply and add. Returns (multiplicand1 * multiplicand2) + offset.
2584 * mad: Multiply and add
2586 * Multiply and add. Returns (multiplicand1 * multiplicand2) + offset.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128_unittest.cc263 TEST(Int128, Multiply) { in TEST() argument