Home
last modified time | relevance | path

Searched defs:baseValue (Results 1 - 25 of 27) sorted by relevance

12

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dexp_test.cpp57 float* baseValue = new (std::nothrow) float [1]{-1.0f}; in SaveBase() local
195 int64_t* baseValue = new (std::nothrow) int64_t [1]{-1}; in HWTEST_F() local
380 float baseValue = -1.0f; in HWTEST_F() local
/third_party/icu/icu4c/source/i18n/
H A Dnfrule.h108 int64_t baseValue; member in NFRule
H A Dnfsubs.cpp693 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
936 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
1123 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& resVal) const doParse() argument
1258 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
[all...]
H A Dnfrs.cpp238 int64_t baseValue = rule->getBaseValue(); in parseRules() local
270 int64_t baseValue = rule->getBaseValue(); in setNonNumericalRule() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrule.h108 int64_t baseValue; member in NFRule
H A Dnfsubs.cpp711 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
954 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
1141 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& resVal) const doParse() argument
1276 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
[all...]
H A Dnfrs.cpp238 int64_t baseValue = rule->getBaseValue(); in parseRules() local
270 int64_t baseValue = rule->getBaseValue(); in setNonNumericalRule() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.h108 int64_t baseValue; member in NFRule
H A Dnfrs.cpp238 int64_t baseValue = rule->getBaseValue(); in parseRules() local
270 int64_t baseValue = rule->getBaseValue(); in setNonNumericalRule() local
[all...]
H A Dnfsubs.cpp693 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
936 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
1123 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& resVal) const doParse() argument
1258 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
[all...]
/test/xts/acts/ai/nncore/opstest/src/
H A Dexp_test.cpp27 float baseValue = 1; member
61 float baseValue = 0; member
81 float baseValue = 1; member
/test/testfwk/developer_test/aw/cxx/hwext/
H A Dperf.cpp290 double baseValue = -1; in ExpectValue() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFSubstitution.java427 public Number doParse(String text, ParsePosition parsePosition, double baseValue, in doParse() argument
997 public Number doParse(String text, ParsePosition parsePosition, double baseValue, in doParse() argument
1302 public Number doParse(String text, ParsePosition parsePosition, double baseValue, in doParse() argument
1625 doParse(String text, ParsePosition parsePosition, double baseValue, double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) doParse() argument
[all...]
H A DNFRule.java67 private long baseValue; field in NFRule
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFSubstitution.java428 public Number doParse(String text, ParsePosition parsePosition, double baseValue, in doParse() argument
998 public Number doParse(String text, ParsePosition parsePosition, double baseValue, in doParse() argument
1303 public Number doParse(String text, ParsePosition parsePosition, double baseValue, in doParse() argument
1626 doParse(String text, ParsePosition parsePosition, double baseValue, double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) doParse() argument
[all...]
H A DNFRule.java68 private long baseValue; field in NFRule
[all...]
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dmetadata_controller.cpp434 std::string baseValue = std::to_string(*(baseEntry.data.f)); in IsChangeFloatMetadata() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp152 double RenderSvgBase::ConvertDimensionToPx(const Dimension& value, double baseValue) in ConvertDimensionToPx() argument
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_internal.h71 U32 baseValue; member
H A Dzstd_decompress_block.c422 static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U8 nbAddBits) in ZSTD_buildSeqTable_rle() argument
444 ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt, const short* normalizedCounter, unsigned maxSymbolValue, const U32* baseValue, const U8* nbAdditionalBits, unsigned tableLog, void* wksp, size_t wkspSize) ZSTD_buildFSETable_body() argument
564 ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt, const short* normalizedCounter, unsigned maxSymbolValue, const U32* baseValue, const U8* nbAdditionalBits, unsigned tableLog, void* wksp, size_t wkspSize) ZSTD_buildFSETable_body_default() argument
574 ZSTD_buildFSETable_body_bmi2(ZSTD_seqSymbol* dt, const short* normalizedCounter, unsigned maxSymbolValue, const U32* baseValue, const U8* nbAdditionalBits, unsigned tableLog, void* wksp, size_t wkspSize) ZSTD_buildFSETable_body_bmi2() argument
584 ZSTD_buildFSETable(ZSTD_seqSymbol* dt, const short* normalizedCounter, unsigned maxSymbolValue, const U32* baseValue, const U8* nbAdditionalBits, unsigned tableLog, void* wksp, size_t wkspSize, int bmi2) ZSTD_buildFSETable() argument
605 ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, symbolEncodingType_e type, unsigned max, U32 maxLog, const void* src, size_t srcSize, const U32* baseValue, const U8* nbAdditionalBits, const ZSTD_seqSymbol* defaultTable, U32 flagRepeatTable, int ddictIsCold, int nbSeq, U32* wksp, size_t wkspSize, int bmi2) ZSTD_buildSeqTable() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp873 std::string getDataTypeLiteral(glu::DataType dt, std::string baseValue) in getDataTypeLiteral() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp889 std::string getDataTypeLiteral(glu::DataType dt, std::string baseValue) in getDataTypeLiteral() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1170 const std::string baseValue = toHex(baseValue_); variable
1193 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1203 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1212 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1221 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1232 checks << " anyError |= ((readValue == " << baseValue << ") variable
1241 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
1253 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
1265 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
[all...]
H A DvktBindingValveMutableTests.cpp1089 const std::string baseValue = toHex(baseValue_); variable
1112 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1122 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1131 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1140 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1151 checks << " anyError |= ((readValue == " << baseValue << ") variable
1160 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
1172 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
1184 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1166 const std::string baseValue = toHex(baseValue_); variable
1189 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1199 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1208 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1217 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\n"; variable
1228 checks << " anyError |= ((readValue == " << baseValue << ") variable
1237 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
1249 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
1261 checks << " anyError |= ((readValue == " << baseValue << ") ? 0u : 1u);\\n"; global() variable
[all...]

Completed in 33 milliseconds

12