/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 192 typename T11> 195 typedef Types10<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Tail; 200 typename T11, typename T12> 203 typedef Types11<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Tail; 208 typename T11, typename T12, typename T13> 211 typedef Types12<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Tail; 216 typename T11, typename T12, typename T13, typename T14> 219 typedef Types13<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Tail; 224 typename T11, typename T12, typename T13, typename T14, typename T15> 227 typedef Types14<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T1 [all...] |
/third_party/FreeBSD/lib/msun/src/ |
H A D | s_tanhl.c | 53 T11 = -8.8632352345964591e-3, /* -0x1226e34bc138d5.0p-59 */ variable 68 T11 = -8.86323552990219656883762347736381851e-3L, /* -0x1226e355e6c23c8f5a5a0f386cb4d.0p-119L */ variable 141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl() 148 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl() 154 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl()
|
/third_party/musl/src/math/ |
H A D | __tanl.c | 35 T11 = 0.0088632355256619590, /* 0x1226e355c17612.0p-59 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 66 T11 = 0x1.226e355e6c23c8f5b4f5762322eep-7L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | __tanl.c | 35 T11 = 0.0088632355256619590, /* 0x1226e355c17612.0p-59 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 66 T11 = 0x1.226e355e6c23c8f5b4f5762322eep-7L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/typescript/tests/baselines/reference/ |
H A D | excessivelyLargeTupleSpread.js | 20 type T11 = [...T10, ...T10]; 21 type T12 = [...T11, ...T11];
|
H A D | directDependenceBetweenTypeAliases.js | 38 type T11 = T12[] 41 var zz: { x: T11 }
|
H A D | readonlyArraysAndTuples.js | 3 type T11 = Array<string>; 67 type T11 = Array<string>;
|
H A D | typeAliases.js | 46 type T11 = { new(): boolean }; 48 var x11: T11;
|
H A D | numericStringLiteralTypes.js | 17 type T11 = boolean[][number | `${number}`]; // boolean 66 type T11 = boolean[][number | `${number}`];
|
H A D | recursiveTypeReferences1.js | 76 type T11 = readonly T11[]; 251 type T11 = readonly T11[];
|
H A D | neverUnionIntersection.js | 12 type T11 = { a: string } | never;
|
H A D | restTupleElements1.js | 13 type T11 = [string, ...[...[...string[]]]]; 113 type T11 = [string, ...[...[...string[]]]];
|
H A D | mappedTypes1.js | 10 type T11 = { [P in keyof Item]?: Item[P] }; 70 type T11 = {
|
H A D | mappedTypes4.js | 40 type T11 = BoxifiedWithSentinel<A | B | C, undefined>; 120 type T11 = BoxifiedWithSentinel<A | B | C, undefined>;
|
H A D | interfaceExtendsObjectIntersection.js | 35 type T11 = typeof CX; 40 interface I11 extends T11 { x: string }
|
H A D | dynamicNames.js | 69 declare type T11 = { 114 let t11: T11;
|
H A D | unionsOfTupleTypes1.js | 8 type T11 = T1[1]; // number
|
H A D | mappedTypeErrors.js | 26 type T11 = Pick<Shape, "foo">; // Error 269 type T11 = Pick<Shape, "foo">;
|
H A D | mappedTypes6.js | 15 type T11<T> = { +readonly [P in keyof T]-?: T[P] }; 234 type T11<T> = {
|
H A D | mappedTypesArraysTuples.js | 10 type T11 = Partial<string[]>; 138 type T11 = Partial<string[]>;
|
H A D | varianceAnnotations.js | 35 type T11<in T> = keyof T; 239 type T11<in T> = keyof T;
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 7420 typename T8, typename T9, typename T10, typename T11, 7458 T11 t11 = NullType(), in operator ()() 7493 SetArg<11, T11>::set(kernel_, t11); in operator ()() 7543 typename T11, 7578 T11, 7630 T11, 7665 T11 arg11, in operator ()() 7738 typename T11, 7770 T11, 7804 T11, [all...] |
/third_party/jerryscript/jerry-libm/ |
H A D | trig.c | 791 #define T11 -1.85586374855275456654e-05 /* BEF375CB, DB605373 */ macro 854 r = T1 + w * (T3 + w * (T5 + w * (T7 + w * (T9 + w * T11)))); in __kernel_tan() 1098 #undef T11 macro
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impls.rs | 418 12 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11) 419 13 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12) 420 14 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13) 421 15 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14) 422 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | impls.rs | 1378 12 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11) 1379 13 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12) 1380 14 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13) 1381 15 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14) 1382 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
|