Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.h164 icu::number::Precision precision = in SetICUFormatterDigitOptions() local
165 icu::number::Precision::minMaxFraction(minimumFractionDigits, maximumFractionDigits); in SetICUFormatterDigitOptions()
170 precision = in SetICUFormatterDigitOptions()
171 …icu::number::Precision::minMaxSignificantDigits(minimumSignificantDigits, maximumSignificantDigits… in SetICUFormatterDigitOptions()
173 return icuNumberformatter.precision(precision); in SetICUFormatterDigitOptions()
Djs_number_format.cpp421 fractionDigitsOption.mxfdDefault = 3; // Max decimal precision is 3 in SetNumberFormatUnitOptions()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.h37 * @param precision_ - precision for output
46 * \brief Set new \param precision for output
47 * @param precision
49 void SetPrecision(size_t precision);
Dtype_converter.cpp33 void ValueUnit::SetPrecision(size_t precision) in SetPrecision() argument
35 precision_ = precision; in SetPrecision()
/arkcompiler/runtime_core/verification/
Dverification.yaml34precision: Precision mismatch. Possible overflow/underflow issues and other quirks in data-flow.
218 precision: f64
232 precision: f64
Dmessages.yaml379 with rounding/precision/signedness/overflow etc.
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md188 with say 64-bit integers. In this case, if we want to add two double-precision floating point
193 single- and double-precision numbers, etc.).
Dassembly_format.md215 | `f32` | 32-bit single precision floating point number, compliant with IEEE 754 standard |
216 | `f64` | 64-bit double precision floating point number, compliant with IEEE 754 standard |
Ddesign-of-interpreter.md161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp345 // 3. If precision is undefined, return ToString(x). in ToPrecision()
350 // 4. Let p be ToInteger(precision). in ToPrecision()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp377 …* @tc.desc: Convert double decimal type to Precision type through "DoubleToPrecision" function.If …
414 …* @tc.desc: Convert double decimal type to Precision type through "DoubleToPrecision" function.If …
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp221 // The length of mantissa will affect the precision of the number, and its sign will determine the…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml1127 f32: single precision float
1128 f64: double precision float
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfldarr.32.yaml204 …ndi 0xFFFFFF # Limit amount of digit in number to fit in f32 primitive without loss of precision
/arkcompiler/ets_frontend/test262/
Dintl_tests.txt590 intl402/NumberFormat/prototype/format/format-fraction-digits-precision.js
599 intl402/NumberFormat/prototype/format/format-significant-digits-precision.js
Des2015_tests.txt4339 built-ins/TypedArray/prototype/copyWithin/bit-precision.js
5050 built-ins/TypedArray/prototype/set/bit-precision.js
5116 built-ins/TypedArray/prototype/slice/bit-precision.js
DCI_tests.txt2151 built-ins/TypedArray/prototype/copyWithin/bit-precision.js
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h1284 // context is of good precision here in HandleFdiv2()
1295 // context is of good precision here in HandleFdiv2Wide()
1432 // context is of good precision here in HandleDiv2()
3296 // TODO(vdyadov): here we may increase precision to concrete values in some cases in HandleIsinstance()
/arkcompiler/runtime_core/isa/
Disa.yaml58 …ons on registers with f32 and f64 values, which corresponds to IEEE-754 single and double precision
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts409 toPrecision(precision?: number): string;
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt6271 built-ins/Number/prototype/toPrecision/this-is-0-precision-is-1.js
6272 built-ins/Number/prototype/toPrecision/this-is-0-precision-is-gter-than-1.js
7632 intl402/NumberFormat/prototype/format/format-fraction-digits-precision.js
7636 intl402/NumberFormat/prototype/format/format-significant-digits-precision.js