Home
last modified time | relevance | path

Searched full:largest (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/
Dmath.sts301 * Largest integer less or equal to `v`
305 * @returns Largest integer less or equal to `v`
399 * Largest value of `u` and `v`
404 * @returns Largest value of `u` and `v`
415 * Largest value of `u` and `v`
420 * @returns Largest value of `u` and `v`
431 * Largest value of `u` and `v`
436 * @returns Largest value of `u` and `v`
447 * Largest value of `u` and `v`
452 * @returns Largest value of `u` and `v`
[all …]
/arkcompiler/runtime_core/static_core/docs/
Dbytecode_profiling.md18 Profile elements are sorted in descending order, from largest Profiles to smallest. It avoids align…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DMath.sts338 * Largest integer less or equal to `v`
342 * @returns Largest integer less or equal to `v`
489 * Largest value of `u` and `v`
494 * @returns Largest value of `u` and `v`
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h126 …* @brief Method steal task from worker with the largest number of tasks and push it to gotten work…
199 …od steal and execute one task from one Worker. Method will find worker the largest number of tasks,
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.h121 // If x is not 0 or 1, calculates the largest integral power of two that is less than `val`
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst1785 #. If there is a non-empty group of numeric types in a union, then the largest
1787 while others are removed. Any numeric literal that fits into the largest
1790 :ref:`Boxed Types`) in a union, then the largest boxed numeric type
1837 int|short|float|2 => float // The largest numeric type stays
1838 int|long|2.71828 => long|2.71828 // The largest numeric type stays and the literal
D7_expressions.rst3266 an integer value *q* with the largest possible magnitude that
3290 integer of the largest possible magnitude for its type, while the divisor
3421 integer of the largest possible magnitude of its type, and the divisor is *-1*
3494 - The magnitude of *q* is the largest possible without exceeding the
3609 largest type (see :ref:`Numeric Types Hierarchy`) the operands of that
D6_conversions.rst440 target type, then the result is the largest representable value of the target
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DChar.sts170 * `MAX_VALUE` is a largest value of type `char`
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp135 … " \tA count is regarded as hot if it is in the largest 50%\n",
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1038 * For cgbb.cpp, bb is levelized to be 1 more than largest predecessor.
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h573 // Try to fill alignment gaps with fields that have smaller size from largest to smallests in ComputeClassSize()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp633 // Mixed regions should be choosen according to the largest garbage. in TEST_F()
1070 // Mixed regions should be choosen according to the largest garbage. in TEST_F()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp81 // The largest safe integer in JavaScript is in [-(2 ^ 53 - 1), 2 ^ 53 - 1]. in HWTEST_F_L0()
/arkcompiler/runtime_core/isa/
Disa.yaml45 …to the top of the callee frame such as the last argument is placed in the register with the largest
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp455 * allocate space for it. size of actuals represent largest such size in the function. in AppendInstructionAllocateCallFrame()
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml45 …to the top of the callee frame such as the last argument is placed in the register with the largest
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/
Dtest262-excluded.txt3505 built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js
3506 built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js
3507 built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js
3508 built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js
/arkcompiler/runtime_core/static_core/patches/zydis/
D0001-Simplify-Zydis-build.patch885 * Returns the largest enclosing register of the given register.
887 * @return The largest enclosing register of the given register, or `ZYDIS_REGISTER_NONE` if the
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst15745 | Largest value of \`u\` and \`v\`
15747 | **Returns\:** Largest value of \`u\` and \`v\`