/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 285 typename T21> 289 T16, T17, T18, T19, T20, T21> Tail; 296 typename T21, typename T22> 300 T16, T17, T18, T19, T20, T21, T22> Tail; 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, T2 [all...] |
/third_party/musl/src/math/ |
H A D | __tanl.c | 40 T21 = 0.000097154625656538905, /* 0x1977efc26806f4.0p-66 */ variable 47 #define RPOLY(w) (T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 + \ 71 T21 = 0x1.967e18afcb180ed942dfdc518d6cp-14L, variable 93 #define RPOLY(w) (T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 + \
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | __tanl.c | 40 T21 = 0.000097154625656538905, /* 0x1977efc26806f4.0p-66 */ variable 47 #define RPOLY(w) (T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 + \ 71 T21 = 0x1.967e18afcb180ed942dfdc518d6cp-14L, variable 93 #define RPOLY(w) (T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 + \
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | s_tanhl.c | 74 T21 = 9.6915379535512898e-5, /* 0x1967e18ad6a6ca.0p-66 */ 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/ |
H A D | readonlyArraysAndTuples.js | 8 type T21 = readonly [number, number]; 71 type T21 = readonly [number, number];
|
H A D | numericStringLiteralTypes.js | 20 type T21<T extends unknown[]> = { [K in keyof T]: T20<K> }; 68 type T21<T extends unknown[]> = {
|
H A D | restTupleElements1.js | 40 type T21 = T20[0]; 118 type T21 = T20[0];
|
H A D | mappedTypes1.js | 15 type T21 = { [P in keyof Item]: Array<Item[P]> }; 82 type T21 = {
|
H A D | unionsOfTupleTypes1.js | 13 type T21 = T2[1]; // number | undefined
|
H A D | mappedTypesArraysTuples.js | 17 type T21 = Partial<(string | undefined)[]>; 144 type T21 = Partial<(string | undefined)[]>;
|
H A D | varianceAnnotations.js | 97 type T21<in out in T> = T; // Error 280 type T21<in out in T> = T;
|
H A D | templateLiteralTypes3.js | 40 type T21 = Parts<`*${string}*`>; 307 type T21 = Parts<`*${string}*`>;
|
H A D | instantiationExpressions.js | 25 type T21 = typeof Array<string>; // new (...) => string[] 284 type T21 = typeof Array<string>;
|
H A D | keyofAndIndexedAccessErrors.js | 31 type T21 = Shape[string & number];
|
H A D | unknownType1.js | 25 type T21<T> = T | {}; // T | {}
|
H A D | inferTypes1.js | 53 type T21 = ArgumentType<(x: string) => number>; // string
|
H A D | conditionalTypes1.js | 66 type T21 = TypeName<any>; // "string" | "number" | "boolean" | "undefined" | "function" | "object" 524 type T21 = TypeName<any>;
|
H A D | templateLiteralTypes1.js | 66 type T21 = MatchPair<'[foo,bar]'>; // ['foo', 'bar']
|
H A D | variadicTuples1.js | 245 type T21 = Last<[symbol, string]>; 705 type T21 = Last<[symbol, string]>;
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 7423 typename T20, typename T21, typename T22, typename T23, 7468 T21 t21 = NullType(), in operator ()() 7503 SetArg<21, T21>::set(kernel_, t21); in operator ()() 7553 typename T21, 7588 T21, 7640 T21, 7675 T21 arg21, in operator ()() 7748 typename T21, 7780 T21, 7814 T21, [all...] |