/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 307 typename T21, typename T22, typename T23> 311 T16, T17, T18, T19, T20, T21, T22, T23> Tail; 318 typename T21, typename T22, typename T23, typename T24> 322 T16, T17, T18, T19, T20, T21, T22, T23, T24> Tail; 329 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; [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __tanl.c | 41 T23 = 0.000038440165747303162, /* 0x14275a09b3ceac.0p-67 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 72 T23 = 0x1.497d8eea21e95bc7e2aa79b9f2cdp-15L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/musl/src/math/ |
D | __tanl.c | 41 T23 = 0.000038440165747303162, /* 0x14275a09b3ceac.0p-67 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 72 T23 = 0x1.497d8eea21e95bc7e2aa79b9f2cdp-15L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/FreeBSD/lib/msun/src/ |
D | s_tanhl.c | 75 T23 = -3.9278322983156353e-5, /* -0x1497d8e6b75729.0p-67 */ 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/mesa3d/include/CL/ |
D | cl.hpp | 7423 typename T20, typename T21, typename T22, typename T23, 7470 T23 t23 = NullType(), in operator ()() 7505 SetArg<23, T23>::set(kernel_, t23); in operator ()() 7555 typename T23, 7590 T23, 7642 T23, 7677 T23 arg23, in operator ()() 7750 typename T23, 7782 T23, 7816 T23, [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | restTupleElements1.js | 42 type T23 = T20[0 | 1 | 2]; 120 type T23 = T20[0 | 1 | 2];
|
D | restTupleElements1.symbols | 104 type T23 = T20[0 | 1 | 2]; 105 >T23 : Symbol(T23, Decl(restTupleElements1.ts, 39, 22))
|
D | varianceAnnotations.js | 99 type T23<out in T> = T; // Error 282 type T23<out in T> = T;
|
D | mappedTypesArraysTuples.js | 19 type T23 = Boxified<ReadonlyArray<string | undefined>>; 146 type T23 = Boxified<ReadonlyArray<string | undefined>>;
|
D | restTupleElements1.types | 112 type T23 = T20[0 | 1 | 2]; 113 >T23 : string | number | boolean
|
D | templateLiteralTypes3.js | 42 type T23 = Parts<`*${number}*${string}*${bigint}*`>; 309 type T23 = Parts<`*${number}*${string}*${bigint}*`>;
|
D | varianceAnnotations.types | 199 type T23<out in T> = T; // Error 200 >T23 : T
|
D | mappedTypesArraysTuples.types | 45 type T23 = Boxified<ReadonlyArray<string | undefined>>; 46 >T23 : readonly Box<string | undefined>[]
|
D | unknownType1.symbols | 65 type T23<T> = T | unknown; // unknown 66 >T23 : Symbol(T23, Decl(unknownType1.ts, 24, 26))
|
D | unknownType1.types | 63 type T23<T> = T | unknown; // unknown 64 >T23 : unknown
|
D | mappedTypesArraysTuples.symbols | 68 type T23 = Boxified<ReadonlyArray<string | undefined>>; 69 >T23 : Symbol(T23, Decl(mappedTypesArraysTuples.ts, 16, 44))
|
D | varianceAnnotations.symbols | 266 type T23<out in T> = T; // Error 267 >T23 : Symbol(T23, Decl(varianceAnnotations.ts, 96, 27))
|
D | unknownType1.js | 27 type T23<T> = T | unknown; // unknown
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | restTupleElements1.ts | 44 type T23 = T20[0 | 1 | 2];
|
/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType1.ts | 28 type T23<T> = T | unknown; // unknown alias
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypesArraysTuples.ts | 21 type T23 = Boxified<ReadonlyArray<string | undefined>>; alias
|
/third_party/protobuf/src/google/protobuf/ |
D | timestamp.proto | 53 // The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By 130 // 9999-12-31T23:59:59Z inclusive.
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 101 type T23<out in T> = T; // Error alias
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes3.ts | 44 type T23 = Parts<`*${number}*${string}*${bigint}*`>; alias
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | inferTypes1.ts | 57 type T23 = ArgumentType<(...args: string[]) => number>; // string alias
|