Searched refs:t2 (Results 276 - 300 of 873) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dfixed-expansion.cpp74 tuple<int, double> &t2 = foo(foo_i); local
94 struct t2 struct in namespace:PR9021b
106 m<t2> sta2;
/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c16 struct t2 struct
22 static int arr2_offset[(offsetof(struct t2, bar) == 2) ? 0 : -1];
23 static int arr2_sizeof[(sizeof(struct t2) == 4) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c20 struct t2 struct
26 static int arr2_offset[(offsetof(struct t2, bar) == 4) ? 0 : -1];
27 static int arr2_sizeof[(sizeof(struct t2) == 8) ? 0 : -1];
H A Dexprs.c28 int t2 = __alignof__(void); variable
31 t2 = __alignof__(void);
34 t2 = __alignof__(test4());
H A Dms-inline-asm-64.c11 void t2() {
14 // CHECK: t2
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc36 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
39 t2 = z2;
54 z2 = t2;
/external/fdlibm/
H A De_log.c92 double hfsq,f,s,z,R,w,t1,t2,dk; local
128 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
130 R = t2+t1;
/external/libcxx/test/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp74 auto t2 = extract ( tup, size2 ()); local
75 static_assert ( std::tuple_size<decltype(t2)>::value == size2::size (), "t2 size wrong");
76 assert ( t2 == std::make_tuple ( 10, 11 ));
/external/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl51 $ctx="%r2"; $t2="%r2";
113 lgr $t2,$f
116 xgr $t2,$g
120 ngr $t2,$e
124 xgr $t2,$g # Ch(e,f,g)
127 algr $T1,$t2 # T1+=Ch(e,f,g)
130 lgr $t2,$a
134 ngr $t2,$b
136 ogr $t2,$t1 # Maj(a,b,c)
138 algr $h,$t2 #
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_log.h93 double hfsq,f,s,z,R,w,t1,t2,dk; local
129 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
131 R = t2+t1;
/external/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp43 printf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
47 printf("%s [%d,%d] y!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
220 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
225 SkDebugf("%s [%d,%d] y!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
230 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
348 _Point t1[3], t2[3]; local
354 xy_at_t(quad2, t2Seed - t2Step, t2[0].x, t2[0].y);
355 xy_at_t(quad2, t2Seed, t2[1].x, t2[
[all...]
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp109 t2 = C / Q
185 Given a quadratic q, t1, and t2, find a small quadratic segment.
191 To find B, compute the point halfway between t1 and t2:
193 q(at (t1 + t2)/2) == D
218 SkDQuad SkDQuad::subDivide(double t1, double t2) const {
222 double dx = interp_quad_coords(&fPts[0].fX, (t1 + t2) / 2);
223 double dy = interp_quad_coords(&fPts[0].fY, (t1 + t2) / 2);
224 double cx = dst[2].fX = interp_quad_coords(&fPts[0].fX, t2);
225 double cy = dst[2].fY = interp_quad_coords(&fPts[0].fY, t2);
240 SkDPoint SkDQuad::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) cons
[all...]
/external/chromium_org/ipc/
H A Dipc_message_macros.h809 #define IPC_TYPE_IN_2(t1, t2) const t1& arg1, const t2& arg2
810 #define IPC_TYPE_IN_3(t1, t2, t3) const t1& arg1, const t2& arg2, const t3& arg3
811 #define IPC_TYPE_IN_4(t1, t2, t3, t4) const t1& arg1, const t2& arg2, const t3& arg3, const t4& arg4
812 #define IPC_TYPE_IN_5(t1, t2, t3, t4, t5) const t1& arg1, const t2& arg2, const t3& arg3, const t4& arg4, const t5& arg5
816 #define IPC_TYPE_OUT_2(t1, t2) t1* arg6, t2* arg
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c337 *not_hev = _mm_cmpeq_epi8(*not_hev, zero); // not_hev <= t1 && not_hev <= t2
394 const __m128i t2 = _mm_and_si128(t1, kFE); // set lsb of each byte to zero local
395 const __m128i t3 = _mm_srli_epi16(t2, 1); // abs(p1 - q1) / 2
435 __m128i t1, t2, t3; local
445 t2 = _mm_subs_epi8(*q0, *p0); // q0 - p0
446 t1 = _mm_adds_epi8(t1, t2); // hev(p1 - q1) + 1 * (q0 - p0)
447 t1 = _mm_adds_epi8(t1, t2); // hev(p1 - q1) + 2 * (q0 - p0)
448 t1 = _mm_adds_epi8(t1, t2); // hev(p1 - q1) + 3 * (q0 - p0)
451 t2 = _mm_set1_epi8(3);
453 t2
528 __m128i t1, t2; local
571 __m128i t1, t2; local
907 __m128i t1, t2, p1, p0, q0, q1; local
933 __m128i t1, t2, p1, p0, q0, q1; local
[all...]
/external/webp/src/dsp/
H A Ddec_sse2.c337 *not_hev = _mm_cmpeq_epi8(*not_hev, zero); // not_hev <= t1 && not_hev <= t2
394 const __m128i t2 = _mm_and_si128(t1, kFE); // set lsb of each byte to zero local
395 const __m128i t3 = _mm_srli_epi16(t2, 1); // abs(p1 - q1) / 2
435 __m128i t1, t2, t3; local
445 t2 = _mm_subs_epi8(*q0, *p0); // q0 - p0
446 t1 = _mm_adds_epi8(t1, t2); // hev(p1 - q1) + 1 * (q0 - p0)
447 t1 = _mm_adds_epi8(t1, t2); // hev(p1 - q1) + 2 * (q0 - p0)
448 t1 = _mm_adds_epi8(t1, t2); // hev(p1 - q1) + 3 * (q0 - p0)
451 t2 = _mm_set1_epi8(3);
453 t2
528 __m128i t1, t2; local
571 __m128i t1, t2; local
907 __m128i t1, t2, p1, p0, q0, q1; local
933 __m128i t1, t2, p1, p0, q0, q1; local
[all...]
/external/chromium_org/net/http/
H A Dhttp_vary_data_unittest.cc63 TestTransaction t2; local
64 t2.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: *\n\n");
65 EXPECT_FALSE(v.Init(t2.request, *t2.response.get()));
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadLineIntersectionTest.cpp137 SkDPoint t2 = line.ptAtT(tt2); local
138 if (!t1.approximatelyEqual(t2)) {
139 SkDebugf("%s [%d,%d] x!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
/external/clang/test/Analysis/
H A Dfree.c10 void t2 () { function
H A Dmethod-call.cpp45 B t2(t);
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp41 const double *t2 = &a.d; member in namespace:test2
H A Drtti-linkage.cpp120 const std::type_info &t2() { function
/external/clang/test/FixIt/
H A Dfixit-vexing-parse.cpp45 t2(); // expected-warning {{function declaration}} expected-note {{remove parentheses}}
/external/clang/test/Parser/
H A Dms-inline-asm.c8 void t2(void) { __asm int 0x2c } function
/external/clang/test/Sema/
H A Dattr-cleanup.c29 void t2() function
H A Dwarn-char-subscripts.c9 void t2() { function

Completed in 1195 milliseconds

<<11121314151617181920>>