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

1 23 4 5 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_logf.h 29 float hfsq,s,z,R,w,t1,t2; local
35 t2= z*(Lg1+w*Lg3);
36 R = t2+t1;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/
merge.pass.cpp 24 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
27 C c2(std::begin(t2), std::end(t2));
merge_pred.pass.cpp 25 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
28 C c2(std::begin(t2), std::end(t2));
splice_after_flist.pass.cpp 21 const T t2[] = {10, 11, 12, 13, 14, 15}; variable
23 const int size_t2 = std::end(t2) - std::begin(t2);
33 assert(*i == t2[n2]);
47 C c2(t2, t2+l);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 66 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, t)
98 test<wchar_t> t2; local
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 107 ulong64 c1, c2, t1, t2, t3; local
115 t2 = (t_read() - t1)>>1;
118 c2 = (t2 > c2) ? t2 : c2;
294 ulong64 t1, t2, c1, c2, a1, a2; local
319 t2 = t_read();
320 t2 -= t1;
323 c2 = (t2 > c2 ? c2 : t2);
338 t2 = t_read()
366 ulong64 t1, t2, c1, c2, a1, a2; local
441 ulong64 t1, t2, c1, c2, a1, a2; local
516 ulong64 t1, t2, c1, c2, a1, a2; local
593 ulong64 t1, t2, c1, c2; local
647 ulong64 t1, t2; local
678 ulong64 t1, t2; local
712 ulong64 t1, t2; local
767 ulong64 t1, t2; local
812 ulong64 t1, t2; local
936 ulong64 t1, t2; local
1006 ulong64 t1, t2; local
1153 ulong64 t1, t2; local
1285 ulong64 t1, t2; local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 22 struct {T t;} t2 = {700}; local
  /external/clang/test/CXX/except/except.spec/
template.cpp 9 void (*t2)() throw() = &f1<0>; // expected-error {{not superset}} variable
  /external/clang/test/CodeGen/
ms-inline-asm-64.c 11 void t2() {
14 // CHECK: t2
ms_struct-bitfield-init.c 32 } ATTR t2 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'}; variable in typeref:struct:__anon6385
58 if (sizeof(t2) != 9)
60 if (t2.bar0 != 'a' || t2.bar8 != 'i')
vla-4.c 13 void t2() { function
  /external/clang/test/Sema/
attr-returns-twice.c 10 void t2() __attribute__((returns_twice(2))); // expected-error {{attribute takes no arguments}}
vector-cast.c 4 typedef char t2 __attribute__ ((vector_size (16))); typedef
10 t2 v2;
13 v2 = (t2)v1; // expected-error {{invalid conversion between vector type \
14 't2' and 't1' of different size}}
16 't1' and 't2' of different size}}
33 void f2(t2 X); // expected-note{{passing argument to parameter 'X' here}}
36 f2(Y); // expected-warning {{incompatible vector types passing 't3' to parameter of type 't2'}}
  /dalvik/vm/arch/mips/
CallO32.S 178 lw $t2,($t0)
181 sw $t2,($t1)
189 lw $t2,($t0)
192 sw $t2,($t1)
207 lw $t2,($t0)
209 sw $t2,($t1)
248 sltiu $t2,$s2,3 /* set t2 if return type is float or double */
251 movn $v0,$t0,$t2 /* If the result type is float or double overwrite $v1/$v0 */
252 movn $v1,$t1,$t2
    [all...]
  /external/sepolicy/
mls 45 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
70 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
72 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
81 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
84 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
89 (t2 == app_data_file or l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject)
    [all...]
  /external/valgrind/main/helgrind/tests/
hg06_readshared.c 13 static void *t2(void *v) function
25 pthread_create(&b, NULL, t2, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 35 typedef std::chrono::time_point<Clock2, Duration2> T2;
38 T2 t2(Duration2(3000));
39 t1 == t2; local
op_less.fail.cpp 43 typedef std::chrono::time_point<Clock2, Duration2> T2;
46 T2 t2(Duration2(3000));
47 t1 < t2;
  /ndk/sources/cxx-stl/llvm-libc++/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;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.point/time.point.nonmember/
op_-duration.pass.cpp 27 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); local
28 assert(t2.time_since_epoch() == Duration2(2995));
op_-time_point.pass.cpp 27 std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
28 assert((t1 - t2) == Duration2(2995));
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 114 const struct ip_conntrack_tuple *t2)
116 return t1->src.ip == t2->src.ip
117 && t1->src.u.all == t2->src.u.all;
121 const struct ip_conntrack_tuple *t2)
123 return t1->dst.ip == t2->dst.ip
124 && t1->dst.u.all == t2->dst.u.all
125 && t1->dst.protonum == t2->dst.protonum;
129 const struct ip_conntrack_tuple *t2)
131 return ip_ct_tuple_src_equal(t1, t2) && ip_ct_tuple_dst_equal(t1, t2);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 31 std::tuple<> t2 = std::tuple_cat(t1); local
65 std::tuple<> t2; local
66 std::tuple<> t3 = std::tuple_cat(t1, t2);
70 std::tuple<int> t2(2);
71 std::tuple<int> t3 = std::tuple_cat(t1, t2);
76 std::tuple<int> t2(2);
77 std::tuple<int> t3 = std::tuple_cat(t2, t1);
82 std::tuple<int> t2(2);
83 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2);
89 std::tuple<int> t2(2)
    [all...]
  /dalvik/vm/mterp/mips/
OP_SHR_LONG_2ADDR.S 7 GET_OPA4(t2) # t2 <- A+
10 EAS2(t2, rFP, t2) # t2 <- &fp[A]
11 LOAD64(a0, a1, t2) # a0/a1 <- vAA/vAA+1
26 STORE64(v0, v1, t2) # vAA/vAA+1 <- a0/a1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
65 template<typename T0, typename T1, typename T2, typename T3>
67 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
68 : base_type(t0, t1, t2, t3)
71 template<typename T0, typename T1, typename T2, typename T3, typename T4>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
    [all...]

Completed in 590 milliseconds

1 23 4 5 6 7 8 91011>>