Home
last modified time | relevance | path

Searched refs:e10 (Results 1 - 25 of 61) sorted by relevance

123

/third_party/rust/crates/minimal-lexical/src/
H A Dtable_small.rs64 [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 Dfloatscan.c69 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 Dfloatscan.c69 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 Dfloatscan.c69 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 Dfloatscan.c69 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 Dparse_number.c110 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 DobjectLiteralErrors.js12 var e10 = { "a": 0, 'a': 0 };
66 var e10 = { "a": 0, 'a': 0 };
H A DnoUncheckedIndexedAccess.js22 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 DIntlTestNumberFormat.java154 double d = random.nextDouble()*2e10 - 1e10; in _testFormat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestNumberFormat.java157 double d = random.nextDouble()*2e10 - 1e10; in _testFormat()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp10.c11 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10()
H A Dexp10l.c18 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10l()
/third_party/musl/src/math/
H A Dexp10.c11 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10()
H A Dexp10l.c18 1e10, 1e11, 1e12, 1e13, 1e14, 1e15 in exp10l()
/third_party/ffmpeg/libavutil/
H A Davsscanf.c251 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 Dsanitytest.c40 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 Dbellerophon_table.py123 step = math.floor(math.log(1e10, base))
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dbit_cast_test.cc99 1e10, 1e100, 1e-10, 1e-100, in TEST()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp252 double d = randFraction() * 2e10 - 1e10; in testFormat()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_hwaes.cc358 const Vector128 e10 = AesRound(s10, Vector128Load(keys + 5));
368 const Vector128 o11 = AesRound(e10, s11);
/third_party/ffmpeg/tools/
H A Dpatcheck17 echo patCHeck 1e10.0
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DExhaustiveNumberTest.java155 51423e10, in testConvertToAccurateDouble()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DExhaustiveNumberTest.java154 51423e10, in testConvertToAccurateDouble()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dpoisson_distribution.h140 assert(mean <= 1e10); in param_type()
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1127 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()

Completed in 14 milliseconds

123