Home
last modified time | relevance | path

Searched defs:t10 (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsxHash.js10 var t10 = <a><i/>#</a>; variable
DcastingTuple.js22 var t10: [E1, E2] = [E1.one, E2.one]; variable
106 var t10 = [E1.one, E2.one]; variable
DdynamicNames.js113 let t10: T10; variable
192 let t10; variable
/third_party/typescript/tests/cases/conformance/types/tuple/
DcastingTuple.ts21 var t10: [E1, E2] = [E1.one, E2.one]; variable
22 var t11 = <[number, number]>t10; variable
/third_party/ffmpeg/libavcodec/
Dhqxdsp.c30 int t10, t11, t12, t13; in idct_col() local
76 int t10, t11, t12, t13; in idct_row() local
Dmv30.c126 const unsigned t10 = (((int)(tB * 277U) >> 8) - tD) + tF; in idct_1d() local
Dvp9dsp_template.c1289 dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15; in idct16_1d() local
1377 dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15; in iadst16_1d() local
1525 dctint t10 = t11a - t10a; in idct32_1d() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAlignOf.h111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; variable
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitClassMemberWithComputedPropertyName.ts52 export const t10 = new Foo()[k4]; constant
DdynamicNames.ts115 let t10: T10; variable
DcontextualTyping.ts96 t10: IFoo[]; property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts57 let t10: T10<string> = false; variable
/third_party/ffmpeg/libavcodec/alpha/
Dregdef.h55 #define t10 $24 macro
/third_party/pulseaudio/speex/libspeexdsp/
Dsmallft.c278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, in dradbg() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DWriteIndicCharts.java81 Transliterator t10 = Transliterator.getInstance("InterIndic-Latin"); in writeIICharts() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlgamma_r.c111 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
Dlgammaf_r.c46 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable
/third_party/musl/src/math/
Dlgammaf_r.c46 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable
Dlgamma_r.c111 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
/third_party/skia/tests/
DPathOpsQuadIntersectionTest.cpp468 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp576 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
/third_party/FreeBSD/lib/msun/ld128/
De_lgammal_r.c80 t10 = 2.25976482322181046611440855340968560e-03L, variable
/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_msa.c319 v8i16 t8, t9, t10, t11, t12, t13, t14, t15; in put_vc1_mspel_mc_h_v_msa() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5047 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in getLimitedPrecisionExp2() local
5170 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandLog() local
5267 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandLog2() local
/third_party/mesa3d/include/CL/
Dcl.hpp7457 T10 t10 = NullType(), in operator ()()