/third_party/typescript/tests/baselines/reference/ |
D | spliceTuples.symbols | 46 let k6: [number, string, boolean, boolean, ...boolean[]]; 47 >k6 : Symbol(k6, Decl(spliceTuples.ts, 21, 3)) 49 k6 = [1, ...sbb_]; 50 >k6 : Symbol(k6, Decl(spliceTuples.ts, 21, 3))
|
D | spliceTuples.js | 23 let k6: [number, string, boolean, boolean, ...boolean[]]; variable 24 k6 = [1, ...sbb_]; 43 var k6; variable 44 k6 = __spreadArray([1], sbb_);
|
D | spliceTuples.types | 67 let k6: [number, string, boolean, boolean, ...boolean[]]; 68 >k6 : [number, string, boolean, boolean, ...boolean[]] 70 k6 = [1, ...sbb_]; 71 >k6 = [1, ...sbb_] : [number, string, boolean, ...boolean[]] 72 >k6 : [number, string, boolean, boolean, ...boolean[]]
|
D | spliceTuples.errors.txt | 27 let k6: [number, string, boolean, boolean, ...boolean[]]; 28 k6 = [1, ...sbb_];
|
/third_party/boost/libs/numeric/odeint/test/ |
D | fusion_algebra.cpp | 73 k6( 6.0 * si::meter_per_second , 6.0 * si::meter_per_second_squared ) { } in fusion_fixture() 89 BOOST_CHECK_CLOSE( fusion::at_c< 0 >( k6 ).value() , 6.0 , 1.0e-10 ); in ~fusion_fixture() 90 BOOST_CHECK_CLOSE( fusion::at_c< 1 >( k6 ).value() , 6.0 , 1.0e-10 ); in ~fusion_fixture() 94 deriv_type k1 , k2 , k3 , k4 , k5 , k6 ; member 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 …5( 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 , f.k6… in BOOST_AUTO_TEST_CASE()
|
/third_party/typescript/tests/cases/compiler/ |
D | spliceTuples.ts | 22 let k6: [number, string, boolean, boolean, ...boolean[]]; variable 23 k6 = [1, ...sbb_];
|
/third_party/boost/tools/build/src/tools/features/ |
D | instruction-set-feature.jam | 32 k6 k6-2 k6-3 athlon athlon-tbird athlon-4 athlon-xp athlon-mp k8 opteron athlon64 athlon-fx
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | WinogradTrans.c | 36 __m128 k6 = _mm_load_ps1(BK + 5 * h); in WinogradTransLeft() local 52 s1 = _mm_add_ps(s1, _mm_mul_ps(s6, k6)); in WinogradTransLeft() 135 __m128 k6 = _mm_load_ps1(BK + 5 * h); in WinogradTransRight() local 155 s1 = _mm_add_ps(s1, _mm_mul_ps(s6, k6)); in WinogradTransRight()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 110 X86_CPU_SUBTYPE ("k6", AMDPENTIUM_K6) 111 X86_CPU_SUBTYPE ("k6-2", AMDPENTIUM_K62) 112 X86_CPU_SUBTYPE ("k6-3", AMDPENTIUM_K63)
|
/third_party/skia/tools/skui/ |
D | Key.h | 23 k6, enumerator
|
/third_party/libffi/m4/ |
D | ax_gcc_archflag.m4 | 124 *5[[67]]?:*:*:*) ax_gcc_arch=k6 ;; 125 *5[[8]]?:*:*:*) ax_gcc_arch="k6-2 k6" ;; 126 *5[[9d]]?:*:*:*) ax_gcc_arch="k6-3 k6" ;;
|
/third_party/flutter/skia/tools/sk_app/ |
D | Window.h | 89 k6, enumerator
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | config.sub | 754 pentium | p5 | k5 | k6 | nexgen | viac3) 763 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/mtdev/config-aux/ |
D | config.sub | 897 pentium | p5 | k5 | k6 | nexgen | viac3) 909 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 1475 unsigned int k6, typename T7, typename T8, typename T9> 1484 int, k4, bool, k5, unsigned int, k6, in ACTION_TEMPLATE() argument 1488 return GiantTemplate<T10<T1>, T2, T3, k4, k5, k6, T7, T8, T9>(value); in ACTION_TEMPLATE()
|
/third_party/boost/tools/build/src/tools/ |
D | gcc.jam | 1271 cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ; 1272 cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ; 1273 cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ;
|
D | msvc.jam | 2028 .cpu-type-g6 = i686 pentiumpro pentium2 pentium3 pentium3m pentium-m k6 2029 k6-2 k6-3 winchip-c6 winchip2 c3 c3-2 c7 ;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 1156 def : Proc<"k6", [FeatureX87, FeatureSlowUAMem16, FeatureCMPXCHG8B, 1158 def : Proc<"k6-2", [FeatureX87, FeatureSlowUAMem16, FeatureCMPXCHG8B, 1160 def : Proc<"k6-3", [FeatureX87, FeatureSlowUAMem16, FeatureCMPXCHG8B,
|
/third_party/wayland_standard/ |
D | config.sub | 1053 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/libevdev/build-aux/ |
D | config.sub | 1049 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/freetype/builds/unix/ |
D | config.sub | 1053 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/python/ |
D | config.sub | 1070 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/e2fsprogs/config/ |
D | config.sub | 1062 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/third_party/ffmpeg/doc/ |
D | fftools-common-opts.texi | 348 @item k6
|
/third_party/ffmpeg/libavcodec/x86/ |
D | fft.asm | 140 vperm2f128 %1, %1, %2, 0x13 ; w = {k6,k8,s6,s8,k5,k7,s5,s7}
|