Home
last modified time | relevance | path

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

1234

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dexp_fp32.h42 MS_FLOAT32X4 decimal = MS_SUBQ_F32(input, MS_MULQ_F32(MS_CVTQEPI32_PS(integer), param[0])); in VexpFp32() local
71 MS_FLOAT32X8 decimal = MS_SUB256_F32(input, MS_MUL256_F32(MS_CVT256EPI32_PS(integer), param[0])); in simd_exp_avx() local
88 float decimal = src - integer * param[0]; in single_exp() local
/third_party/python/Lib/test/
Dtest_decimal.py502 decimal = C variable in CIBMTestCases
504 decimal = P variable in PyIBMTestCases
852 decimal = C variable in CExplicitConstructionTest
854 decimal = P variable in PyExplicitConstructionTest
934 decimal = C variable in CImplicitConstructionTest
936 decimal = P variable in PyImplicitConstructionTest
1216 decimal = C variable in CFormatTest
1218 decimal = P variable in PyFormatTest
1516 decimal = C variable in CArithmeticOperatorsTest
1518 decimal = P variable in PyArithmeticOperatorsTest
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dexp_fp16.h42 float decimal = (float)src - integer * param[0]; in single_exp_fp16() local
/third_party/mesa3d/src/util/
Dformat_r11g11b10f.h121 float scale, decimal; in uf11_to_f32() local
203 float scale, decimal; in uf10_to_f32() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMicroProps.java21 public DecimalSeparatorDisplay decimal; field in MicroProps
DMacroProps.java35 public DecimalSeparatorDisplay decimal; field in MacroProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java26 public DecimalSeparatorDisplay decimal; field in MicroProps
DMacroProps.java32 public DecimalSeparatorDisplay decimal; field in MacroProps
/third_party/python/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
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbolsC.java59 char decimal = en.getDecimalSeparator(); in TestSymbols() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatSymbolsC.java62 char decimal = en.getDecimalSeparator(); in TestSymbols() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtptngen.h533 UnicodeString decimal; variable
/third_party/icu/icu4c/source/i18n/unicode/
Ddtptngen.h560 UnicodeString decimal; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtptngen.h560 UnicodeString decimal; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtptngen.h560 UnicodeString decimal; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_microprops.h33 UNumberDecimalSeparatorDisplay decimal; member
Dnumparse_impl.h82 DecimalMatcher decimal; member
/third_party/typescript/tests/baselines/reference/
DparseBigInt.js59 { const decimal = 4.1n; } constant
129 const decimal = 4.1n; constant
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_impl.h83 DecimalMatcher decimal; member
Dnumber_microprops.h83 UNumberDecimalSeparatorDisplay decimal; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_impl.h83 DecimalMatcher decimal; member
Dnumber_microprops.h82 UNumberDecimalSeparatorDisplay decimal; member
/third_party/icu/icu4c/source/i18n/
Dnumparse_impl.h83 DecimalMatcher decimal; member
Dnumber_microprops.h82 UNumberDecimalSeparatorDisplay decimal; member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c203 FT_Long decimal = 0; in PS_Conv_ToFixed() local

1234