Home
last modified time | relevance | path

Searched defs:num_digits (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_benchmark.cc46 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/
Dnumbers_benchmark.cc46 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/
Decma-builtin-number-prototype.c76lit_utf8_size_t num_digits, /**< length of the string representation */ in ecma_builtin_number_prototype_helper_to_string()
194lit_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/
Djson_util.cc43 int num_digits = static_cast<int>(strlen(decimal_point + 1)); in ParseDurationFromJson() local
/third_party/libunwind/src/
Dos-linux.h135 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/
Dparser.cc97 int num_digits = std::numeric_limits<int>::digits10; in ConsumeConversion() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dparser.cc118 int num_digits = std::numeric_limits<int>::digits10; in ConsumeConversion() local
/third_party/boost/libs/dynamic_bitset/test/
Dbitset_test.hpp1370 size_type num_digits = after_digits - after_spaces; in stream_extractor() local
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c722 static unsigned int num_digits(unsigned int n) in num_digits() function
/third_party/python/Modules/
D_datetimemodule.c679 parse_digits(const char *ptr, int *var, size_t num_digits) in parse_digits()
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c12383 uint32_t num_digits; member