Searched defs:num_digits (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 46 int64_t RepeatedSevens(int num_digits, int base) { in RepeatedSevens() 166 std::vector<std::string> MakeFloatStrings(int num_strings, int num_digits) { in MakeFloatStrings() 208 const int num_digits = state.range(1); in BM_SimpleAtof() local 238 const int num_digits = state.range(1); in BM_SimpleAtod() local
|
/third_party/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 46 int64_t RepeatedSevens(int num_digits, int base) { in RepeatedSevens() 166 std::vector<std::string> MakeFloatStrings(int num_strings, int num_digits) { in MakeFloatStrings() 208 const int num_digits = state.range(1); in BM_SimpleAtof() local 238 const int num_digits = state.range(1); in BM_SimpleAtod() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-number-prototype.c | 76 … lit_utf8_size_t num_digits, /**< length of the string representation */ in ecma_builtin_number_prototype_helper_to_string() 194 … lit_utf8_size_t num_digits, /**< length of the string representation */ in ecma_builtin_number_prototype_helper_round() 670 lit_utf8_size_t num_digits; in ecma_builtin_number_prototype_object_to_fixed() local 768 lit_utf8_size_t num_digits; in ecma_builtin_number_prototype_object_to_exponential() local 873 lit_utf8_size_t num_digits; in ecma_builtin_number_prototype_object_to_precision() local
|
/third_party/grpc/src/core/lib/json/ |
D | json_util.cc | 43 int num_digits = static_cast<int>(strlen(decimal_point + 1)); in ParseDurationFromJson() local
|
/third_party/libunwind/src/ |
D | os-linux.h | 135 unsigned long num_digits = 0, digit, val = 0; in scan_hex() local 165 unsigned long num_digits = 0, digit, val = 0; in scan_dec() local
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | parser.cc | 97 int num_digits = std::numeric_limits<int>::digits10; in ConsumeConversion() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | parser.cc | 118 int num_digits = std::numeric_limits<int>::digits10; in ConsumeConversion() local
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | bitset_test.hpp | 1370 size_type num_digits = after_digits - after_spaces; in stream_extractor() local
|
/third_party/selinux/libsepol/src/ |
D | module_to_cil.c | 722 static unsigned int num_digits(unsigned int n) in num_digits() function
|
/third_party/python/Modules/ |
D | _datetimemodule.c | 679 parse_digits(const char *ptr, int *var, size_t num_digits) in parse_digits()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 12383 uint32_t num_digits; member
|