Home
last modified time | relevance | path

Searched full:rounding (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df32toi64.yaml71 description: It is rounding toward zero.
78 description: Check f32toi64 rounding with various values.
Df64tou32.yaml65 description: It is rounding toward zero.
72 description: Check f64tou32 rounding with various values.
Df64tou64.yaml74 description: It is rounding toward zero.
75 description: Check f64tou64 rounding with various values.
Df32tou32.yaml65 description: It is rounding toward zero.
72 description: Check f32tou32 rounding with various values.
Df32tou64.yaml74 description: It is rounding toward zero.
75 description: Check f64tou64 rounding with various values.
Df32toi32.yaml69 description: It is rounding toward zero.
81 description: Check f32toi32 rounding with various values.
Df64toi32.yaml69 description: It is rounding toward zero.
81 description: Check f64toi32 rounding with various values.
Df64toi64.yaml72 description: It is rounding toward zero.
79 description: Check f64toi64 rounding with various values.
/arkcompiler/runtime_core/runtime/
Dcompiler_queue_aged_counter_priority.h47 // Rounding in UpdateCounterAndCheck()
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.h157 // If roundingtype is "compact-rounding" return ICU formatter in SetICUFormatterDigitOptions()
Djs_bigint.cpp1482 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding() function
1534 … the mantissa is filled, if the bits of bigint have not been used up, consider the rounding problem in BigIntToNumber()
1554 return Rounding(sign, mantissa, exponent, true); in BigIntToNumber()
1558 return Rounding(sign, mantissa, exponent, true); in BigIntToNumber()
1561 return Rounding(sign, mantissa, exponent, false); in BigIntToNumber()
/arkcompiler/runtime_core/compiler/docs/
Dbalance_expressions_doc.md30 The `optimal critical path` of an expression is `ceil[log2(n_terms)]` (`ceil[x]` is rounding `x` up…
/arkcompiler/runtime_core/verification/
Dmessages.yaml379 with rounding/precision/signedness/overflow etc.
/arkcompiler/ets_frontend/test262/
Dintl_tests.txt594 intl402/NumberFormat/prototype/format/signDisplay-rounding.js
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp852 // for positive, zero and NaN inputs, rounding is done in EncodeRound()
856 // if input is a negative tie, change rounding direction to positive infinity, dst += 1. in EncodeRound()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp668 // for positive values, zero and NaN inputs rounding is done in EncodeRound()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt7654 intl402/NumberFormat/prototype/format/signDisplay-rounding.js