Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 205) sorted by relevance

123456789

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DGlobal.ets29 * Parses integer number from `String` with specified radix
40 * Parses integer number from `String` with specified radix
51 * Parses integer number from `String`
305 * Checks if float is similar to an integer value
309 * @returns boolean - true if the argument is similar to an integer value
316 * Checks if Float is similar to an integer value
320 * @returns boolean - true if the argument is similar to an integer value
327 * Checks if double is similar to an integer value
331 * @returns boolean - true if the argument is similar to an integer value
338 * Checks if Double is similar to an integer value
[all …]
DMath.ets210 * Smallest integer greater or equal to `v`
214 * @returns Smallest integer greater or equal to v
230 * @param v 32-bit integer
248 * @param v 32-bit integer
337 * Largest integer less or equal to `v`
341 * @returns Largest integer less or equal to `v`
581 * `v` rounded to nearest integer
585 * @returns `v` rounded to nearest integer
707 * @returns The integer part of a number by removing any fractional digits.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D11_enums.rst70 A compile-time error occurs if ``integer`` and ``string`` type enumeration
92 integer
104 The integer value of an *enum* constant is set implicitly if an enumeration
107 A constant expression of type ``int``---a signed 32-bit integer (see
112 enumeration integer value
113 integer value
116 integer type
D2_lexical.rst421 integer
474 digits can be used to denote an integer literal and improve readability.
477 symbol of an integer literal.
483 integer
488 declarations, an integer literal can be implicitly converted to another
489 *integer* or *char* type (see :ref:`Type Compatibility with Initializer`). In
493 integer literal
498 integer literal
557 last symbol of an integer literal.
587 *BigInt* literals represent integer numbers with unlimited number of digits.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/02.evaluation_of_expressions/02.normal_and_abrupt_completion_of_expression_evaluation/
Dae1.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae2.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae8.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae7.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae5.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae6.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae4.ets17 desc: ArithmeticException is thrown by an integer division or integer
Dae3.ets17 desc: ArithmeticException is thrown by an integer division or integer
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md11 …tion gates**. A computation gate can do simple things such as adding two integer values, or comple…
43 …tes. They describe the bit width of values, and which type of registers (integer or float) should …
82 * `ARCH` means architecture-related integer type (`INTx` on `x` bits architecture).
321 * **ADD**: returns the sum of its two integer operands.
322 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar…
323 * **MUL**: returns the product of its two integer operands.
324 * **EXP**: returns the first integer operand raised to the power of the second integer operand.
325 * **SDIV**: returns the signed quotient of its two integer operands.
326 * **SREM**: returns the remainder from the signed division of its two integer operands.
327 * **UDIV**: returns the unsigned quotient of its two integer operands.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DDouble.ets109 * Maximal integer value that can be used as a double without loss of precision
115 * Minimal integer value that can be used as a double without loss of precision
296 * Returns a hash code (integer representation) for this instance
385 * Checks if double is similar to an integer value
389 * @returns true if the argument is similar to an integer value
398 * Checks if the underlying double is similar to an integer value
400 * @returns true if the underlying double is similar to an integer value
408 * Checks if double is a safe integer value
412 * @returns true if the argument is integer ans less than MAX_SAFE_INTEGER
420 * Checks if double is a safe integer value
[all …]
DFloat.ets91 * Maximal integer value that can be used as a float without loss of precision
236 * Returns a hash code (integer representation) for this instance
314 * Checks if float is similar to an integer value
318 * @returns true if the argument is similar to an integer value
326 * Checks if the underlying float is similar to an integer value
328 * @returns true if the underlying float is similar to an integer value
335 * Checks if float is a safe integer value
339 * @returns true if the argument is integer ans less than MAX_SAFE_INTEGER
346 * Checks if float is a safe integer value
348 * @returns true if the underlying float is a safe integer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.cpp57 if (auto integer = std::get_if<int32_t>(number)) { in GeneratePreview() local
58 valuePreview.emplace(std::to_string(*integer)); in GeneratePreview()
237 if (auto integer = std::get_if<int32_t>(number)) { in ToJson() local
238 AddProperty(result, "value", *integer); in ToJson()
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_2.pa18 # description: 'Perform specified integer extension or truncations of accumulator.
39 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dbug_2107_2.pa18 # description: 'Perform specified integer extension or truncations of accumulator.
39 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
/arkcompiler/runtime_core/libpandabase/
DREADME.md8 - integer
42 - 5 parameters for integer args: argument name, default value, description, min value, max value
50 - Min value is the number that the integer argument cannot be less than
51 - Max value is the number that the integer argument cannot be greater than
56 - `int` for integer argument
139 - for integer arguments it's possible to define value range
161 In the tail arguments example, `false` is a boolean value, `-1` is integer value and `str1` and `st…
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md8 - integer
42 - 5 parameters for integer args: argument name, default value, description, min value, max value
50 - Min value is the number that the integer argument cannot be less than
51 - Max value is the number that the integer argument cannot be greater than
56 - `int` for integer argument
139 - for integer arguments it's possible to define value range
161 In the tail arguments example, `false` is a boolean value, `-1` is integer value and `str1` and `st…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/01.integer_literals/
Dint_literals.ets17 desc: Correct integer literals with bases 16, 10, 8 and 2
Dincorrect_int_literals.ets19 desc: Incorrect integer literals
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/bitwise_complement/
Dbitwise_complement_int.ets18 desc: check bitwise complement of integer
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.bitwise_and_logical_expressions/01.integer_bitwise_operators/
Dgen.go.txt34 fmt.Println("--- # List of integer " + op1 + " " + op + " operations")
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp202 double integer = std::floor(number); in DoubleToString() local
203 double fraction = number - integer; in DoubleToString()
229 ++integer; in DoubleToString()
243 while (Exponent(integer / radix) > 0) { in DoubleToString()
244 integer /= radix; in DoubleToString()
248 double remainder = std::fmod(integer, radix); in DoubleToString()
250 integer = (integer - remainder) / radix; in DoubleToString()
251 } while (integer > 0); in DoubleToString()

123456789