/third_party/json/include/nlohmann/detail/conversions/ |
D | to_chars.hpp | 484 inline int find_largest_pow10(const std::uint32_t n, std::uint32_t& pow10) in find_largest_pow10() argument 489 pow10 = 1000000000; in find_largest_pow10() 495 pow10 = 100000000; in find_largest_pow10() 500 pow10 = 10000000; in find_largest_pow10() 505 pow10 = 1000000; in find_largest_pow10() 510 pow10 = 100000; in find_largest_pow10() 515 pow10 = 10000; in find_largest_pow10() 520 pow10 = 1000; in find_largest_pow10() 525 pow10 = 100; in find_largest_pow10() 530 pow10 = 10; in find_largest_pow10() [all …]
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | DigitSequence.java | 98 private static long pow10(int n) { in pow10() method in DigitSequence 118 if (next < pow10(num.length)) { in next() 133 return (len >= 0) ? new DigitSequence(len, pow10(len) - 1) : null; in previous() 191 return new DigitSequence(length, pow10(length) - 1); in nines() 209 Preconditions.checkArgument(value >= 0 && value < pow10(length)); in DigitSequence() 230 return (int) (value / pow10(((length - 1) - n)) % 10); in getDigit() 239 return new DigitSequence(n, value / pow10(length - n)); in first() 248 return new DigitSequence(n, value % pow10(n)); in last() 262 return new DigitSequence(length + n.length, (pow10(n.length) * value) + n.value); in extendBy()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/ |
D | Cargo.toml | 35 name = "huge-pow10" 36 path = "test-parse-random/huge-pow10.rs" 59 name = "tiny-pow10" 60 path = "test-parse-random/tiny-pow10.rs"
|
/third_party/flutter/skia/src/utils/ |
D | SkFloatToDecimal.cpp | 33 static double pow10(int e) { in pow10() function 122 double power = pow10(-decimalShift); in SkFloatToDecimal()
|
D | SkJSON.cpp | 264 static inline float pow10(int32_t exp) { in pow10() function 743 const auto decimal_scale = pow10(exp); in matchFastFloatDecimalPart() 820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
|
/third_party/skia/src/utils/ |
D | SkFloatToDecimal.cpp | 33 static double pow10(int e) { in pow10() function 122 double power = pow10(-decimalShift); in SkFloatToDecimal()
|
D | SkJSON.cpp | 272 static inline float pow10(int32_t exp) { in pow10() function 751 const auto decimal_scale = pow10(exp); in matchFastFloatDecimalPart() 828 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp10.c | 24 weak_alias(exp10, pow10);
|
/third_party/musl/src/math/ |
D | exp10.c | 24 weak_alias(exp10, pow10);
|
/third_party/python/Modules/_decimal/tests/ |
D | randdec.py | 157 pow10 = [10**n for n in lst] 163 for coeff in pow10: 174 pow10 = [10**n for n in lst] 184 for coeff in pow10:
|
/third_party/musl/libc-test/src/math/ |
D | pow10.c | 27 y = pow10(p->x); in main()
|
D | test_src_math.gni | 145 "pow10",
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/rapidjson/ |
D | BUILD.gn | 29 "src/include/rapidjson/internal/pow10.h",
|
/third_party/skia/third_party/externals/angle2/third_party/rapidjson/ |
D | BUILD.gn | 32 "src/include/rapidjson/internal/pow10.h",
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 433 double pow10(double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 433 double pow10(double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 433 double pow10(double);
|
/third_party/musl/include/ |
D | math.h | 433 double pow10(double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 155 T(pow10, d_d)
|
D | mplibm.c | 241 int mppow10(struct t *t) { return mpd1(t, pow10); } in mppow10()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | duration.cc | 716 double pow10; member 744 int64_t frac_part = Round(std::modf(n, &d) * unit.pow10); in AppendNumberUnit()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 15707 inline int find_largest_pow10(const std::uint32_t n, std::uint32_t& pow10) in find_largest_pow10() argument 15712 pow10 = 1000000000; in find_largest_pow10() 15718 pow10 = 100000000; in find_largest_pow10() 15723 pow10 = 10000000; in find_largest_pow10() 15728 pow10 = 1000000; in find_largest_pow10() 15733 pow10 = 100000; in find_largest_pow10() 15738 pow10 = 10000; in find_largest_pow10() 15743 pow10 = 1000; in find_largest_pow10() 15748 pow10 = 100; in find_largest_pow10() 15753 pow10 = 10; in find_largest_pow10() [all …]
|
/third_party/musl/ |
D | libc.map.txt | 1292 pow10;
|
D | WHATSNEW | 548 - exp10/pow10 function
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 21540 FILE: ../../../third_party/rapidjson/include/rapidjson/internal/pow10.h
|