/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/ |
D | decimal.go | 14 type decimal struct { struct 15 d [800]byte // digits, big-endian representation 16 nd int // number of digits used 17 dp int // decimal point 18 neg bool // negative flag 19 trunc bool // discarded nonzero digits beyond d[:nd] 22 func (a *decimal) String() string { 71 func trim(a *decimal) { 81 func (a *decimal) Assign(v uint64) { 110 func rightShift(a *decimal, k uint) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | decimal.go | 27 type decimal struct { struct 28 mant []byte // mantissa ASCII digits, big-endian 29 exp int // exponent 33 func (d *decimal) at(i int) byte { 55 func (x *decimal) init(m nat, shift int) { 104 func shr(x *decimal, s uint) { 160 func (x *decimal) String() string { 202 func shouldRoundUp(x *decimal, n int) bool { 214 func (x *decimal) round(n int) { 226 func (x *decimal) roundUp(n int) { [all …]
|
D | ftoa.go | 169 func roundShortest(d *decimal, x *Float) { 244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte { 288 func fmtF(buf []byte, prec int, d decimal) []byte {
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 492 decimal = C variable in CIBMTestCases 494 decimal = P variable in PyIBMTestCases 842 decimal = C variable in CExplicitConstructionTest 844 decimal = P variable in PyExplicitConstructionTest 924 decimal = C variable in CImplicitConstructionTest 926 decimal = P variable in PyImplicitConstructionTest 1266 decimal = C variable in CFormatTest 1268 decimal = P variable in PyFormatTest 1566 decimal = C variable in CArithmeticOperatorsTest 1568 decimal = P variable in PyArithmeticOperatorsTest [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue41780.go | 11 type decimal struct { struct 12 d [8]byte // digits, big-endian representation 13 dp int // decimal point 19 func foo(d *decimal) int {
|
/aosp_15_r20/frameworks/base/core/java/android/text/method/ |
H A D | DigitsKeyListener.java | 112 public DigitsKeyListener(boolean sign, boolean decimal) { in DigitsKeyListener() 155 public DigitsKeyListener(@Nullable Locale locale, boolean sign, boolean decimal) { in DigitsKeyListener() 241 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) { in getInstance() 265 @Nullable Locale locale, boolean sign, boolean decimal) { in getInstance() 354 int decimal = -1; in filter() local
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue40/ |
H A D | DogFoodBean.java | 20 BigDecimal decimal; field in DogFoodBean 30 public void setDecimal(BigDecimal decimal) { in setDecimal()
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1092 decimal section in Improved Modules 1124 * The :exc:`~decimal.FloatOperation` signal optionally enables stricter argument 1147 * In the context templates (:class:`~decimal.DefaultContext`, argument
|
/aosp_15_r20/external/noto-fonts/emoji-compat/tests/src/com/android/emojicompat/ |
H A D | FontFileHelper.kt | 112 val decimal = uint16 constant
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | format_r11g11b10f.h | 150 float scale, decimal; in uf11_to_f32() local 259 float scale, decimal; in uf10_to_f32() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemastypes.c | 111 xmlSchemaValDecimal decimal; member 235 xmlSchemaValDecimal *decimal; in xmlSchemaNewMinLengthFacet() local 337 xmlSchemaValDecimalGetFractionalPart(const xmlSchemaValDecimal *decimal) in xmlSchemaValDecimalGetFractionalPart() 344 xmlSchemaValDecimalIsInteger(const xmlSchemaValDecimal *decimal) in xmlSchemaValDecimalIsInteger() 350 xmlSchemaValDecimalGetSignificantDigitCount(const xmlSchemaValDecimal *decimal) in xmlSchemaValDecimalGetSignificantDigitCount() 2589 xmlSchemaValDecimal decimal; in xmlSchemaValAtomicType() local 3461 xmlSchemaValDecimal decimal; in xmlSchemaValAtomicType() local
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cjx_field.cpp | 291 CFGAS_Decimal decimal(content.AsStringView()); in defaultValue() local 300 CFGAS_Decimal decimal(content.AsStringView()); in defaultValue() local
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/ |
H A D | DigitsKeyListenerTest.java | 990 MockDigitsKeyListener(boolean sign, boolean decimal) { in MockDigitsKeyListener() 998 MockDigitsKeyListener(Locale locale, boolean sign, boolean decimal) { in MockDigitsKeyListener()
|
/aosp_15_r20/system/update_engine/scripts/update_payload/ |
H A D | format_utils.py | 69 def BytesToHumanReadable(size, precision=1, decimal=False): argument
|
/aosp_15_r20/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
H A D | buildCommonTypesStructureFile.py | 52 def findBitPos(decimal): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | filesize.py | 53 def decimal( function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | filesize.py | 53 def decimal( function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | filesize.py | 53 def decimal( function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | filesize.py | 53 def decimal( function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 850 char decimal[32]; in TEST_F() local 896 char decimal[32]; in TEST_F() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | number_fluent.cpp | 250 Derived NumberFormatterSettings<Derived>::decimal(UNumberDecimalSeparatorDisplay style) const& { in decimal() function in NumberFormatterSettings 257 Derived NumberFormatterSettings<Derived>::decimal(UNumberDecimalSeparatorDisplay style)&& { in decimal() function in NumberFormatterSettings
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 850 char decimal[32]; in TEST_F() local 896 char decimal[32]; in TEST_F() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
H A D | MicroProps.java | 28 public DecimalSeparatorDisplay decimal; field in MicroProps
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/ |
H A D | MicroProps.java | 26 public DecimalSeparatorDisplay decimal; field in MicroProps
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatSymbolsC.java | 62 char decimal = en.getDecimalSeparator(); in TestSymbols() local
|