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/ |
| D | int_parens.sts | 19 desc: Integer addition and multiplication are associative
|
| D | int_parens.params.yaml | 14 --- # 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/ |
| D | multiplication_long.sts | 18 desc: check multiplication of two long integers
|
| D | multiplication_int.sts | 18 desc: check multiplication of two integers
|
| D | multiplication_char.sts | 18 desc: check multiplication of two chars
|
| D | multiplication_short.sts | 18 desc: check multiplication of two short integers
|
| D | multiplication_byte.sts | 18 desc: check multiplication of two bytes
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/21.multiplicative_expressions/01.multiplication/ |
| D | integer_mul.sts | 19 desc: Multiplication of integer numbers
|
| D | integer_mul.params.yaml | 14 --- # List of integer multiplication
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | features.rst | 53 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/ |
| D | Short.sts | 228 …* 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
|
| D | Int.sts | 220 …* 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
|
| D | Long.sts | 255 …* 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
|
| D | Byte.sts | 253 …* 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
|
| D | Float.sts | 382 …* 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
|
| D | Double.sts | 487 …* 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/ |
| D | fmul2.yaml | 148 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…
|
| D | fmul2.64.yaml | 148 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/ |
| D | fmul2.yaml | 148 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…
|
| D | fmul2.64.yaml | 148 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/ |
| D | BigInt8.sts | 38 /* Multiplication testing (*) */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ |
| D | div.sts | 23 // multiplication
|
| D | mod.sts | 23 // multiplication
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 7_expressions.rst | 351 |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/ |
| D | hermes-excluded.txt | 129 bigint-binary-multiplication.js
|
12