Searched defs:Digits (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | ScaledNumber.h | 52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() 64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32() 70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64() 188 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() 213 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() 222 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor() 232 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling() 512 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber() 687 static int countLeadingZerosWidth(DigitsType Digits) { in countLeadingZerosWidth()
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | templateLiteralTypes1.ts | 202 type Digits = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9; alias
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 270 struct Digits { struct in absl::str_format_internal::__anone8b92cbd0111::FractionalDigitGenerator 271 int digit_before_nine; 272 int num_nines;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 61 for (int Digits = 0; Digits < 16; ++Digits) in print() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | APInt.cpp | 2143 static const char Digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in toString() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APInt.cpp | 2205 static const char Digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in toString() local
|