Searched defs:digits2 (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/gnulib/ |
D | vasnprintf.c | 3752 char *digits2 = in VASNPRINTF() local 3888 char *digits2 = in VASNPRINTF() local 4211 char *digits2 = in VASNPRINTF() local 4359 char *digits2 = in VASNPRINTF() local
|
/third_party/boost/boost/multiprecision/ |
D | gmp.hpp | 2424 struct digits2<number<gmp_float<0>, et_on> > struct 2426 static long value() in value() 2433 struct digits2<number<gmp_float<0>, et_off> > struct 2435 static long value() in value() 2442 struct digits2<number<debug_adaptor<gmp_float<0> >, et_on> > struct 2444 static long value() in value() 2451 struct digits2<number<debug_adaptor<gmp_float<0> >, et_off> > struct 2453 static long value() in value()
|
D | mpfr.hpp | 426 …static const unsigned digits2 = (digits10 * 1000uL) / 301uL + ((digits10 * 1000uL) % 301 ? 2u :… member
|
/third_party/gettext/gettext-runtime/intl/ |
D | vasnprintf.c | 3997 char *digits2 = in VASNPRINTF() local 4133 char *digits2 = in VASNPRINTF() local 4456 char *digits2 = in VASNPRINTF() local 4604 char *digits2 = in VASNPRINTF() local
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | vasnprintf.c | 3997 char *digits2 = in VASNPRINTF() local 4133 char *digits2 = in VASNPRINTF() local 4456 char *digits2 = in VASNPRINTF() local 4604 char *digits2 = in VASNPRINTF() local
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 1493 struct digits2 struct 1499 …x == 10 ? (((std::numeric_limits<T>::digits + 1) * 1000L) / 301L) : std::numeric_limits<T>::digits; 1500 static inline BOOST_CONSTEXPR long value() BOOST_NOEXCEPT { return m_value; } in value()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UCharacterTest.java | 354 int digits2[] = {0x3007, 0x004e00, 0x004e8c, 0x004e09, 0x0056d8, in TestDigits() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 351 int digits2[] = {0x3007, 0x004e00, 0x004e8c, 0x004e09, 0x0056d8, in TestDigits() local
|