/third_party/typescript/tests/baselines/reference/ |
D | spliceTuples.symbols | 39 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))
|
D | spliceTuples.js | 20 let k5: [number, string, boolean, ...boolean[]]; variable 21 k5 = [1, ...sbb_]; 41 var k5; variable 42 k5 = __spreadArray([1], sbb_);
|
D | spliceTuples.types | 56 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[]]
|
D | checkJsxChildrenProperty15.js | 13 const k5 = <Tag key="1"><div></div><div></div></Tag>; constant 27 var k5 = <Tag key="1"><div></div><div></div></Tag>;
|
D | checkJsxChildrenProperty15.symbols | 37 const k5 = <Tag key="1"><div></div><div></div></Tag>; 38 >k5 : Symbol(k5, Decl(file.tsx, 11, 5))
|
D | spliceTuples.errors.txt | 24 let k5: [number, string, boolean, ...boolean[]]; 25 k5 = [1, ...sbb_];
|
D | checkJsxChildrenProperty2.js | 49 let k5 = variable 87 var k5 = <Comp a={10} b="hi">
|
D | checkJsxChildrenProperty15.types | 45 const k5 = <Tag key="1"><div></div><div></div></Tag>; 46 >k5 : JSX.Element
|
D | checkJsxChildrenProperty14.js | 43 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>; variable 90 var k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
|
D | checkJsxChildrenProperty2.symbols | 126 let k5 = 127 >k5 : Symbol(k5, Decl(file.tsx, 47, 3))
|
D | checkJsxChildrenProperty14.symbols | 126 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>; 127 >k5 : Symbol(k5, Decl(file.tsx, 41, 3))
|
D | checkJsxChildrenProperty14.types | 142 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>; 143 >k5 : JSX.Element
|
D | checkJsxChildrenProperty2.types | 144 let k5 = 145 >k5 : JSX.Element
|
D | checkJsxChildrenProperty14.errors.txt | 46 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
|
D | checkJsxChildrenProperty15.errors.txt | 27 const k5 = <Tag key="1"><div></div><div></div></Tag>;
|
/third_party/ffmpeg/tests/fate/ |
D | real.mak | 36 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/ |
D | fusion_algebra.cpp | 72 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/ |
D | spliceTuples.ts | 19 let k5: [number, string, boolean, ...boolean[]]; variable 20 k5 = [1, ...sbb_];
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | WinogradTrans.c | 35 __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/ |
D | dng_lens_correction.cpp | 473 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/ |
D | Key.h | 22 k5, enumerator
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | checkJsxChildrenProperty15.tsx | 18 const k5 = <Tag key="1"><div></div><div></div></Tag>;
|
D | checkJsxChildrenProperty14.tsx | 48 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
|
D | checkJsxChildrenProperty2.tsx | 55 let k5 =
|
/third_party/glslang/Test/ |
D | decls.frag | 10 int j, k5[5];
|