Searched defs:t2 (Results 126 - 150 of 529) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c42 double t2(double x, double y) { return copysign(x,y); } function
43 // CHECK: t2
H A Dms-inline-asm.cpp29 void t2() { function
33 // CHECK: t2
H A Dms_struct-bitfield-1.c18 } ATTR t2; variable in typeref:struct:__anon2243
19 static int a2[(sizeof(t2) == 4) -1];
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp120 const std::type_info &t2() { function
/external/clang/test/Sema/
H A Dcompound-literal.c8 static struct foo t2 = {0,0}; variable in typeref:struct:foo
9 static struct foo t3 = t2; // expected-error {{initializer element is not a compile-time constant}}
H A Dms-inline-asm.c54 int t2(int *arr, int i) { function
H A Dpragma-ms_struct.c32 } __attribute__((ms_struct)) t2; variable in typeref:struct:S
/external/eigen/test/
H A Dgeo_homogeneous.cpp58 T2MatrixType t2 = T2MatrixType::Random(); local
59 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous());
60 VERIFY_IS_APPROX(t2 * (m0.colwise().homogeneous().eval()), t2 * m0.colwise().homogeneous());
61 VERIFY_IS_APPROX(t2 * (v0.homogeneous().asDiagonal()), t2 * hv0.asDiagonal());
62 VERIFY_IS_APPROX((v0.homogeneous().asDiagonal()) * t2, hv0.asDiagonal() * t2);
64 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t2,
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclTuple.h204 /// tuple t2 at the end of the tuple t1. Here we unpack both tuples, generate the
206 /// elements of t1 and t2.
208 ///\tparam Args2... the type of the elements inside the tuple t2
210 /// \tparam I2... is the list of index from [0 to sizeof...(t2))
211 /// \param t1 is the tuple on which we want to append t2.
212 /// \param t2 is the tuple that is going to be added on t1.
215 Tuple<Args1..., Args2...> append_base(Tuple<Args1...> t1, Tuple<Args2...> t2, IndexList<I1...>, IndexList<I2...>) { argument
216 return utility::tuple::make_tuple(get<I1>(t1)...,get<I2>(t2)...);
221 /// t1 by tuple t2. In this case the \ref IndexRange for both tuple are
224 ///\tparam Args2... the type of the elements inside the tuple t2
229 append(Tuple<Args1...> t1,Tuple<Args2...> t2) argument
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_tensor_of_strings.cpp60 Tensor<std::string, 2> t2(2, 3);
69 t2(i, j) = s2.str();
73 Tensor<std::string, 2> result = t1.concatenate(t2, 1);
80 VERIFY_IS_EQUAL(result(i, j+3), t2(i, j));
102 Tensor<std::string, 2> t2 = data.slice(second_half, half_size); local
107 VERIFY_IS_EQUAL(data(i, j+3), t2(i, j));
/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/freetype/include/freetype/internal/
H A Dftcalc.h50 FT_Int32 t, t2; local
55 smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ local
58 adds t2, t2, a /* t2 += a */ local
60 mov a, t2, lsr #16 /* a = t2 >> 16 */ local
83 FT_Int32 t, t2; local
98 : "=r"(a), "=&r"(t2), "
[all...]
/external/freetype/src/autofit/
H A Dafwarp.h37 FT_Pos t1, t2; member in struct:AF_WarperRec_
/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh65 unsigned int t1, t2; local
68 (t2 = text[1] - 0x80u) <= 0x3Fu))
70 c = ((c&0xFu)<<12) | (t1<<6) | t2;
80 unsigned int t1, t2, t3; local
83 (t2 = text[1] - 0x80u) <= 0x3Fu &&
86 c = ((c&0x7u)<<18) | (t1<<12) | (t2<<6) | t3;
/external/harfbuzz_ng/test/api/
H A Dtest-ot-tag.c40 hb_script_t t1, t2; local
45 hb_ot_tags_from_script (script, &t1, &t2);
48 g_assert_cmphex (t2, ==, HB_OT_TAG_DEFAULT_SCRIPT);
57 hb_script_t t1, t2; local
63 hb_ot_tags_from_script (script, &t1, &t2);
66 g_assert_cmphex (t2, ==, tag2);
75 hb_script_t t1, t2; local
81 hb_ot_tags_from_script (HB_SCRIPT_HIRAGANA, &t1, &t2);
83 g_assert_cmphex (t2, ==, HB_OT_TAG_DEFAULT_SCRIPT);
/external/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp56 uint8_t t1, t2; local
66 (t2 = (u8[pos + 1] - 0x80)) <= 0x3f
69 c = (UChar)((c << 12) | (t1 << 6) | t2);
165 uint8_t t1, t2; local
179 (t2 = (u8[pos + 1] - 0x80)) <= 0x3f
182 c = (UChar)((c << 12) | (t1 << 6) | t2);
/external/icu/icu4c/source/test/cintltst/
H A Dhpmufn.c28 double t2; member in union:__anon7656
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h203 double t1, t2; local
206 t2 = (double)timer2->start.tv_sec + (double)timer2->start.tv_usec/(1000*1000);
207 return (t2-t1);
/external/kernel-headers/original/uapi/linux/
H A Dgsmmux.h14 unsigned int t2; member in struct:gsm_config
/external/libchrome/base/
H A Dtuple_unittest.cc38 std::tuple<int, const char*> t2 = local
40 ALLOW_UNUSED_LOCAL(t2);
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp119 std::tuple<U> t2; local
122 h.construct(std::piecewise_construct, t1, t2);
135 std::tuple<U> t2; local
138 h.construct(std::piecewise_construct, std::move(t1), std::move(t2));
152 std::tuple<U> t2; local
155 h.construct(std::piecewise_construct, std::move(t1), std::move(t2));
169 std::tuple<U> t2; local
172 h.construct(std::piecewise_construct, t1, t2);
/external/libdrm/tests/nouveau/
H A Dthreaded.c81 pthread_t t1, t2; local
132 pthread_create(&t2, NULL, openclose, nvdev);
136 pthread_join(t2, NULL);
/external/llvm/unittests/Support/
H A DErrorOrTest.cpp20 ErrorOr<int> t2() { return errc::invalid_argument; } function in namespace:__anon13815
32 a = t2();
/external/ltp/include/
H A Dtst_timer.h82 static inline int tst_timespec_lt(struct timespec t1, struct timespec t2) argument
84 if (t1.tv_sec == t2.tv_sec)
85 return t1.tv_nsec < t2.tv_nsec;
87 return t1.tv_sec < t2.tv_sec;
111 struct timespec t2)
115 res.tv_sec = t1.tv_sec - t2.tv_sec;
117 if (t1.tv_nsec < t2.tv_nsec) {
119 res.tv_nsec = 1000000000 - (t2.tv_nsec - t1.tv_nsec);
121 res.tv_nsec = t1.tv_nsec - t2.tv_nsec;
128 struct timespec t2)
110 tst_timespec_diff(struct timespec t1, struct timespec t2) argument
127 tst_timespec_diff_us(struct timespec t1, struct timespec t2) argument
133 tst_timespec_diff_ms(struct timespec t1, struct timespec t2) argument
142 tst_timespec_abs_diff(struct timespec t1, struct timespec t2) argument
151 tst_timespec_abs_diff_us(struct timespec t1, struct timespec t2) argument
157 tst_timespec_abs_diff_ms(struct timespec t1, struct timespec t2) argument
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D2-1.c146 pthread_t t2; local
170 rc = create_thread(PRIO_MED, &t2);
186 rc = pthread_join(t2, &r2);
188 FAIL_AND_EXIT("pthread_join(t2)", rc);

Completed in 2203 milliseconds

1234567891011>>