Home
last modified time | relevance | path

Searched refs:T27 (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DunionTypeWithRecursiveSubtypeReduction3.symbols2 var a27: { prop: number } | { prop: T27 };
6 >T27 : Symbol(T27, Decl(unionTypeWithRecursiveSubtypeReduction3.ts, 0, 42))
8 type T27 = typeof a27;
9 >T27 : Symbol(T27, Decl(unionTypeWithRecursiveSubtypeReduction3.ts, 0, 42))
12 var b: T27;
14 >T27 : Symbol(T27, Decl(unionTypeWithRecursiveSubtypeReduction3.ts, 0, 42))
DunionTypeWithRecursiveSubtypeReduction3.types2 var a27: { prop: number } | { prop: T27 };
3 >a27 : { prop: number; } | { prop: T27; }
5 >prop : { prop: number; } | { prop: T27; }
7 type T27 = typeof a27;
8 >T27 : { prop: number; } | { prop: { prop: number; } | any; }
11 var b: T27;
DunionTypeWithRecursiveSubtypeReduction3.js2 var a27: { prop: number } | { prop: T27 };
3 type T27 = typeof a27;
5 var b: T27;
DunionTypeWithRecursiveSubtypeReduction3.errors.txt6 var a27: { prop: number } | { prop: T27 };
7 type T27 = typeof a27;
9 var b: T27;
DrestTupleElements1.js46 type T27 = T20[3];
124 declare type T27 = T20[3];
DrestTupleElements1.symbols120 type T27 = T20[3];
121 >T27 : Symbol(T27, Decl(restTupleElements1.ts, 43, 22))
DrestTupleElements1.types124 type T27 = T20[3];
125 >T27 : boolean
DinferTypes1.types164 type T27 = ArgumentType<never>; // never
165 >T27 : never
DinferTypes1.js59 type T27 = ArgumentType<never>; // never
DtemplateLiteralTypes1.js93 type T27 = FirstTwoAndRest<'a'>; // unknown
324 declare type T27 = FirstTwoAndRest<'a'>;
DrestTupleElements1.errors.txt110 type T27 = T20[3];
DinferTypes1.symbols229 type T27 = ArgumentType<never>; // never
230 >T27 : Symbol(T27, Decl(inferTypes1.ts, 56, 29))
DtemplateLiteralTypes1.types196 type T27 = FirstTwoAndRest<'a'>; // unknown
197 >T27 : unknown
DvariadicTuples1.js251 type T27 = Last<[]>;
707 declare type T27 = Last<[]>;
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h353 typename T26, typename T27>
357 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> Tail;
365 typename T26, typename T27, typename T28>
369 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> Tail;
377 typename T26, typename T27, typename T28, typename T29>
381 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28,
390 typename T26, typename T27, typename T28, typename T29, typename T30>
394 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29,
403 typename T26, typename T27, typename T28, typename T29, typename T30,
408 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29,
[all …]
/third_party/typescript/tests/cases/compiler/
DunionTypeWithRecursiveSubtypeReduction3.ts1 var a27: { prop: number } | { prop: T27 };
2 type T27 = typeof a27; alias
4 var b: T27;
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c43 T27 = 0.0000024196006108814377, /* 0x144c0d80cc6896.0p-71 */ variable
50 w * (T27 + w * T31))))))
74 T27 = 0x1.b0f72d33eff7bfa2fbc1059d90b6p-18L, variable
97 w * (T27 + w * (T31 + w * (T35 + w * (T39 + w * (T43 + \
/third_party/musl/src/math/
D__tanl.c43 T27 = 0.0000024196006108814377, /* 0x144c0d80cc6896.0p-71 */ variable
50 w * (T27 + w * T31))))))
74 T27 = 0x1.b0f72d33eff7bfa2fbc1059d90b6p-18L, variable
97 w * (T27 + w * (T31 + w * (T35 + w * (T39 + w * (T43 + \
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts48 type T27 = T20[3];
DvariadicTuples1.ts253 type T27 = Last<[]>; alias
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.hpp7414 typename T24, typename T25, typename T26, typename T27,
7465 T27 t27 = NullType(), in operator ()()
7501 SetArg<27, T27>::set(kernel_, t27); in operator ()()
7552 typename T27,
7587 T27,
7639 T27,
7674 T27 arg27, in operator ()()
7747 typename T27,
7779 T27,
7813 T27,
[all …]
/third_party/mesa3d/include/CL/
Dcl.hpp7424 typename T24, typename T25, typename T26, typename T27,
7474 T27 t27 = NullType(), in operator ()()
7509 SetArg<27, T27>::set(kernel_, t27); in operator ()()
7559 typename T27,
7594 T27,
7646 T27,
7681 T27 arg27, in operator ()()
7754 typename T27,
7786 T27,
7820 T27,
[all …]
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts61 type T27 = ArgumentType<never>; // never alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts95 type T27 = FirstTwoAndRest<'a'>; // unknown alias
/third_party/python/Modules/
Dmathmodule.c2514 const double T27 = 134217729.0; /* ldexp(1.0, 27) + 1.0) */ in vector_norm() local
2541 t = x * T27; in vector_norm()
2565 t = x * T27; in vector_norm()

12