Home
last modified time | relevance | path

Searched refs:ip1 (Results 1 – 25 of 43) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DTricubicSplineInterpolatingFunction.java227 final int ip1 = i + 1; in TricubicSplineInterpolatingFunction() local
259 f[i][j][k], f[ip1][j][k], in TricubicSplineInterpolatingFunction()
260 f[i][jp1][k], f[ip1][jp1][k], in TricubicSplineInterpolatingFunction()
261 f[i][j][kp1], f[ip1][j][kp1], in TricubicSplineInterpolatingFunction()
262 f[i][jp1][kp1], f[ip1][jp1][kp1], in TricubicSplineInterpolatingFunction()
264 dFdX[i][j][k], dFdX[ip1][j][k], in TricubicSplineInterpolatingFunction()
265 dFdX[i][jp1][k], dFdX[ip1][jp1][k], in TricubicSplineInterpolatingFunction()
266 dFdX[i][j][kp1], dFdX[ip1][j][kp1], in TricubicSplineInterpolatingFunction()
267 dFdX[i][jp1][kp1], dFdX[ip1][jp1][kp1], in TricubicSplineInterpolatingFunction()
269 dFdY[i][j][k], dFdY[ip1][j][k], in TricubicSplineInterpolatingFunction()
[all …]
DBicubicSplineInterpolatingFunction.java141 final int ip1 = i + 1; in BicubicSplineInterpolatingFunction() local
145 f[i][j], f[ip1][j], f[i][jp1], f[ip1][jp1], in BicubicSplineInterpolatingFunction()
146 dFdX[i][j], dFdX[ip1][j], dFdX[i][jp1], dFdX[ip1][jp1], in BicubicSplineInterpolatingFunction()
147 dFdY[i][j], dFdY[ip1][j], dFdY[i][jp1], dFdY[ip1][jp1], in BicubicSplineInterpolatingFunction()
148 d2FdXdY[i][j], d2FdXdY[ip1][j], d2FdXdY[i][jp1], d2FdXdY[ip1][jp1] in BicubicSplineInterpolatingFunction()
/external/valgrind/perf/
Dffbench.c173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local
185 ip1 = nprev << 1;
186 ip2 = ip1 * n;
189 for (i2 = 1; i2 <= ip2; i2 += ip1) {
191 for (i1 = i2; i1 <= i2 + ip1 - 2; i1 += 2) {
200 while (ibit >= ip1 && i2rev > ibit) {
206 ifp1 = ip1;
209 theta = isign * 6.28318530717959 / (ifp2 / ip1);
215 for (i3 = 1; i3 <= ifp1; i3 += ip1) {
216 for (i1 = i3; i1 <= i3 + ip1 - 2; i1 += 2) {
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
Dipaddr_test.py531 ip1 = ipaddr.IPv4Address('1.1.1.0')
538 collapsed = ipaddr.collapse_address_list([ip1, ip2, ip3, ip4, ip5, ip6])
543 ip1 = ipaddr.IPv4Address('1.1.1.0')
550 collapsed = ipaddr.collapse_address_list([ip5, ip1, ip2, ip3, ip4, ip6])
554 ip1 = ipaddr.IPv4Network('1.1.0.0/24')
562 collapsed = ipaddr.collapse_address_list([ip1, ip2, ip3, ip4, ip5, ip6])
567 collapsed = ipaddr.collapse_address_list([ip1, ip2])
579 ip1 = ipaddr.IPv6Network('::2001:1/100')
583 collapsed = ipaddr.collapse_address_list([ip1, ip2, ip3])
587 ip1 = ipaddr.IPAddress('1.1.1.1')
[all …]
/external/clang/test/SemaCXX/
Daddress-space-newdelete.cpp21 void test_delete(int_1 *ip1) { in test_delete() argument
22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}} in test_delete()
23 …delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1… in test_delete()
Doverload-call.cpp21 int* ip1 = g(iv, fv, 0); in test_g() local
42 int* ip1 = i(sv); in test_i() local
52 int* ip1 = j(ip); in test_j() local
59 int* ip1 = k("foo"); in test_k() local
79 int* ip1 = l(L"foo"); in test_l() local
101 int* ip1 = n(ca); in test_n() local
127 int* ip1 = o(PromotesToIntValue); in test_o() local
157 int* ip1 = multiparm(lv, iv, lv); in test_multiparm() local
Daddress-space-conversion.cpp25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast() argument
31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}} in test_const_cast()
36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}} in test_const_cast()
Dnullability-declspec.cpp5 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java377 byte ip1[] = temp[0]; in intersectIPRange()
382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
428 byte ip1[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
430 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength); in extractIPsAndSubnetMasks()
438 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
455 byte[] ip1, in minMaxIPs() argument
460 int ipLength = ip1.length; in minMaxIPs()
469 min1[i] = (byte)(ip1[i] & subnetmask1[i]); in minMaxIPs()
470 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs()
1650 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java646 byte ip1[] = temp[0]; in intersectIPRange()
651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
697 byte ip1[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
699 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength); in extractIPsAndSubnetMasks()
707 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
724 byte[] ip1, in minMaxIPs() argument
729 int ipLength = ip1.length; in minMaxIPs()
738 min1[i] = (byte)(ip1[i] & subnetmask1[i]); in minMaxIPs()
739 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs()
1730 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp36 int *ip1 = first_arg(ip); in test_simple_deduction() local
49 int *ip1 = first_arg_ref(ip); in test_simple_ref_deduction() local
64 int *ip1 = first_arg_pair(make_pair(ip, 17)); in test_pair_deduction() local
/external/autotest/client/cros/cellular/
Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
Dbase_station_8960.py109 def SetBsIpV4(self, ip1, ip2): argument
111 'SYSTem:COMMunicate:LAN:SELF:ADDRess:IP4 "%s"' % ip1,
159 def SetUeIpV4(self, ip1, ip2=None): argument
163 stanza = ['CALL:MS:IP:ADDRess1 "%s"' % ip1]
Dbase_station_pxt.py99 def SetBsIpV4(self, ip1, ip2): argument
134 def SetUeIpV4(self, ip1, ip2=None): argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp31 int *ip1 = first_arg<int *>(0); in test_explicit_spec_simple() local
40 int *ip1 = first_arg<int *>(0, 0); in test_explicit_spec_extension() local
/external/llvm/test/CodeGen/X86/
Dextractelement-legalization-store-ordering.ll39 %ip1 = or i32 %ip0, 1
45 %vecext5 = extractelement <4 x i32> %am, i32 %ip1
52 %arrayidx20 = getelementptr inbounds i32, i32* %x, i32 %ip1
/external/clang/test/SemaTemplate/
Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer() argument
59 accept_any_pointer(ip1); // expected-note{{in instantiation of}} in test_accept_any_pointer()
Dinstantiate-field.cpp17 int* ip1 = xi->z; in test1() local
/external/clang/test/FixIt/
Dfixit-nullability-declspec.cpp7 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/external/clang/test/PCH/
Dnamespaces.cpp9 N1::t1 *ip1 = &int_val; variable
/external/vixl/doc/topics/
Dextending-the-disassembler.md41 custom disasm -0x8: add x10, ip0, ip1 // add/sub to x10
47 custom disasm 0x0: add x11, ip0, ip1
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc235 const IPAddressNumber& ip1 = this->ip_address_number; in operator <() local
237 if (ip1.size() != ip2.size()) in operator <()
238 return ip1.size() > ip2.size(); // IPv6 before IPv4. in operator <()
239 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order. in operator <()
/external/clang/test/Analysis/
Dmalloc-sizeof.c14 int *ip1 = malloc(sizeof(1)); in foo() local
/external/webrtc/webrtc/base/
Dnetwork_unittest.cc804 IPAddress ip1, ip2; in TEST_F() local
805 EXPECT_TRUE(IPFromString("2400:4030:1:2c00:be30:0:0:1", &ip1)); in TEST_F()
809 Network* net1 = new Network("em1", "em1", TruncateIP(ip1, 64), 64); in TEST_F()
810 Network* net2 = new Network("em1", "em1", TruncateIP(ip1, 64), 64); in TEST_F()
813 net1->AddIP(ip1); in TEST_F()
829 EXPECT_EQ(list2[0]->GetIPs()[0], ip1); in TEST_F()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter … variable

12