Searched full:precision (Results 1 – 21 of 21) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_number_format.h | 164 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()
|
| D | js_number_format.cpp | 421 fractionDigitsOption.mxfdDefault = 3; // Max decimal precision is 3 in SetNumberFormatUnitOptions()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_converter.h | 37 * @param precision_ - precision for output 46 * \brief Set new \param precision for output 47 * @param precision 49 void SetPrecision(size_t precision);
|
| D | type_converter.cpp | 33 void ValueUnit::SetPrecision(size_t precision) in SetPrecision() argument 35 precision_ = precision; in SetPrecision()
|
| /arkcompiler/runtime_core/verification/ |
| D | verification.yaml | 34 … precision: Precision mismatch. Possible overflow/underflow issues and other quirks in data-flow. 218 precision: f64 232 precision: f64
|
| D | messages.yaml | 379 with rounding/precision/signedness/overflow etc.
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 188 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.).
|
| D | assembly_format.md | 215 | `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 |
|
| D | design-of-interpreter.md | 161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_number.cpp | 345 // 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/ |
| D | number_helper_test.cpp | 377 …* @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/ |
| D | builtins_lowering.cpp | 221 // The length of mantissa will affect the precision of the number, and its sign will determine the…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 1127 f32: single precision float 1128 f64: double precision float
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fldarr.32.yaml | 204 …ndi 0xFFFFFF # Limit amount of digit in number to fit in f32 primitive without loss of precision
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 590 intl402/NumberFormat/prototype/format/format-fraction-digits-precision.js 599 intl402/NumberFormat/prototype/format/format-significant-digits-precision.js
|
| D | es2015_tests.txt | 4339 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
|
| D | CI_tests.txt | 2151 built-ins/TypedArray/prototype/copyWithin/bit-precision.js
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 1284 // 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/ |
| D | isa.yaml | 58 …ons on registers with f32 and f64 values, which corresponds to IEEE-754 single and double precision
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 409 toPrecision(precision?: number): string;
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 6271 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
|