Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DImageUtils.ts58 const largestImage = size.images.reduce((largest, current) => {
59 … return current.width * current.height > largest.width * largest.height ? current : largest;
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/
Dmath.ets325 * Largest integer less or equal to `v`
329 * @returns Largest integer less or equal to `v`
423 * Largest value of `u` and `v`
428 * @returns Largest value of `u` and `v`
439 * Largest value of `u` and `v`
444 * @returns Largest value of `u` and `v`
455 * Largest value of `u` and `v`
460 * @returns Largest value of `u` and `v`
471 * Largest value of `u` and `v`
476 * @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/libpandabase/taskmanager/
Dtask_scheduler.h58 …* @brief Method steal task from worker with the largest number of tasks and push it to gotten work…
117 …od steal and execute one task from one Worker. Method will find worker the largest number of tasks,
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DMath.ets369 * Largest integer less or equal to `v`
373 * @returns Largest integer less or equal to `v`
520 * Largest value of `u` and `v`
525 * @returns Largest value of `u` and `v`
/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/stdlib/std/core/
DChar.ets167 * `MAX_VALUE` is a largest value of type `char`
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dtreap.h257 // root node records the largest block of memory.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D6_conversions.rst705 target type, then the result is the largest representable value of the target
D7_expressions.rst4099 the integer value *q* with the largest possible magnitude that
4123 integer of the largest possible magnitude for its type, while the divisor
4248 integer of the largest possible magnitude of its type, and the divisor is *-1*
4323 - The magnitude of *q* is the largest possible without exceeding the
4477 largest type (see :ref:`Numeric Types`) to which operands of that
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1018 * For cgbb.cpp, bb is levelized to be 1 more than largest predecessor.
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h643 // Try to fill alignment gaps with fields that have smaller size from largest to smallests in ComputeClassSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp230 * allocate space for it. size of actuals represent largest such size in the function. in AppendInstructionAllocateCallFrame()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp633 // Mixed regions should be choosen according to the largest garbage. in TEST_F()
1250 // 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/static_core/plugins/ets/doc/interop_js/
D6_ts.rst313 …ides a way to represent whole numbers larger than 2^53 - 1, which is the largest number JavaScript…
/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/runtime_core/static_core/isa/
Disa.yaml44 … to the top of the callee frame. E.g., the last argument is placed in the register with the largest
/arkcompiler/runtime_core/static_core/tests/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\`