Home
last modified time | relevance | path

Searched refs:scientific (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_notation.cpp16 ScientificNotation Notation::scientific() { in scientific() function in Notation
24 union_.scientific = settings; in scientific()
35 union_.scientific = settings; in engineering()
48 union_.scientific = settings; in ScientificNotation()
71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits()
82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
Dnumparse_impl.h83 ScientificMatcher scientific; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_notation.cpp16 ScientificNotation Notation::scientific() { in scientific() function in Notation
24 union_.scientific = settings; in scientific()
35 union_.scientific = settings; in engineering()
48 union_.scientific = settings; in ScientificNotation()
71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits()
82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_notation.cpp16 ScientificNotation Notation::scientific() { in scientific() function in Notation
24 union_.scientific = settings; in scientific()
35 union_.scientific = settings; in engineering()
48 union_.scientific = settings; in ScientificNotation()
71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits()
82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
Dnumparse_impl.h84 ScientificMatcher scientific; member
/third_party/icu/icu4c/source/i18n/
Dnumber_notation.cpp16 ScientificNotation Notation::scientific() { in scientific() function in Notation
24 union_.scientific = settings; in scientific()
35 union_.scientific = settings; in engineering()
48 union_.scientific = settings; in ScientificNotation()
71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits()
82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
Dnumparse_impl.h84 ScientificMatcher scientific; member
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dnumberpermutationtest.txt88 scientific/+ee/sign-always percent unit-width-narrow
102 scientific/+ee/sign-always percent unit-width-full-name
116 scientific/+ee/sign-always currency/EUR unit-width-narrow
130 scientific/+ee/sign-always currency/EUR unit-width-full-name
144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow
158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name
340 scientific/+ee/sign-always percent precision-integer
354 scientific/+ee/sign-always percent .000
368 scientific/+ee/sign-always percent .##/@@@+
382 scientific/+ee/sign-always percent @@
[all …]
/third_party/icu/icu4c/source/test/testdata/
Dnumberpermutationtest.txt88 scientific/+ee/sign-always percent unit-width-narrow
102 scientific/+ee/sign-always percent unit-width-full-name
116 scientific/+ee/sign-always currency/EUR unit-width-narrow
130 scientific/+ee/sign-always currency/EUR unit-width-full-name
144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow
158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name
340 scientific/+ee/sign-always percent precision-integer
354 scientific/+ee/sign-always percent .000
368 scientific/+ee/sign-always percent .##/@@@+
382 scientific/+ee/sign-always percent @@
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberpermutationtest.txt88 scientific/+ee/sign-always percent unit-width-narrow
102 scientific/+ee/sign-always percent unit-width-full-name
116 scientific/+ee/sign-always currency/EUR unit-width-narrow
130 scientific/+ee/sign-always currency/EUR unit-width-full-name
144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow
158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name
340 scientific/+ee/sign-always percent precision-integer
354 scientific/+ee/sign-always percent .000
368 scientific/+ee/sign-always percent .##/@@@+
382 scientific/+ee/sign-always percent @@
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse.cc124 bool scientific = in AllowExponent() local
125 (flags & chars_format::scientific) == chars_format::scientific; in AllowExponent()
126 return scientific || !fixed; in AllowExponent()
132 bool scientific = in RequireExponent() local
133 (flags & chars_format::scientific) == chars_format::scientific; in RequireExponent()
134 return scientific && !fixed; in RequireExponent()
Dcharconv_parse_test.cc309 ExpectNumber<10>("1.23456789e5$", chars_format::scientific, 123456789, -3); in TEST()
310 ExpectFailedParse<10>("-123456.789$", chars_format::scientific); in TEST()
311 ExpectNumber<16>("1.234abcdefp28$", chars_format::scientific, 0x1234abcdef, in TEST()
313 ExpectFailedParse<16>("1234abcd.ef$", chars_format::scientific); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.h30 scientific = 1, enumerator
33 general = fixed | scientific,
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md105 There are two ways to select scientific or engineering notation: using long-form syntax or concise …
109 Start with the stem `scientific` or `engineering`. Those stems take the following optional options:
117 - `scientific`
118 - `scientific/sign-always`
119 - `scientific/*ee`
120 - `scientific/*ee/sign-always`
128 | `E0` | `scientific` |
129 | `E00` | `scientific/*ee` |
131 | `E+?00` | `scientific/sign-except-zero/+ee` |
135 1. Start with `E` for scientific or `EE` for engineering.
/third_party/typescript/tests/baselines/reference/
DparseBigInt.js58 { const scientific = 1e2n; } constant
126 const scientific = 1e2n; constant
DparseBigInt.symbols132 { const scientific = 1e2n; }
133 >scientific : Symbol(scientific, Decl(parseBigInt.ts, 56, 7))
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNotation.java58 public static ScientificNotation scientific() { in scientific() method in Notation
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java58 public static ScientificNotation scientific() { in scientific() method in Notation
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java124 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
156 …NumberFormatter.with().notation(Notation.scientific().withExponentSignDisplay(SignDisplay.ALWAYS)), in notationScientific()
172 NumberFormatter.with().notation(Notation.scientific().withMinExponentDigits(2)), in notationScientific()
188 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
197 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
206 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
701 .notation(Notation.scientific()), in unitMeasure()
801 .notation(Notation.scientific()), in unitMeasure()
1550 .notation(Notation.scientific()) in unitUsage()
1832 .notation(Notation.scientific()), in unitUsageSkeletons()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver.h88 std::ios_base::scientific) {
152 std::ios_base::scientific |
/third_party/typescript/tests/cases/compiler/
DparseBigInt.ts59 { const scientific = 1e2n; } constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberFormatterApiTest.java127 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
159 …NumberFormatter.with().notation(Notation.scientific().withExponentSignDisplay(SignDisplay.ALWAYS)), in notationScientific()
175 NumberFormatter.with().notation(Notation.scientific().withMinExponentDigits(2)), in notationScientific()
191 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
200 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
209 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
1400 NumberFormatter.with().notation(Notation.scientific()), in roundingOther()
1409 NumberFormatter.with().notation(Notation.scientific()), in roundingOther()
1855 .notation(Notation.scientific()) in integerWidth()
3047 targets.put("withMinExponentDigits", Notation.scientific()); in validRanges()
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md60 * `e` (e-operator for scientific notation)
61 Using the binary `e` operator, we can use scientific notation in our arithmetic expressions
/third_party/flutter/skia/third_party/externals/icu/patches/
Dnumparse_overflow.patch6 …// not print scientific notation for magnitudes greater than -5 and smaller than some amount (+5?).
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInfoSink.h88 stream.unsetf(std::ios::scientific);

12345