Searched refs:ip3 (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/PCH/
H A Dchain-conversion-lookup.cpp24 int *ip3 = z.operator int*(); local
H A Dnamespaces.cpp11 N2::Inner::t3 *ip3 = &int_val; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp38 int *ip3 = first_arg(ip, fp, dp); local
51 int *ip3 = first_arg_ref(ip, fp, dp); local
66 int *ip3 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17), local
/external/clang/test/SemaCXX/
H A Ddelete-and-function-templates.cpp104 int *ip3 = g2(3.14, 3); //expected-error{{ambiguous}} local
108 int *ip3 = g2(3.14, 3.14); local
H A Doverload-call.cpp44 int* ip3 = i(ucv); local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp24 IP<get_nullptr()> ip3; variable
/external/clang/test/Modules/
H A Dmacros2.c40 LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}} local
H A Dmacros.c131 LEFT_RIGHT_DIFFERENT2 *ip3 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}} local
/external/valgrind/perf/
H A Dffbench.c173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local
187 ip3 = ip2 * nrem;
192 for (i3 = i1; i3 <= ip3; i3 += ip2) {
217 for (i2 = i1; i2 <= ip3; i2 += ifp2) {
/external/python/cpython3/Lib/test/
H A Dtest_ipaddress.py872 ip3 = ipaddress.IPv4Address('10.10.10.12')
875 self.assertEqual(list(ipaddress._find_address_range([ip1, ip3])),
876 [(ip1, ip1), (ip3, ip3)])
877 self.assertEqual(list(ipaddress._find_address_range([ip1, ip2, ip3])),
878 [(ip1, ip3)])
1262 ip3 = ipaddress.IPv4Address('1.1.1.2')
1268 [ip1, ip2, ip3, ip4, ip5, ip6])
1276 ip3 = ipaddress.IPv4Address('1.1.1.2')
1281 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip
[all...]
H A Dtest_generators.py1291 ip1, ip2, ip3 = i+1, i+2, i+3
1292 g, g1, g2 = gs[i : ip3]
1294 if ip3 >= n:
1307 for x in _gen3(ip3):
/external/python/cpython2/Lib/test/
H A Dtest_generators.py1013 ip1, ip2, ip3 = i+1, i+2, i+3
1014 g, g1, g2 = gs[i : ip3]
1016 if ip3 >= n:
1029 for x in _gen3(ip3):
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp31 typename N::C::type *ip3 = &i; // expected-error{{typename specifier refers to non-type member 'type'}} variable
/external/libvpx/libvpx/vp8/common/x86/
H A Ddequantize_mmx.asm110 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
165 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
H A Didctllm_sse2.asm177 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
246 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
514 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
583 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
H A Didctllm_mmx.asm80 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
135 paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
/external/tensorflow/tensorflow/core/kernels/
H A Dslice_op.cc389 T* ip3 = ip2 + begin[3]; local
392 memcpy(static_cast<void*>(op3), static_cast<void*>(ip3),

Completed in 471 milliseconds