/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 264 typename T16, typename T17, typename T18, typename T19> 268 T16, T17, T18, T19> Tail; 274 typename T16, typename T17, typename T18, typename T19, typename T20> 278 T16, T17, T18, T19, T20> Tail; 284 typename T16, typename T17, typename T18, typename T19, typename T20, 289 T16, T17, T18, T19, T20, T21> Tail; 295 typename T16, typename T17, typename T18, typename T19, typename T20, 300 T16, T17, T18, T19, T20, T21, T22> Tail; 306 typename T16, typename T17, typename T18, typename T19, typename T20, 311 T16, T17, T18, T19, T2 [all...] |
/third_party/FreeBSD/lib/msun/src/ |
H A D | s_tanhl.c | 57 T19 = -2.1121033571392224e-4; /* -0x1baf0af80c4090.0p-65 */ variable 73 T19 = -2.3912911424260516e-4, /* -0x1f57d7734c8dde.0p-65 */ variable 140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl() 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/musl/src/math/ |
H A D | __tanl.c | 39 T19 = 0.00023907843576635544, /* 0x1f56242026b5be.0p-65 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 70 T19 = 0x1.f57d7734d1656e0aceb716f614c2p-13L, 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 | 39 T19 = 0.00023907843576635544, /* 0x1f56242026b5be.0p-65 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 70 T19 = 0x1.f57d7734d1656e0aceb716f614c2p-13L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 7422 typename T16, typename T17, typename T18, typename T19, 7466 T19 t19 = NullType(), in operator ()() 7501 SetArg<19, T19>::set(kernel_, t19); in operator ()() 7551 typename T19, 7586 T19, 7638 T19, 7673 T19 arg19, in operator ()() 7746 typename T19, 7778 T19, 7812 T19, [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccessErrors.js | 29 type T19 = Shape[{ x: string }]; // Error
|
H A D | inferTypes1.js | 39 type T19<T extends any[]> = ReturnType<(x: string, ...args: T) => T[]>; // T[]
|
H A D | variadicTuples1.js | 242 type T19 = DropFirst<never>; 703 type T19 = DropFirst<never>;
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 749 static const u8 T19[] = { variable
|