Home
last modified time | relevance | path

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

/aosp12/art/test/953-invoke-polymorphic-compiler/src/
H A DMain.java190 private static String Multiply(String value, int n) { in Multiply() method in Main
198 private static byte Multiply(byte value, byte n) { in Multiply() method in Main
202 private static short Multiply(short value, short n) { in Multiply() method in Main
206 private static int Multiply(int value, int n) { in Multiply() method in Main
210 private static long Multiply(long value, long n) { in Multiply() method in Main
214 private static float Multiply(float value, float n) { in Multiply() method in Main
218 private static double Multiply(double value, double n) { in Multiply() method in Main
/aosp12/frameworks/base/core/proto/android/os/
H A Dbatteryusagestats.proto49 // Multiply by 1/36 to obtain mAh.
59 // Power consumed by this component. Multiply by 1/36 to obtain mAh.
/aosp12/frameworks/rs/script_api/
H A 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.
H A 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>.
/aosp12/frameworks/rs/script_api/include/
H A 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.
H A Drs_quaternion.rsh225 * rsQuaternionMultiply: Multiply a quaternion by a scalar or another quaternion
H A 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.
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto7991 // Multiply by 1/36 to obtain mAh.
8001 // Power consumed by this component. Multiply by 1/36 to obtain mAh.