Home
last modified time | relevance | path

Searched full:multiplication (Results 1 – 25 of 43) 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.sts19 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/07.value_types/01.integer_types_and_operations/multiplication/
Dmultiplication_long.sts18 desc: check multiplication of two long integers
Dmultiplication_int.sts18 desc: check multiplication of two integers
Dmultiplication_char.sts18 desc: check multiplication of two chars
Dmultiplication_short.sts18 desc: check multiplication of two short integers
Dmultiplication_byte.sts18 desc: check multiplication of two bytes
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/
Dinteger_mul.sts19 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/static_core/plugins/ets/stdlib/std/core/
DShort.sts228 …* Performs shortegral multiplication of this instance with provided one, returns the result as new…
230 * @param other Right hand side of the multiplication
232 * @returns Result of the multiplication
DInt.sts220 …* Performs integral multiplication of this instance with provided one, returns the result as new i…
222 * @param other Right hand side of the multiplication
224 * @returns Result of the multiplication
DLong.sts255 …* Performs integral multiplication of this instance with provided one, returns the result as new i…
257 * @param other Right hand side of the multiplication
259 * @returns Result of the multiplication
DByte.sts253 …* Performs integral multiplication of this instance with provided one, returns the result as new i…
255 * @param other Right hand side of the multiplication
257 * @returns Result of the multiplication
DFloat.sts382 …* Performs floating point multiplication of this instance with provided one, returns the result as…
384 * @param other Right hand side of the multiplication
386 * @returns Result of the multiplication
DDouble.sts487 …* Performs floating point multiplication of this instance with provided one, returns the result as…
489 * @param other Right hand side of the multiplication
491 * @returns Result of the multiplication
/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/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/ets_frontend/ets2panda/test/runtime/ets/
DBigInt8.sts38 /* Multiplication testing (*) */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/
Ddiv.sts23 // multiplication
Dmod.sts23 // multiplication
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst351 |LANG| considers integer addition and multiplication as provably associative;
376 integer multiplication
3406 Multiplication section in Multiplicative Expressions
3412 todo: Multiplication of an infinity by a zero should be NaN, but result is - NaN
3414 The binary operator '``*``' performs multiplication, and returns the product of
3417 Multiplication is a commutative operation if operand expressions have no
3420 Integer multiplication is associative when all operands are of the same type.
3422 Floating-point multiplication is not associative.
3424 If overflow occurs during integer multiplication, then:
3432 A floating-point multiplication result is determined in compliance with the
[all …]
/arkcompiler/runtime_core/static_core/tests/test-lists/hermes/
Dhermes-excluded.txt129 bigint-binary-multiplication.js

12