Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Du32tof32.pa15 # 16777216 is a maximum integer number that can be accurately represented as f32
/arkcompiler/runtime_core/docs/
Ddoxygen.config50 # in the documentation. The maximum height of the logo should not exceed 55
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
227 # Minimum value: 1, maximum value: 16, default value: 4.
310 # Minimum value: 0, maximum value: 99, default value: 0.
422 # Minimum value: 0, maximum value: 9, default value: 0.
653 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
660 # Minimum value: 0, maximum value: 10000, default value: 30.
1067 # Minimum value: 1, maximum value: 20, default value: 5.
1175 # Minimum value: 0, maximum value: 359, default value: 220.
1183 # Minimum value: 0, maximum value: 255, default value: 100.
[all …]
Ddesign-of-interpreter.md82 single file to gain maximum benefits from deduplicating constant string pools, information
184 or `sizeof(double)` or `sizeof(void *)` on a 64-bit architecture (i.e. theoretical maximum
Dcode_metainfo.md74 Column width is determined by maximum value in a table, e.g. for 2th column it is zero row, that ha…
Daot.md98 <sup>*</sup> Aarch64 `adr` instruction has restriction to the maximum offset, thus in case of big o…
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h273 …faultNumberOption(JSThread *thread, const JSHandle<JSTaggedValue> &value, int minimum, int maximum,
278 … const JSHandle<JSTaggedValue> &property, int minimum, int maximum, int fallback);
Djs_locale.cpp333 …faultNumberOption(JSThread *thread, const JSHandle<JSTaggedValue> &value, int minimum, int maximum, in DefaultNumberOption() argument
343 if (std::isnan(num) || num < minimum || num > maximum) { in DefaultNumberOption()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-long.txt13 built-ins/Date/parse/time-value-maximum-range.js
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstaticAnonymousTypeNotReferencingTypeParameter.ts440 static maximum<T>(dit: typeof ListWrapper, list: T[], predicate: (t: T) => number): T { method in ListWrapper