Home
last modified time | relevance | path

Searched defs:Digits (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/multiprecision/
Dcpp_bin_float.hpp643 inline void do_eval_add(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, con… in do_eval_add()
720 …line void do_eval_subtract(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res,… in do_eval_subtract()
829 inline void eval_add(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const … in eval_add()
838 inline void eval_add(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const … in eval_add()
844 inline void eval_subtract(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_subtract()
853 inline void eval_subtract(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_subtract()
859 inline void eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_multiply()
941 inline void eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_multiply()
947 …value>::type eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res,… in eval_multiply()
983 inline typename enable_if_c<is_unsigned<U>::value>::type eval_multiply(cpp_bin_float<Digits, DigitB… in eval_multiply()
[all …]
/third_party/boost/boost/multiprecision/cpp_bin_float/
Dtranscendental.hpp12 void eval_exp_taylor(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const … in eval_exp_taylor()
35 void eval_exp(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const cpp_bin… in eval_exp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h52 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/
DtemplateLiteralTypes1.ts202 type Digits = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9; alias
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc250 struct Digits { struct in absl::str_format_internal::__anon21ce2ba60111::FractionalDigitGenerator
251 int digit_before_nine;
252 int num_nines;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc270 struct Digits { struct in absl::str_format_internal::__anon2bfd7d9b0111::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/
DBlockFrequencyInfoImpl.cpp61 for (int Digits = 0; Digits < 16; ++Digits) in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2143 static const char Digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in toString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2205 static const char Digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in toString() local