Home
last modified time | relevance | path

Searched defs:decimal (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Ddecimal.go14 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/
Ddecimal.go27 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 …]
Dftoa.go169 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/
Dtest_decimal.py492 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/
Dissue41780.go11 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 DDigitsKeyListener.java112 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 DDogFoodBean.java20 BigDecimal decimal; field in DogFoodBean
30 public void setDecimal(BigDecimal decimal) { in setDecimal()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.3.rst1092 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 DFontFileHelper.kt112 val decimal = uint16 constant
/aosp_15_r20/external/mesa3d/src/util/
H A Dformat_r11g11b10f.h150 float scale, decimal; in uf11_to_f32() local
259 float scale, decimal; in uf10_to_f32() local
/aosp_15_r20/external/libxml2/
H A Dxmlschemastypes.c111 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 Dcjx_field.cpp291 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 DDigitsKeyListenerTest.java990 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 Dformat_utils.py69 def BytesToHumanReadable(size, precision=1, decimal=False): argument
/aosp_15_r20/frameworks/av/services/audiopolicy/engineconfigurable/tools/
H A DbuildCommonTypesStructureFile.py52 def findBitPos(decimal): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dfilesize.py53 def decimal( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dfilesize.py53 def decimal( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dfilesize.py53 def decimal( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dfilesize.py53 def decimal( function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc850 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 Dnumber_fluent.cpp250 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 Dtokenizer_unittest.cc850 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 DMicroProps.java28 public DecimalSeparatorDisplay decimal; field in MicroProps
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A DMicroProps.java26 public DecimalSeparatorDisplay decimal; field in MicroProps
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbolsC.java62 char decimal = en.getDecimalSeparator(); in TestSymbols() local

12345678910>>...38