HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 51 - 75 of 1318) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
attr-naked.c 11 void t2() __attribute__((naked(2))); // expected-error {{'naked' attribute takes no arguments}}
attr-nodebug.c 11 void t2() __attribute__((nodebug(2))); // expected-error {{'nodebug' attribute takes no arguments}}
  /external/libcxx/test/utilities/time/time.point/time.point.cons/
convert.pass.cpp 26 std::chrono::time_point<Clock, Duration2> t2(Duration2(3));
27 std::chrono::time_point<Clock, Duration1> t1 = t2;
32 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(3));
33 constexpr std::chrono::time_point<Clock, Duration1> t1 = t2;
convert.fail.cpp 27 std::chrono::time_point<Clock, Duration2> t2(Duration2(3));
28 std::chrono::time_point<Clock, Duration1> t1 = t2;
  /external/libcxx/test/utilities/time/time.point/time.point.nonmember/
op_-duration.pass.cpp 28 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); local
29 assert(t2.time_since_epoch() == Duration2(2995));
34 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); local
35 static_assert(t2.time_since_epoch() == Duration2(2995), "");
op_-time_point.pass.cpp 28 std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
29 assert((t1 - t2) == Duration2(2995));
34 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
35 static_assert((t1 - t2) == Duration2(2995), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/
convert.pass.cpp 26 std::chrono::time_point<Clock, Duration2> t2(Duration2(3));
27 std::chrono::time_point<Clock, Duration1> t1 = t2;
32 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(3));
33 constexpr std::chrono::time_point<Clock, Duration1> t1 = t2;
convert.fail.cpp 27 std::chrono::time_point<Clock, Duration2> t2(Duration2(3));
28 std::chrono::time_point<Clock, Duration1> t1 = t2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/
op_-duration.pass.cpp 28 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); local
29 assert(t2.time_since_epoch() == Duration2(2995));
34 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); local
35 static_assert(t2.time_since_epoch() == Duration2(2995), "");
op_-time_point.pass.cpp 28 std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
29 assert((t1 - t2) == Duration2(2995));
34 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
35 static_assert((t1 - t2) == Duration2(2995), "");
  /external/fio/crc/
sha256.c 69 uint32_t a, b, c, d, e, f, g, h, t1, t2; local
87 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
89 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
91 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
93 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
95 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot.h 1 int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
  /external/clang/test/CodeGenCXX/
predefined-expr-sizeof.cpp 23 TemplateClass<double> t2; local
24 t2.templateClassFunction();
  /external/clang/test/Index/
complete-documentation.cpp 8 class T2 {
33 T2 t2; local
34 t2.T4;
42 // CHECK-CC1: ClassDecl:{TypedText T2}{{.*}}(brief comment: Bbb.)
  /external/clang/test/SemaCXX/
warn-char-subscripts.cpp 11 void t2() { function
19 t2<char>(); // expected-note {{in instantiation of function template specialization 't2<char>' requested here}}
  /external/libcxx/test/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 19 const std::type_info& t2 = typeid(int); local
21 assert(t1.hash_code() == t2.hash_code());
  /external/libcxx/test/utilities/type.index/type.index.members/
eq.pass.cpp 23 std::type_index t2 = typeid(int); local
25 assert(t1 == t2);
  /external/skia/experimental/Intersection/
QuarticRoot.h 1 int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 37 li $t2,0x8e
38 subu $t1,$t2,$t1 /* t1=127+15-e */
40 sll $t2,$a0,8 /* mantissa<<8 */
42 or $t2,$t2,$t3 /* add the missing 1 */
44 srl $v0,$t2,$t1
49 subu $t2,$zero,$v0
50 movn $v0,$t2,$t0 /* if negative? */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 19 const std::type_info& t2 = typeid(int); local
21 assert(t1.hash_code() == t2.hash_code());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
eq.pass.cpp 23 std::type_index t2 = typeid(int); local
25 assert(t1 == t2);
  /external/aac/libFDK/src/
fft_rad2.cpp 173 INT t2 = t1 + (mh<<1); local
176 //cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
177 vi = x[t2+1]>>1;
178 vr = x[t2]>>1;
186 x[t2] = ur-vr;
187 x[t2+1] = ui-vi;
190 t2 = t1+(mh<<1);
192 //cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0)
215 INT t2 = t1 + (mh<<1); local
279 INT t2 = t1 + (mh<<1); local
375 INT t2 = t1 + (mh<<1); local
417 INT t2 = t1 + (mh<<1); local
480 INT t2 = t1 + (mh<<1); local
    [all...]
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove.pass.cpp 26 const T t2[] = {5, 5, 5}; local
28 C c2(std::begin(t2), std::end(t2));
45 const T t2[] = {5, 5, 5}; local
47 C c2(std::begin(t2), std::end(t2));
63 const T t2[] = {5, 5, 5}; local
65 C c2(std::begin(t2), std::end(t2));
74 const T t2[] = {5, 5, 5} local
93 const T t2[] = {5, 5, 5}; local
111 const T t2[] = {5, 5, 5}; local
    [all...]
remove_if.pass.cpp 31 const T t2[] = {5, 5, 5}; local
33 C c2(std::begin(t2), std::end(t2));
50 const T t2[] = {5, 5, 5}; local
52 C c2(std::begin(t2), std::end(t2));
68 const T t2[] = {5, 5, 5}; local
70 C c2(std::begin(t2), std::end(t2));
79 const T t2[] = {5, 5, 5} local
98 const T t2[] = {5, 5, 5}; local
116 const T t2[] = {5, 5, 5}; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove.pass.cpp 26 const T t2[] = {5, 5, 5}; local
28 C c2(std::begin(t2), std::end(t2));
45 const T t2[] = {5, 5, 5}; local
47 C c2(std::begin(t2), std::end(t2));
63 const T t2[] = {5, 5, 5}; local
65 C c2(std::begin(t2), std::end(t2));
74 const T t2[] = {5, 5, 5} local
93 const T t2[] = {5, 5, 5}; local
111 const T t2[] = {5, 5, 5}; local
    [all...]

Completed in 407 milliseconds

1 23 4 5 6 7 8 91011>>