Home
last modified time | relevance | path

Searched refs:k4 (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccessErrors.js71 … U, y: T & U, k1: keyof (T | U), k2: keyof T & keyof U, k3: keyof (T & U), k4: keyof T | keyof U) {
75 x[k4]; // Error
80 y[k4];
84 k1 = k4; // Error
88 k2 = k4; // Error
92 k3 = k4;
94 k4 = k1;
95 k4 = k2;
96 k4 = k3;
177 function f20(x, y, k1, k2, k3, k4) { argument
[all …]
DkeyofAndIndexedAccessErrors.types206 … U, y: T & U, k1: keyof (T | U), k2: keyof T & keyof U, k3: keyof (T & U), k4: keyof T | keyof U) {
207 >f20 : <T, U>(x: T | U, y: T & U, k1: keyof (T | U), k2: keyof T & keyof U, k3: keyof (T & U), k4: …
213 >k4 : keyof T | keyof U
230 x[k4]; // Error
231 >x[k4] : any
233 >k4 : keyof T | keyof U
250 y[k4];
251 >y[k4] : (T & U)[keyof T | keyof U]
253 >k4 : keyof T | keyof U
265 k1 = k4; // Error
[all …]
DspliceTuples.symbols32 let k4: [number, string, ...boolean[]];
33 >k4 : Symbol(k4, Decl(spliceTuples.ts, 15, 3))
35 k4 = [1, ...sbb_];
36 >k4 : Symbol(k4, Decl(spliceTuples.ts, 15, 3))
DspliceTuples.js17 let k4: [number, string, ...boolean[]]; variable
18 k4 = [1, ...sbb_];
39 var k4; variable
40 k4 = __spreadArray([1], sbb_);
DspliceTuples.types45 let k4: [number, string, ...boolean[]];
46 >k4 : [number, string, ...boolean[]]
48 k4 = [1, ...sbb_];
49 >k4 = [1, ...sbb_] : [number, string, boolean, ...boolean[]]
50 >k4 : [number, string, ...boolean[]]
DkeyofAndIndexedAccessErrors.symbols222 … U, y: T & U, k1: keyof (T | U), k2: keyof T & keyof U, k3: keyof (T & U), k4: keyof T | keyof U) {
241 >k4 : Symbol(k4, Decl(keyofAndIndexedAccessErrors.ts, 69, 99))
257 x[k4]; // Error
259 >k4 : Symbol(k4, Decl(keyofAndIndexedAccessErrors.ts, 69, 99))
273 y[k4];
275 >k4 : Symbol(k4, Decl(keyofAndIndexedAccessErrors.ts, 69, 99))
285 k1 = k4; // Error
287 >k4 : Symbol(k4, Decl(keyofAndIndexedAccessErrors.ts, 69, 99))
297 k2 = k4; // Error
299 >k4 : Symbol(k4, Decl(keyofAndIndexedAccessErrors.ts, 69, 99))
[all …]
DtypeUsedAsTypeLiteralIndex.symbols53 k4: string;
54 >k4 : Symbol(k4, Decl(typeUsedAsTypeLiteralIndex.ts, 22, 17))
DcheckJsxChildrenProperty15.js12 const k4 = <Tag key="1"><div></div></Tag>; constant
26 var k4 = <Tag key="1"><div></div></Tag>;
DcheckJsxChildrenProperty15.symbols29 const k4 = <Tag key="1"><div></div></Tag>;
30 >k4 : Symbol(k4, Decl(file.tsx, 10, 5))
DcheckJsxChildrenProperty11.js23 let k4 = <Button> <h2> Hello </h2> </Button>; variable
38 var k4 = <Button> <h2> Hello </h2> </Button>;
DcheckJsxChildrenProperty10.js23 let k4 = <Button> <h2> Hello </h2> </Button>; variable
38 var k4 = <Button> <h2> Hello </h2> </Button>;
/third_party/iowow/src/utils/
Dmurmur3.c111 uint32_t k1, k2, k3, k4; in murmur3_x86_128() local
116 memcpy(&k4, blocks + i * 4 + 3, sizeof(k4)); in murmur3_x86_128()
139 k4 *= c4; in murmur3_x86_128()
140 k4 = ROTL32(k4, 18); in murmur3_x86_128()
141 k4 *= c1; in murmur3_x86_128()
142 h4 ^= k4; in murmur3_x86_128()
153 uint32_t k4 = 0; in murmur3_x86_128() local
157 k4 ^= (uint32_t)tail[14] << 16; in murmur3_x86_128()
160 k4 ^= (uint32_t)tail[13] << 8; in murmur3_x86_128()
163 k4 ^= (uint32_t)tail[12] << 0; in murmur3_x86_128()
[all …]
/third_party/skia/src/effects/
DSkBlenders.cpp12 sk_sp<SkBlender> SkBlenders::Arithmetic(float k1, float k2, float k3, float k4, in Arithmetic() argument
18 !SkScalarIsFinite(k4)) { in Arithmetic()
24 float k1, k2, k3, k4; in Arithmetic() member
35 SkScalarNearlyEqual(k4, t.k4)) { in Arithmetic()
60 k1, k2, k3, k4, in Arithmetic()
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts70 … U, y: T & U, k1: keyof (T | U), k2: keyof T & keyof U, k3: keyof (T & U), k4: keyof T | keyof U) {
74 x[k4]; // Error
79 y[k4];
83 k1 = k4; // Error
87 k2 = k4; // Error
91 k3 = k4;
93 k4 = k1;
94 k4 = k2;
95 k4 = k3;
/third_party/boost/libs/fusion/test/sequence/
Dmap_copy.cpp26 struct k4 {}; struct
41 boost::fusion::pair<k4, double>
45 return boost::fusion::make_map<k1, k2, k3, k4>(i, i+1, i+2, i+3); in foo()
69 map<pair<k1, char>, pair<k2, BB*>, pair<k3, BB>, pair<k4, DD> > t; in test()
70 map<pair<k1, int>, pair<k2, AA*>, pair<k3, CC>, pair<k4, CC> > a(t); in test()
/third_party/boost/libs/numeric/odeint/test/
Dfusion_algebra.cpp71 k4( 4.0 * si::meter_per_second , 4.0 * si::meter_per_second_squared ) , in fusion_fixture()
85 BOOST_CHECK_CLOSE( fusion::at_c< 0 >( k4 ).value() , 4.0 , 1.0e-10 ); in ~fusion_fixture()
86 BOOST_CHECK_CLOSE( fusion::at_c< 1 >( k4 ).value() , 4.0 , 1.0e-10 ); in ~fusion_fixture()
94 deriv_type k1 , k2 , k3 , k4 , k5 , k6 ; member
142 algebra.for_each6( f.res , f.x , f.k1 , f.k2 , f.k3 , f.k4 , in BOOST_AUTO_TEST_CASE()
151 algebra.for_each7( f.res , f.x , f.k1 , f.k2 , f.k3 , f.k4 , f.k5 , in BOOST_AUTO_TEST_CASE()
160 algebra.for_each8( f.res , f.x , f.k1 , f.k2 , f.k3 , f.k4 , f.k5 , f.k6 , in BOOST_AUTO_TEST_CASE()
169 …ebra.for_each15( f.res , f.x , f.k1 , f.k2 , f.k3 , f.k4 , f.k5 , f.k6 , f.k1 , f.k2 , f.k3 , f.k4 in BOOST_AUTO_TEST_CASE()
/third_party/flutter/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp53 ArithmeticImageFilterImpl(float k1, float k2, float k3, float k4, bool enforcePMColor, in ArithmeticImageFilterImpl() argument
55 : INHERITED(inputs, 2, cropRect), fK{k1, k2, k3, k4}, fEnforcePMColor(enforcePMColor) {} in ArithmeticImageFilterImpl()
90 sk_sp<SkImageFilter> SkArithmeticImageFilter::Make(float k1, float k2, float k3, float k4, in Make() argument
96 !SkScalarIsFinite(k4)) { in Make()
103 SkScalarNearlyZero(k4)) { in Make()
106 SkScalarNearlyEqual(k3, SK_Scalar1) && SkScalarNearlyZero(k4)) { in Make()
109 SkScalarNearlyZero(k4)) { in Make()
119 new ArithmeticImageFilterImpl(k1, k2, k3, k4, enforcePMColor, inputs, crop)); in Make()
159 k4 = k[3] * 255.0f + 0.5f; in arith_span() local
164 r = pin(0, k1*s*d + k2*s + k3*d + k4, 255); in arith_span()
[all …]
/third_party/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp34 SkArithmeticImageFilter(float k1, float k2, float k3, float k4, bool enforcePMColor, in SkArithmeticImageFilter() argument
37 , fK{k1, k2, k3, k4} in SkArithmeticImageFilter()
74 SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor, in Arithmetic() argument
78 !SkScalarIsFinite(k4)) { in Arithmetic()
85 SkScalarNearlyZero(k4)) { in Arithmetic()
88 SkScalarNearlyEqual(k3, SK_Scalar1) && SkScalarNearlyZero(k4)) { in Arithmetic()
91 SkScalarNearlyZero(k4)) { in Arithmetic()
101 new SkArithmeticImageFilter(k1, k2, k3, k4, enforcePMColor, inputs, cropRect)); in Arithmetic()
142 k4 = k[3] * 255.0f + 0.5f; in arith_span() local
147 r = pin(0, k1*s*d + k2*s + k3*d + k4, 255); in arith_span()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c324 FT_UInt32 k4 = blocks[i * 4 + 3]; in murmur_hash_3_128() local
354 k4 *= c4; in murmur_hash_3_128()
355 k4 = ROTL32( k4, 18 ); in murmur_hash_3_128()
356 k4 *= c1; in murmur_hash_3_128()
357 h4 ^= k4; in murmur_hash_3_128()
370 FT_UInt32 k4 = 0; in murmur_hash_3_128() local
376 k4 ^= (FT_UInt32)tail[14] << 16; in murmur_hash_3_128()
379 k4 ^= (FT_UInt32)tail[13] << 8; in murmur_hash_3_128()
382 k4 ^= (FT_UInt32)tail[12]; in murmur_hash_3_128()
383 k4 *= c4; in murmur_hash_3_128()
[all …]
/third_party/freetype/src/sfnt/
Dsfdriver.c324 FT_UInt32 k4 = blocks[i * 4 + 3]; in murmur_hash_3_128() local
354 k4 *= c4; in murmur_hash_3_128()
355 k4 = ROTL32( k4, 18 ); in murmur_hash_3_128()
356 k4 *= c1; in murmur_hash_3_128()
357 h4 ^= k4; in murmur_hash_3_128()
370 FT_UInt32 k4 = 0; in murmur_hash_3_128() local
376 k4 ^= (FT_UInt32)tail[14] << 16; in murmur_hash_3_128()
379 k4 ^= (FT_UInt32)tail[13] << 8; in murmur_hash_3_128()
382 k4 ^= (FT_UInt32)tail[12]; in murmur_hash_3_128()
383 k4 *= c4; in murmur_hash_3_128()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c325 FT_UInt32 k4 = blocks[i * 4 + 3]; in murmur_hash_3_128() local
355 k4 *= c4; in murmur_hash_3_128()
356 k4 = ROTL32( k4, 18 ); in murmur_hash_3_128()
357 k4 *= c1; in murmur_hash_3_128()
358 h4 ^= k4; in murmur_hash_3_128()
371 FT_UInt32 k4 = 0; in murmur_hash_3_128() local
377 k4 ^= (FT_UInt32)tail[14] << 16; in murmur_hash_3_128()
380 k4 ^= (FT_UInt32)tail[13] << 8; in murmur_hash_3_128()
383 k4 ^= (FT_UInt32)tail[12]; in murmur_hash_3_128()
384 k4 *= c4; in murmur_hash_3_128()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DWinogradTrans.c34 __m128 k4 = _mm_load_ps1(BK + 3 * h); in WinogradTransLeft() local
48 s1 = _mm_add_ps(s1, _mm_mul_ps(s4, k4)); in WinogradTransLeft()
65 __m128 k4 = _mm_load_ps1(BK + 3 * h); in WinogradTransLeft() local
76 s1 = _mm_add_ps(s1, _mm_mul_ps(s4, k4)); in WinogradTransLeft()
133 __m128 k4 = _mm_load_ps1(BK + 3 * h); in WinogradTransRight() local
151 s1 = _mm_add_ps(s1, _mm_mul_ps(s4, k4)); in WinogradTransRight()
167 __m128 k4 = _mm_load_ps1(BK + 3 * h); in WinogradTransRight() local
181 s1 = _mm_add_ps(s1, _mm_mul_ps(s4, k4)); in WinogradTransRight()
/third_party/typescript/tests/cases/compiler/
DspliceTuples.ts16 let k4: [number, string, ...boolean[]]; variable
17 k4 = [1, ...sbb_];
/third_party/ffmpeg/tests/fate/
Damrnb.mak17 FATE_AMRNB += fate-amrnb-7k4
18 fate-amrnb-7k4: CMD = pcm -i $(TARGET_SAMPLES)/amrnb/7.4k.amr
19 fate-amrnb-7k4: REF = $(SAMPLES)/amrnb/7.4k.pcm
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_dynaminc_shape_util.cc31 constexpr int64_t k4 = 4; variable
124 const std::pair<int64_t, int64_t> c0 = {k4, k4}; in Nc1hwc04Range()
172 const std::pair<int64_t, int64_t> c0 = {k4, k4}; in FracZC04Range()
186 const std::pair<int64_t, int64_t> c0 = {k4, k4}; in FracZNLSTMCRange()
187 const std::pair<int64_t, int64_t> c16 = {k4, k4}; in FracZNLSTMCRange()

12345