Home
last modified time | relevance | path

Searched refs:T21 (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h285 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.c40 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.c40 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 Ds_tanhl.c74 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 DreadonlyArraysAndTuples.js8 type T21 = readonly [number, number];
71 type T21 = readonly [number, number];
H A DnumericStringLiteralTypes.js20 type T21<T extends unknown[]> = { [K in keyof T]: T20<K> };
68 type T21<T extends unknown[]> = {
H A DrestTupleElements1.js40 type T21 = T20[0];
118 type T21 = T20[0];
H A DmappedTypes1.js15 type T21 = { [P in keyof Item]: Array<Item[P]> };
82 type T21 = {
H A DunionsOfTupleTypes1.js13 type T21 = T2[1]; // number | undefined
H A DmappedTypesArraysTuples.js17 type T21 = Partial<(string | undefined)[]>;
144 type T21 = Partial<(string | undefined)[]>;
H A DvarianceAnnotations.js97 type T21<in out in T> = T; // Error
280 type T21<in out in T> = T;
H A DtemplateLiteralTypes3.js40 type T21 = Parts<`*${string}*`>;
307 type T21 = Parts<`*${string}*`>;
H A DinstantiationExpressions.js25 type T21 = typeof Array<string>; // new (...) => string[]
284 type T21 = typeof Array<string>;
H A DkeyofAndIndexedAccessErrors.js31 type T21 = Shape[string & number];
H A DunknownType1.js25 type T21<T> = T | {}; // T | {}
H A DinferTypes1.js53 type T21 = ArgumentType<(x: string) => number>; // string
H A DconditionalTypes1.js66 type T21 = TypeName<any>; // "string" | "number" | "boolean" | "undefined" | "function" | "object"
524 type T21 = TypeName<any>;
H A DtemplateLiteralTypes1.js66 type T21 = MatchPair<'[foo,bar]'>; // ['foo', 'bar']
H A DvariadicTuples1.js245 type T21 = Last<[symbol, string]>;
705 type T21 = Last<[symbol, string]>;
/third_party/mesa3d/include/CL/
H A Dcl.hpp7423 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...]

Completed in 20 milliseconds