/third_party/rust/crates/minimal-lexical/src/ |
H A D | table_small.rs | 64 [1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 0., 0., 0., 0., 0.]; 68 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16,
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 69 long long e10=0; in decfloat() local 119 e10 = scanexp(f, pok); in decfloat() 120 if (e10 == LLONG_MIN) { in decfloat() 127 e10 = 0; in decfloat() 129 lrp += e10; in decfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 69 long long e10=0;
in decfloat() local 119 e10 = scanexp(f, pok);
in decfloat() 120 if (e10 == LLONG_MIN) {
in decfloat() 127 e10 = 0;
in decfloat() 129 lrp += e10;
in decfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 69 long long e10=0;
in decfloat() local 119 e10 = scanexp(f, pok);
in decfloat() 120 if (e10 == LLONG_MIN) {
in decfloat() 127 e10 = 0;
in decfloat() 129 lrp += e10;
in decfloat()
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 69 long long e10=0; in decfloat() local 119 e10 = scanexp(f, pok); in decfloat() 120 if (e10 == LLONG_MIN) { in decfloat() 127 e10 = 0; in decfloat() 129 lrp += e10; in decfloat()
|
/third_party/cJSON/tests/ |
H A D | parse_number.c | 110 assert_parse_int64_number("10e10", 100000000000LL, 10e10); in parse_number_should_parse_positive_reals() 113 assert_parse_number("10e10", INT_MAX, 10e10); in parse_number_should_parse_positive_reals()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralErrors.js | 12 var e10 = { "a": 0, 'a': 0 }; 66 var e10 = { "a": 0, 'a': 0 };
|
H A D | noUncheckedIndexedAccess.js | 22 const e10: boolean = strMap[StringEnum1.A]; 134 var e10 = strMap[StringEnum1.A];
variable
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestNumberFormat.java | 154 double d = random.nextDouble()*2e10 - 1e10; in _testFormat()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestNumberFormat.java | 157 double d = random.nextDouble()*2e10 - 1e10; in _testFormat()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp10.c | 11 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10()
|
H A D | exp10l.c | 18 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10l()
|
/third_party/musl/src/math/ |
H A D | exp10.c | 11 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10()
|
H A D | exp10l.c | 18 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10l()
|
/third_party/ffmpeg/libavutil/ |
H A D | avsscanf.c | 251 long long e10=0; in decfloat() local 301 e10 = scanexp(f, pok); in decfloat() 302 if (e10 == LLONG_MIN) { in decfloat() 309 e10 = 0; in decfloat() 311 lrp += e10; in decfloat()
|
/third_party/openssl/test/ |
H A D | sanitytest.c | 40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator
|
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | bellerophon_table.py | 123 step = math.floor(math.log(1e10, base))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | bit_cast_test.cc | 99 1e10, 1e100, 1e-10, 1e-100, in TEST()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsnmfmt.cpp | 252 double d = randFraction() * 2e10 - 1e10; in testFormat()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes.cc | 358 const Vector128 e10 = AesRound(s10, Vector128Load(keys + 5)); 368 const Vector128 o11 = AesRound(e10, s11);
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 17 echo patCHeck 1e10.0
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | ExhaustiveNumberTest.java | 155 51423e10, in testConvertToAccurateDouble()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | ExhaustiveNumberTest.java | 154 51423e10, in testConvertToAccurateDouble()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | poisson_distribution.h | 140 assert(mean <= 1e10); in param_type()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 1127 message.add_repeated_float(1.2e10); in TEST_F() 1128 message.add_repeated_float(1.23e10); in TEST_F() 1129 message.add_repeated_float(1.234e10); in TEST_F() 1130 message.add_repeated_float(1.2345e10); in TEST_F() 1131 message.add_repeated_float(1.23456e10); in TEST_F()
|