Home
last modified time | relevance | path

Searched refs:k5 (Results 1 – 25 of 58) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DspliceTuples.symbols39 let k5: [number, string, boolean, ...boolean[]];
40 >k5 : Symbol(k5, Decl(spliceTuples.ts, 18, 3))
42 k5 = [1, ...sbb_];
43 >k5 : Symbol(k5, Decl(spliceTuples.ts, 18, 3))
DspliceTuples.js20 let k5: [number, string, boolean, ...boolean[]]; variable
21 k5 = [1, ...sbb_];
41 var k5; variable
42 k5 = __spreadArray([1], sbb_);
DspliceTuples.types56 let k5: [number, string, boolean, ...boolean[]];
57 >k5 : [number, string, boolean, ...boolean[]]
59 k5 = [1, ...sbb_];
60 >k5 = [1, ...sbb_] : [number, string, boolean, ...boolean[]]
61 >k5 : [number, string, boolean, ...boolean[]]
DcheckJsxChildrenProperty15.js13 const k5 = <Tag key="1"><div></div><div></div></Tag>; constant
27 var k5 = <Tag key="1"><div></div><div></div></Tag>;
DcheckJsxChildrenProperty15.symbols37 const k5 = <Tag key="1"><div></div><div></div></Tag>;
38 >k5 : Symbol(k5, Decl(file.tsx, 11, 5))
DspliceTuples.errors.txt24 let k5: [number, string, boolean, ...boolean[]];
25 k5 = [1, ...sbb_];
DcheckJsxChildrenProperty2.js49 let k5 = variable
87 var k5 = <Comp a={10} b="hi">
DcheckJsxChildrenProperty15.types45 const k5 = <Tag key="1"><div></div><div></div></Tag>;
46 >k5 : JSX.Element
DcheckJsxChildrenProperty14.js43 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>; variable
90 var k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
DcheckJsxChildrenProperty2.symbols126 let k5 =
127 >k5 : Symbol(k5, Decl(file.tsx, 47, 3))
DcheckJsxChildrenProperty14.symbols126 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
127 >k5 : Symbol(k5, Decl(file.tsx, 41, 3))
DcheckJsxChildrenProperty14.types142 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
143 >k5 : JSX.Element
DcheckJsxChildrenProperty2.types144 let k5 =
145 >k5 : JSX.Element
DcheckJsxChildrenProperty14.errors.txt46 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
DcheckJsxChildrenProperty15.errors.txt27 const k5 = <Tag key="1"><div></div><div></div></Tag>;
/third_party/ffmpeg/tests/fate/
Dreal.mak36 FATE_SIPR += fate-sipr-6k5
37 fate-sipr-6k5: CMD = pcm -i $(TARGET_SAMPLES)/sipr/sipr_6k5.rm
38 fate-sipr-6k5: REF = $(SAMPLES)/sipr/sipr_6k5.pcm
40 FATE_SIPR += fate-sipr-8k5
41 fate-sipr-8k5: CMD = pcm -i $(TARGET_SAMPLES)/sipr/sipr_8k5.rm
42 fate-sipr-8k5: REF = $(SAMPLES)/sipr/sipr_8k5.pcm
/third_party/boost/libs/numeric/odeint/test/
Dfusion_algebra.cpp72 k5( 5.0 * si::meter_per_second , 5.0 * si::meter_per_second_squared ) , in fusion_fixture()
87 BOOST_CHECK_CLOSE( fusion::at_c< 0 >( k5 ).value() , 5.0 , 1.0e-10 ); in ~fusion_fixture()
88 BOOST_CHECK_CLOSE( fusion::at_c< 1 >( k5 ).value() , 5.0 , 1.0e-10 ); in ~fusion_fixture()
94 deriv_type k1 , k2 , k3 , k4 , k5 , k6 ; member
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 …r_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 , f.k5 in BOOST_AUTO_TEST_CASE()
/third_party/typescript/tests/cases/compiler/
DspliceTuples.ts19 let k5: [number, string, boolean, ...boolean[]]; variable
20 k5 = [1, ...sbb_];
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DWinogradTrans.c35 __m128 k5 = _mm_load_ps1(BK + 4 * h); in WinogradTransLeft() local
50 M1 = _mm_add_ps(M1, _mm_mul_ps(s5, k5)); in WinogradTransLeft()
134 __m128 k5 = _mm_load_ps1(BK + 4 * h); in WinogradTransRight() local
153 M1 = _mm_add_ps(M1, _mm_mul_ps(s5, k5)); in WinogradTransRight()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lens_correction.cpp473 const real64 k5 = coefs [2]; in MaxSrcRadiusGap() local
499 if (k5 == 0.0) in MaxSrcRadiusGap()
511 const real64 discrim = 25.0 * (-6.0 * k3 * k5 - 5.0 * k5 * maxDstGap * maxDstGap); in MaxSrcRadiusGap()
518 const real64 scale = 0.1 * k5; in MaxSrcRadiusGap()
519 const real64 offset = -5.0 * maxDstGap * k5; in MaxSrcRadiusGap()
540 const real64 discrim = 25.0 * k5 * k5 in MaxSrcRadiusGap()
542 + 35.0 * d2 * k5 * k7 in MaxSrcRadiusGap()
550 const real64 offset = -20.0 * k5 * k7 - 35.0 * d2 * k7 * k7; in MaxSrcRadiusGap()
/third_party/skia/tools/skui/
DKey.h22 k5, enumerator
/third_party/typescript/tests/cases/conformance/jsx/
DcheckJsxChildrenProperty15.tsx18 const k5 = <Tag key="1"><div></div><div></div></Tag>;
DcheckJsxChildrenProperty14.tsx48 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
DcheckJsxChildrenProperty2.tsx55 let k5 =
/third_party/glslang/Test/
Ddecls.frag10 int j, k5[5];

123