Home
last modified time | relevance | path

Searched refs:T25 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h329 typename T21, typename T22, typename T23, typename T24, typename T25>
333 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> Tail;
340 typename T21, typename T22, typename T23, typename T24, typename T25,
345 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> Tail;
352 typename T21, typename T22, typename T23, typename T24, typename T25,
357 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> Tail;
364 typename T21, typename T22, typename T23, typename T24, typename T25,
369 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> Tail;
376 typename T21, typename T22, typename T23, typename T24, typename T25,
381 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28,
[all …]
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c42 T25 = 0.000018082171885432524, /* 0x12f5e563e5487e.0p-68 */ variable
48 w * (T25 + w * (T29 + w * T33)))))))
73 T25 = 0x1.0b132d39f055c81be49eff7afd50p-16L, variable
94 w * (T25 + w * (T29 + w * (T33 + w * (T37 + w * (T41 + \
/third_party/musl/src/math/
D__tanl.c42 T25 = 0.000018082171885432524, /* 0x12f5e563e5487e.0p-68 */ variable
48 w * (T25 + w * (T29 + w * T33)))))))
73 T25 = 0x1.0b132d39f055c81be49eff7afd50p-16L, variable
94 w * (T25 + w * (T29 + w * (T33 + w * (T37 + w * (T41 + \
/third_party/FreeBSD/lib/msun/src/
Ds_tanhl.c76 T25 = 1.5918887220143869e-5, /* 0x10b1319998cafa.0p-68 */ variable
147 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl()
153 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl()
/third_party/typescript/tests/baselines/reference/
DrestTupleElements1.js44 type T25 = T20[1 | 2 | 3];
122 type T25 = T20[1 | 2 | 3];
DrestTupleElements1.symbols112 type T25 = T20[1 | 2 | 3];
113 >T25 : Symbol(T25, Decl(restTupleElements1.ts, 41, 30))
DmappedTypesArraysTuples.js21 type T25 = Required<ReadonlyArray<string | undefined>>;
148 type T25 = Required<ReadonlyArray<string | undefined>>;
DrestTupleElements1.types118 type T25 = T20[1 | 2 | 3];
119 >T25 : string | boolean
DmappedTypesArraysTuples.types51 type T25 = Required<ReadonlyArray<string | undefined>>;
52 >T25 : readonly string[]
DmappedTypesArraysTuples.symbols78 type T25 = Required<ReadonlyArray<string | undefined>>;
79 >T25 : Symbol(T25, Decl(mappedTypesArraysTuples.ts, 18, 54))
DinferTypes1.types158 type T25 = ArgumentType<Function>; // Error
159 >T25 : any
DinferTypes1.js57 type T25 = ArgumentType<Function>; // Error
DtemplateLiteralTypes1.js91 type T25 = FirstTwoAndRest<'abcde'>; // ['ab', 'cde']
DrestTupleElements1.errors.txt112 type T25 = T20[1 | 2 | 3];
DinferTypes1.symbols220 type T25 = ArgumentType<Function>; // Error
221 >T25 : Symbol(T25, Decl(inferTypes1.ts, 54, 58))
DvariadicTuples1.js249 type T25 = Last<[string?]>;
709 type T25 = Last<[string?]>;
DtemplateLiteralTypes1.types190 type T25 = FirstTwoAndRest<'abcde'>; // ['ab', 'cde']
191 >T25 : ["ab", "cde"]
DtemplateLiteralTypes1.symbols308 type T25 = FirstTwoAndRest<'abcde'>; // ['ab', 'cde']
309 >T25 : Symbol(T25, Decl(templateLiteralTypes1.ts, 87, 112))
DinferTypes1.errors.txt91 type T25 = ArgumentType<Function>; // Error
/third_party/mesa3d/include/CL/
Dcl.hpp7424 typename T24, typename T25, typename T26, typename T27,
7472 T25 t25 = NullType(), in operator ()()
7507 SetArg<25, T25>::set(kernel_, t25); in operator ()()
7557 typename T25,
7592 T25,
7644 T25,
7679 T25 arg25, in operator ()()
7752 typename T25,
7784 T25,
7818 T25,
[all …]
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts46 type T25 = T20[1 | 2 | 3];
DvariadicTuples1.ts251 type T25 = Last<[string?]>; alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypesArraysTuples.ts23 type T25 = Required<ReadonlyArray<string | undefined>>; alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts59 type T25 = ArgumentType<Function>; // Error alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts93 type T25 = FirstTwoAndRest<'abcde'>; // ['ab', 'cde'] alias

12