Searched refs:t2 (Results 51 - 75 of 873) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_time.h71 * Return t2 = t1 + usecs
77 struct util_time *t2)
79 t2->counter = t1->counter + usecs;
89 const struct util_time *t2)
91 return t2->counter - t1->counter;
103 const struct util_time *t2)
105 if (t1->counter < t2->counter)
107 else if(t1->counter > t2->counter)
75 util_time_add(const struct util_time *t1, int64_t usecs, struct util_time *t2) argument
88 util_time_diff(const struct util_time *t1, const struct util_time *t2) argument
102 _util_time_compare(const struct util_time *t1, const struct util_time *t2) argument
/external/valgrind/main/coregrind/
H A Dm_vki.c106 vki_sigaction_toK_t t2; local
109 vg_assert(sizeof(t1.sa_handler) == sizeof(t2.ksa_handler));
110 vg_assert(sizeof(t1.sa_tramp) == sizeof(t2.sa_tramp));
111 vg_assert(sizeof(t1.sa_mask) == sizeof(t2.sa_mask));
112 vg_assert(sizeof(t1.sa_flags) == sizeof(t2.sa_flags));
117 vg_assert(offsetof(t1,sa_handler) == offsetof(t2.ksa_handler));
118 vg_assert(offsetof(t1.sa_tramp) == offsetof(t2.sa_tramp));
119 vg_assert(offsetof(t1.sa_mask) == offsetof(t2.sa_mask));
120 vg_assert(offsetof(t1.sa_flags) == offsetof(t2.sa_flags));
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dswap.pass.cpp66 test<char> t2; local
67 swap(t2, t);
71 test<wchar_t> t2; local
72 swap(t2, t);
79 test<char> t2; local
80 swap(t2, t);
87 test<wchar_t> t2; local
88 swap(t2, t);
93 test<char> t2; local
94 swap(t2,
98 test<wchar_t> t2; local
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkQuarticRoot.h10 int SkReducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
/external/chromium_org/third_party/skia/tests/
H A DTypefaceTest.cpp14 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal));
16 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), t2.get()));
18 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t2.get()));
20 REPORTER_ASSERT(reporter, SkTypeface::Equal(t2.get(), 0));
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x-fixits.cpp22 struct {T t;} t2 = {700}; local
/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp9 void (*t2)() throw() = &f1<0>; // expected-error {{not superset}} variable
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-init.c32 } ATTR t2 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'}; variable in typeref:struct:__anon18677
58 if (sizeof(t2) != 9)
60 if (t2.bar0 != 'a' || t2.bar8 != 'i')
H A Dvla-4.c13 void t2() { function
/external/clang/test/Sema/
H A Dattr-returns-twice.c10 void t2() __attribute__((returns_twice(2))); // expected-error {{'returns_twice' attribute takes no arguments}}
/external/skia/src/pathops/
H A DSkQuarticRoot.h10 int SkReducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
/external/skia/tests/
H A DTypefaceTest.cpp14 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal));
16 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), t2.get()));
18 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t2.get()));
20 REPORTER_ASSERT(reporter, SkTypeface::Equal(t2.get(), 0));
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticSubDivide.cpp12 Given a quadratic q, t1, and t2, find a small quadratic segment.
18 To find B, compute the point halfway between t1 and t2:
20 q(at (t1 + t2)/2) == D
42 void sub_divide(const Quadratic& src, double t1, double t2, Quadratic& dst) { argument
45 double dx = interp_quad_coords(&src[0].x, (t1 + t2) / 2);
46 double dy = interp_quad_coords(&src[0].y, (t1 + t2) / 2);
47 double cx = dst[2].x = interp_quad_coords(&src[0].x, t2);
48 double cy = dst[2].y = interp_quad_coords(&src[0].y, t2);
53 _Point sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2) { argument
55 double dx = interp_quad_coords(&src[0].x, (t1 + t2) /
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dpolymorphic-accessor-test-context.js8 function t2() { return this instanceof t2; } function
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_flist.pass.cpp22 const T t2[] = {10, 11, 12, 13, 14, 15}; variable
24 const int size_t2 = std::end(t2) - std::begin(t2);
35 assert(*i == t2[n2]);
51 C c2(t2, t2+l);
67 C c2(t2, t2+l);
H A Dmerge.pass.cpp26 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
29 C c2(std::begin(t2), std::end(t2));
39 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
42 C c2(std::begin(t2), std::end(t2));
H A Dmerge_pred.pass.cpp27 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
30 C c2(std::begin(t2), std::end(t2));
40 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
43 C c2(std::begin(t2), std::end(t2));
/external/libcxx/test/utilities/time/time.point/time.point.comparisons/
H A Dop_equal.fail.cpp38 T2 t2(Duration2(3000));
39 t1 == t2; local
H A Dop_less.fail.cpp46 T2 t2(Duration2(3000));
47 t1 < t2;
/external/qemu/include/exec/
H A Ddef-helper.h122 #define DEF_HELPER_2(name, ret, t1, t2) \
123 DEF_HELPER_FLAGS_2(name, 0, ret, t1, t2)
124 #define DEF_HELPER_3(name, ret, t1, t2, t3) \
125 DEF_HELPER_FLAGS_3(name, 0, ret, t1, t2, t3)
126 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \
127 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
128 #define DEF_HELPER_5(name, ret, t1, t2, t3, t4, t5) \
129 DEF_HELPER_FLAGS_5(name, 0, ret, t1, t2, t3, t4, t5)
144 #define DEF_HELPER_FLAGS_2(name, flags, ret, t1, t2) \
145 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2));
[all...]
/external/skia/experimental/Intersection/
H A DQuadraticSubDivide.cpp12 Given a quadratic q, t1, and t2, find a small quadratic segment.
18 To find B, compute the point halfway between t1 and t2:
20 q(at (t1 + t2)/2) == D
42 void sub_divide(const Quadratic& src, double t1, double t2, Quadratic& dst) { argument
45 double dx = interp_quad_coords(&src[0].x, (t1 + t2) / 2);
46 double dy = interp_quad_coords(&src[0].y, (t1 + t2) / 2);
47 double cx = dst[2].x = interp_quad_coords(&src[0].x, t2);
48 double cy = dst[2].y = interp_quad_coords(&src[0].y, t2);
53 _Point sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2) { argument
55 double dx = interp_quad_coords(&src[0].x, (t1 + t2) /
[all...]
/external/valgrind/main/helgrind/tests/
H A Dhg06_readshared.c13 static void *t2(void *v) function
25 pthread_create(&b, NULL, t2, NULL);
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
H A Dtuple_cat.pass.cpp31 std::tuple<> t2 = std::tuple_cat(t1); local
51 constexpr std::tuple<> t2 = std::tuple_cat(t1); local
91 std::tuple<> t2; local
92 std::tuple<> t3 = std::tuple_cat(t1, t2);
96 std::tuple<int> t2(2);
97 std::tuple<int> t3 = std::tuple_cat(t1, t2);
102 std::tuple<int> t2(2);
103 std::tuple<int> t3 = std::tuple_cat(t2, t1);
108 std::tuple<int> t2(2);
109 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2);
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c37 OMX_FC32 t2; local
48 // CADD t2, out1, out3
49 t2.Re = out1[0] + out3[0];
50 t2.Im = out1[n] + out3[n];
56 // CADD out0, t0, t2
57 out0[0] = t0.Re + t2.Re;
58 out0[n] = t0.Im + t2.Im;
60 // CSUB out2, t0, t2
61 out2[0] = t0.Re - t2.Re;
62 out2[n] = t0.Im - t2
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs.c33 OMX_FC32 t2; local
44 // CADD t2, in1, in3
45 t2.Re = in1[0] + in3[0];
46 t2.Im = in1[n] + in3[n];
52 // CADD out0, t0, t2
53 out0[0] = t0.Re + t2.Re;
54 out0[n] = t0.Im + t2.Im;
56 // CSUB out2, t0, t2
57 out2[0] = t0.Re - t2.Re;
58 out2[n] = t0.Im - t2
[all...]

Completed in 527 milliseconds

1234567891011>>