Home
last modified time | relevance | path

Searched full:multiplication (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/
Dint_parens.ets19 desc: Integer addition and multiplication are associative
Dint_parens.params.yaml14 --- # List of integer addition and multiplication associative tests
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/
Dmultiplication_short.ets18 desc: check multiplication of two short integers
Dmultiplication_byte.ets18 desc: check multiplication of two bytes
Dmultiplication_bigint.ets18 desc: check multiplication of two bigints
Dmultiplication_long.ets18 desc: check multiplication of two long integers
Dmultiplication_int.ets18 desc: check multiplication of two integers
Dmultiplication_char.ets18 desc: check multiplication of two chars
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/
Dprimitive_type_default_tests_60.ets17 desc: Type compatibility test for number type in basic multiplication operation.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/
Dinteger_mul.ets19 desc: Multiplication of integer numbers
Dinteger_mul.params.yaml14 --- # List of integer multiplication
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dfeatures.rst53 const multiplication = b * c;
56 …const result = (addition * subtraction) / (multiplication + division) + (Math.pow(a, 2) - Math.sqr…
81 const multiplication = b * c;
84 …const result = (addition * subtraction) / (multiplication + division) + (Math.pow(a, 2) - Math.sqr…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfmul2.yaml148 description: Multiplication is infinity if any non zero value is multiplied by infinity.
214 description: Multiplication is infinity if any non zero value is multiplied by infinity.
280 …description: The sign of division or multiplication result is positive if both values have the sam…
331 …description: The sign of division or multiplication result is positive if both values have the sam…
386 Multiplication is NaN if zero is multiplied by infinity.
567 …description: The sign of division or multiplication result is positive if both values have the sam…
Dfmul2.64.yaml148 description: Multiplication is infinity if any non zero value is multiplied by infinity.
214 description: Multiplication is infinity if any non zero value is multiplied by infinity.
280 …description: The sign of division or multiplication result is positive if both values have the sam…
331 …description: The sign of division or multiplication result is positive if both values have the sam…
386 Multiplication is NaN if zero is multiplied by infinity.
567 …description: The sign of division or multiplication result is positive if both values have the sam…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfmul2.yaml148 description: Multiplication is infinity if any non zero value is multiplied by infinity.
214 description: Multiplication is infinity if any non zero value is multiplied by infinity.
280 …description: The sign of division or multiplication result is positive if both values have the sam…
331 …description: The sign of division or multiplication result is positive if both values have the sam…
386 Multiplication is NaN if zero is multiplied by infinity.
567 …description: The sign of division or multiplication result is positive if both values have the sam…
Dfmul2.64.yaml148 description: Multiplication is infinity if any non zero value is multiplied by infinity.
214 description: Multiplication is infinity if any non zero value is multiplied by infinity.
280 …description: The sign of division or multiplication result is positive if both values have the sam…
331 …description: The sign of division or multiplication result is positive if both values have the sam…
386 Multiplication is NaN if zero is multiplied by infinity.
567 …description: The sign of division or multiplication result is positive if both values have the sam…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DInt.ets285 …* Performs integral multiplication of this instance with provided one, returns the result as new i…
287 * @param other Right hand side of the multiplication
289 * @returns Result of the multiplication
DShort.ets293 …* Performs shortegral multiplication of this instance with provided one, returns the result as new…
295 * @param other Right hand side of the multiplication
297 * @returns Result of the multiplication
DLong.ets320 …* Performs integral multiplication of this instance with provided one, returns the result as new i…
322 * @param other Right hand side of the multiplication
324 * @returns Result of the multiplication
DByte.ets317 …* Performs integral multiplication of this instance with provided one, returns the result as new i…
319 * @param other Right hand side of the multiplication
321 * @returns Result of the multiplication
DFloat.ets446 …* Performs floating point multiplication of this instance with provided one, returns the result as…
448 * @param other Right hand side of the multiplication
450 * @returns Result of the multiplication
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DBigInt8.ets38 /* Multiplication testing (*) */
DEnumConstExpression1.ets29 const n: string = (1.5 * 2.5) + " result of multiplication" + 3;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/
Ddiv.ets23 // multiplication
Dmod.ets23 // multiplication

12