/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_max_no_idx_f32.c | 62 float32_t newVal; in arm_max_no_idx_f32() local 92 newVal = *pSrc++; in arm_max_no_idx_f32() 95 if (maxValue < newVal) in arm_max_no_idx_f32() 98 maxValue = newVal; in arm_max_no_idx_f32() 115 float32_t newVal; in arm_max_no_idx_f32() local 119 newVal = *pSrc++; in arm_max_no_idx_f32() 122 if (maxValue < newVal) in arm_max_no_idx_f32() 125 maxValue = newVal; in arm_max_no_idx_f32()
|
D | arm_max_no_idx_f16.c | 65 float16_t newVal; in arm_max_no_idx_f16() local 95 newVal = *pSrc++; in arm_max_no_idx_f16() 98 if (maxValue < newVal) in arm_max_no_idx_f16() 101 maxValue = newVal; in arm_max_no_idx_f16() 118 float16_t newVal; in arm_max_no_idx_f16() local 122 newVal = *pSrc++; in arm_max_no_idx_f16() 125 if (maxValue < newVal) in arm_max_no_idx_f16() 128 maxValue = newVal; in arm_max_no_idx_f16()
|
/third_party/typescript/tests/baselines/reference/ |
D | vueLikeDataAndPropsInference.types | 53 … return { bar: true } }, watch: { foo(newVal: string, oldVal: s… 55 …newVal: string, oldVal: string): void { this.bar = false } }} : { props: { fo… 81 >watch : { foo(newVal: string, oldVal: string): void; } 82 >{ foo(newVal: string, oldVal: string): void { this.bar = false } } : {… 84 foo(newVal: string, oldVal: string): void { 85 >foo : (newVal: string, oldVal: string) => void 86 >newVal : string
|
D | vueLikeDataAndPropsInference2.types | 54 … return { bar: true } }, watch: { foo(newVal: string, oldVal: s… 56 …newVal: string, oldVal: string): void { this.bar = false } }} : { props: { fo… 82 >watch : { foo(newVal: string, oldVal: string): void; } 83 >{ foo(newVal: string, oldVal: string): void { this.bar = false } } : {… 85 foo(newVal: string, oldVal: string): void { 86 >foo : (newVal: string, oldVal: string) => void 87 >newVal : string
|
D | vueLikeDataAndPropsInference.js | 42 foo(newVal: string, oldVal: string): void { 59 foo: function (newVal, oldVal) { argument
|
D | vueLikeDataAndPropsInference2.js | 43 foo(newVal: string, oldVal: string): void { 60 foo: function (newVal, oldVal) { argument
|
D | vueLikeDataAndPropsInference.symbols | 122 foo(newVal: string, oldVal: string): void { 124 >newVal : Symbol(newVal, Decl(vueLikeDataAndPropsInference.ts, 40, 12))
|
D | vueLikeDataAndPropsInference2.symbols | 125 foo(newVal: string, oldVal: string): void { 127 >newVal : Symbol(newVal, Decl(vueLikeDataAndPropsInference2.ts, 41, 12))
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleObjectCache.java | 41 V newVal = createObject(key); in get() local 42 if (key == null || newVal == null) { in get() 47 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get() 53 value = newVal; in get()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleObjectCache.java | 37 V newVal = createObject(key); in get() local 38 if (key == null || newVal == null) { in get() 43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get() 49 value = newVal; in get()
|
/third_party/jsframework/runtime/main/reactivity/ |
D | observer.js | 163 set: function reactiveSetter (newVal) { 165 if (newVal === value) { 169 setter.call(obj, newVal); 171 val = newVal; 173 childOb = observe(newVal);
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/class_expressions/ |
D | class_expressions_1.ts | 44 set value(newVal) { 45 this._rawValue = newVal;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tmutfmt.cpp | 723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local 724 newVal[0] = value[0]->clone(); in copyHash() 725 newVal[1] = value[1]->clone(); in copyHash() 726 target->put(UnicodeString(*key), newVal, status); in copyHash() 728 delete newVal[0]; in copyHash() 729 delete newVal[1]; in copyHash() 730 uprv_free(newVal); in copyHash()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tmutfmt.cpp | 723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local 724 newVal[0] = value[0]->clone(); in copyHash() 725 newVal[1] = value[1]->clone(); in copyHash() 726 target->put(UnicodeString(*key), newVal, status); in copyHash() 728 delete newVal[0]; in copyHash() 729 delete newVal[1]; in copyHash() 730 uprv_free(newVal); in copyHash()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tmutfmt.cpp | 723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local 724 newVal[0] = (MessageFormat*)value[0]->clone(); in copyHash() 725 newVal[1] = (MessageFormat*)value[1]->clone(); in copyHash() 726 target->put(UnicodeString(*key), newVal, status); in copyHash() 728 delete newVal[0]; in copyHash() 729 delete newVal[1]; in copyHash() 730 uprv_free(newVal); in copyHash()
|
/third_party/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local 724 newVal[0] = value[0]->clone(); in copyHash() 725 newVal[1] = value[1]->clone(); in copyHash() 726 target->put(UnicodeString(*key), newVal, status); in copyHash() 728 delete newVal[0]; in copyHash() 729 delete newVal[1]; in copyHash() 730 uprv_free(newVal); in copyHash()
|
/third_party/node/lib/internal/ |
D | buffer.js | 660 const newVal = MathFloor(value * 2 ** -32); 668 buf[offset++] = newVal; 669 buf[offset++] = (newVal >>> 8); 677 const newVal = value; 685 buf[offset++] = MathFloor(newVal * 2 ** -32); 771 const newVal = MathFloor(value * 2 ** -32); 772 buf[offset++] = (newVal >>> 8); 773 buf[offset++] = newVal;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBITableBuilder.java | 1031 int newVal = existingVal; 1033 newVal = keepState; 1035 newVal = existingVal - 1; 1037 sd.fDtran[col] = newVal; 1061 int newVal = existingVal; 1063 newVal = keepState; 1065 newVal = existingVal - 1; 1067 row[col] = (short)newVal;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 1042 int newVal = existingVal; 1044 newVal = keepState; 1046 newVal = existingVal - 1; 1048 sd.fDtran[col] = newVal; 1072 int newVal = existingVal; 1074 newVal = keepState; 1076 newVal = existingVal - 1; 1078 row[col] = (short)newVal;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 1199 int32_t newVal = existingVal; in removeState() local 1201 newVal = keepState; in removeState() 1203 newVal = existingVal - 1; in removeState() 1205 sd->fDtran->setElementAt(newVal, col); in removeState() 1234 int32_t newVal = existingVal; in removeSafeState() local 1236 newVal = keepState; in removeSafeState() 1238 newVal = existingVal - 1; in removeSafeState() 1240 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbitblb.cpp | 1277 int32_t newVal = existingVal; in removeState() local 1279 newVal = keepState; in removeState() 1281 newVal = existingVal - 1; in removeState() 1283 sd->fDtran->setElementAt(newVal, col); in removeState() 1302 int32_t newVal = existingVal; in removeSafeState() local 1304 newVal = keepState; in removeSafeState() 1306 newVal = existingVal - 1; in removeSafeState() 1308 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
|
/third_party/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 1271 int32_t newVal = existingVal; in removeState() local 1273 newVal = keepState; in removeState() 1275 newVal = existingVal - 1; in removeState() 1277 sd->fDtran->setElementAt(newVal, col); in removeState() 1296 int32_t newVal = existingVal; in removeSafeState() local 1298 newVal = keepState; in removeSafeState() 1300 newVal = existingVal - 1; in removeSafeState() 1302 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 1271 int32_t newVal = existingVal; in removeState() local 1273 newVal = keepState; in removeState() 1275 newVal = existingVal - 1; in removeState() 1277 sd->fDtran->setElementAt(newVal, col); in removeState() 1296 int32_t newVal = existingVal; in removeSafeState() local 1298 newVal = keepState; in removeSafeState() 1300 newVal = existingVal - 1; in removeSafeState() 1302 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
|
/third_party/typescript/tests/cases/compiler/ |
D | vueLikeDataAndPropsInference.ts | 41 foo(newVal: string, oldVal: string): void {
|
D | vueLikeDataAndPropsInference2.ts | 42 foo(newVal: string, oldVal: string): void {
|