Home
last modified time | relevance | path

Searched +full:x +full:- +full:real +full:- +full:ip (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/external/pffft/
Dfftpack.c2 compile with cc -DTESTING_FFTPACK fftpack.c in order to build the
26 - Neither the names of NCAR's Computational and Information Systems
32 - Redistributions of source code must retain the above copyright
35 - Redistributions in binary form must reproduce the above copyright
57 typedef fftpack_real real; typedef
61 real r, i;
65 static real c_abs(f77complex *c) { return sqrt(c->r*c->r + c->i*c->i); } in c_abs()
81 static void passfb(integer *nac, integer ido, integer ip, integer l1, integer idl1, in passfb() argument
82 real *cc, real *c1, real *c2, real *ch, real *ch2, const real *wa, real fsign) in passfb()
90 real wai, war; in passfb()
[all …]
/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.f5 ! radix :split-radix, row-column
10 ! rdft2d: Real Discrete Fourier Transform
14 ! fftsg.f : 1D-FFT package
17 ! -------- Complex DFT (Discrete Fourier Transform) --------
20 ! X(k1,k2) = sum_j1=0^n1-1 sum_j2=0^n2-1 x(j1,j2) *
25 ! X(k1,k2) = sum_j1=0^n1-1 sum_j2=0^n2-1 x(j1,j2) *
26 ! exp(-2*pi*i*j1*k1/n1) *
27 ! exp(-2*pi*i*j2*k2/n2),
29 ! (notes: sum_j=0^n-1 is a summation from j=0 to n-1)
32 ! ip(0) = 0 ! first time only
[all …]
Dfftsg3d.f5 ! radix :split-radix, row-column
10 ! rdft3d: Real Discrete Fourier Transform
14 ! fftsg.f : 1D-FFT package
17 ! -------- Complex DFT (Discrete Fourier Transform) --------
20 ! X(k1,k2,k3) = sum_j1=0^n1-1 sum_j2=0^n2-1 sum_j3=0^n3-1
21 ! x(j1,j2,j3) *
27 ! X(k1,k2,k3) = sum_j1=0^n1-1 sum_j2=0^n2-1 sum_j3=0^n3-1
28 ! x(j1,j2,j3) *
29 ! exp(-2*pi*i*j1*k1/n1) *
30 ! exp(-2*pi*i*j2*k2/n2) *
[all …]
Dfft4f2d.f5 ! radix :4, 2, row-column
10 ! rdft2d: Real Discrete Fourier Transform
15 ! -------- Complex DFT (Discrete Fourier Transform) --------
18 ! X(k1,k2) = sum_j1=0^n1-1 sum_j2=0^n2-1 x(j1,j2) *
23 ! X(k1,k2) = sum_j1=0^n1-1 sum_j2=0^n2-1 x(j1,j2) *
24 ! exp(-2*pi*i*j1*k1/n1) *
25 ! exp(-2*pi*i*j2*k2/n2),
27 ! (notes: sum_j=0^n-1 is a summation from j=0 to n-1)
30 ! ip(0) = 0 ! first time only
31 ! call cdft2d(n1max, 2*n1, n2, 1, a, ip, w)
[all …]
Dfftsg.f5 ! radix :split-radix
10 ! rdft: Real Discrete Fourier Transform
13 ! dfct: Cosine Transform of RDFT (Real Symmetric DFT)
14 ! dfst: Sine Transform of RDFT (Real Anti-symmetric DFT)
17 ! -------- Complex DFT (Discrete Fourier Transform) --------
20 ! X(k) = sum_j=0^n-1 x(j)*exp(2*pi*i*j*k/n), 0<=k<n
22 ! X(k) = sum_j=0^n-1 x(j)*exp(-2*pi*i*j*k/n), 0<=k<n
23 ! (notes: sum_j=0^n-1 is a summation from j=0 to n-1)
26 ! ip(0) = 0 ! first time only
27 ! call cdft(2*n, 1, a, ip, w)
[all …]
Dfftsg2d.c6 radix :split-radix, row-column
11 rdft2d: Real Discrete Fourier Transform
21 fftsg.c : 1D-FFT package
31 -------- Complex DFT (Discrete Fourier Transform) --------
34 X[k1][k2] = sum_j1=0^n1-1 sum_j2=0^n2-1 x[j1][j2] *
38 X[k1][k2] = sum_j1=0^n1-1 sum_j2=0^n2-1 x[j1][j2] *
39 exp(-2*pi*i*j1*k1/n1) *
40 exp(-2*pi*i*j2*k2/n2), 0<=k1<n1, 0<=k2<n2
41 (notes: sum_j=0^n-1 is a summation from j=0 to n-1)
44 ip[0] = 0; // first time only
[all …]
/external/eigen/bench/btl/libs/gmm/
Dgmm_LU_solve_interface.hh18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28 template<class real>
29 class blitz_LU_solve_interface : public blitz_interface<real>
34 typedef typename blitz_interface<real>::gene_matrix gene_matrix;
35 typedef typename blitz_interface<real>::gene_vector gene_vector;
54 …static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int… in matrix_vector_product_sliced()
57 real somme=0.; in matrix_vector_product_sliced()
72 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… in matrix_matrix_product_sliced()
75 real somme=0.; in matrix_matrix_product_sliced()
92 real big = 0. ; in LU_factor()
[all …]
/external/eigen/bench/btl/libs/mtl4/
Dmtl4_LU_solve_interface.hh18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28 template<class real>
29 class blitz_LU_solve_interface : public blitz_interface<real>
34 typedef typename blitz_interface<real>::gene_matrix gene_matrix;
35 typedef typename blitz_interface<real>::gene_vector gene_vector;
54 …static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int… in matrix_vector_product_sliced()
57 real somme=0.; in matrix_vector_product_sliced()
72 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… in matrix_matrix_product_sliced()
75 real somme=0.; in matrix_matrix_product_sliced()
92 real big = 0. ; in LU_factor()
[all …]
/external/eigen/bench/btl/libs/blitz/
Dblitz_LU_solve_interface.hh18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28 template<class real>
29 class blitz_LU_solve_interface : public blitz_interface<real>
34 typedef typename blitz_interface<real>::gene_matrix gene_matrix;
35 typedef typename blitz_interface<real>::gene_vector gene_vector;
54 …static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int… in matrix_vector_product_sliced()
57 real somme=0.; in matrix_vector_product_sliced()
72 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… in matrix_matrix_product_sliced()
75 real somme=0.; in matrix_matrix_product_sliced()
92 real big = 0. ; in LU_factor()
[all …]
/external/cldr/tools/scripts/ansible/
Dnginx-playbook.yml1 - hosts: surveytool
4 - vars/main.yml
5 - local-vars/local.yml
7 - { role: geerlingguy.nginx }
9 - name: Setup stapler.conf
11 src: templates/nginx-stapler.conf
17 - name: Setup reverse proxy
19 path: /etc/nginx/sites-enabled/default
21 # proxy /cldr-apps/ to openliberty, with generous timeouts
25 location /cldr-apps/ {
[all …]
/external/webrtc/common_audio/third_party/ooura/fft_size_256/
Dfft4g.cc2 * http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html
3 * Copyright Takuya OOURA, 1996-2001
23 rdft: Real Discrete Fourier Transform
26 dfct: Cosine Transform of RDFT (Real Symmetric DFT)
27 dfst: Sine Transform of RDFT (Real Anti-symmetric DFT)
37 -------- Complex DFT (Discrete Fourier Transform) --------
40 X[k] = sum_j=0^n-1 x[j]*exp(2*pi*i*j*k/n), 0<=k<n
42 X[k] = sum_j=0^n-1 x[j]*exp(-2*pi*i*j*k/n), 0<=k<n
43 (notes: sum_j=0^n-1 is a summation from j=0 to n-1)
46 ip[0] = 0; // first time only
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dfunctions.hpp2 // Copyright (c) 2018-2019, Cem Bassoy, cem.bassoy@gmail.com
45 /** @brief Computes the m-mode tensor-times-vector product
47 * Implements C[i1,...,im-1,im+1,...,ip] = A[i1,i2,...,ip] * b[im]
55 * @returns tensor object C with order p-1, the same storage format and allocator type as A
85 auto nc = ebase_type(std::max(p-1, size_type(2)) , size_type(1)); in prod()
90 if(i != m-1) in prod()
108 /** @brief Computes the m-mode tensor-times-matrix product
110 * Implements C[i1,...,im-1,j,im+1,...,ip] = A[i1,i2,...,ip] * B[j,im]
152 nc[m-1] = nb[0]; in prod()
170 /** @brief Computes the q-mode tensor-times-tensor product
[all …]
/external/iproute2/man/man8/
Dip-route.8.in1 .TH IP\-ROUTE 8 "13 Dec 2012" "iproute2" "Linux"
3 ip-route \- routing table management
9 .B ip
10 .RI "[ " ip-OPTIONS " ]"
30 .B ip route get
80 .B ttl-propagate
180 .IR MPLS " | " IP " | " BPF " | " SEG6 " | " SEG6LOCAL " ] "
191 .B ip
237 .B ip route
244 - the route entry describes real paths to the destinations covered
[all …]
Dtc-u32.84 u32 \- universal 32bit traffic control filter
40 \fIu12_hex_htid\fB:\fR[\fIu8_hex_hash\fB:\fR[\fIu12_hex_nodeid\fR] | \fB0x\fIu32_hex_value\fR }
85 .B ip
86 .IR IP " | "
99 .IR IP " := { { "
170 filters into a tree-like hierarchy.
213 is often non-intuitive. Therefore the terminals in
220 indicates a two byte-sized value in range between 0 and 65535 (0xFFFF)
227 .I 0x
233 are in dotted-quad formatting as usual for IPv4 addresses. An
[all …]
/external/python/bumble/examples/
DREADME.md14 controller, attached to a local link bus to a second, in-process, virtual controller, itself
23 (in this example, the mac's IP address seen from the Linux VM is `172.16.104.1`, replace it with
26 socat -d -d -x PTY,link=./hci_pty,rawer UDP-SENDTO:172.16.104.1:22333,bind=:22333
33 sudo btattach -P h4 -B hci_pty
48 …controllers to use a UDP socket as its HCI transport. In this example, the ip address of the Linux…
71 Run a host application connected to a 'real' BLE controller over a UART HCI to a dev board running …
75 Run a host application connected to a 'real' BLE controller over a UART HCI to a dev board running …
84 Run a host application connected to a 'real' BLE controller over a UART HCI to a dev board running …
/external/tcpdump/
Dprint-arcnet.c21 * From: NetBSD: print-arcnet.c,v 1.2 2000/04/24 13:02:28 itojun Exp
30 #include "netdissect-stdinc.h"
58 nd_uint8_t arc_flag2; /* real flag value */
59 nd_uint16_t arc_seqid2; /* real seqid value */
67 #define ARCTYPE_IP_OLD 240 /* IP protocol */
71 #define ARCTYPE_IP 212 /* IP protocol */
110 { ARCTYPE_IP, "ip" },
128 ndo->ndo_protocol = "arcnet"; in arcnet_print()
131 if (ndo->ndo_qflag) { in arcnet_print()
132 ND_PRINT("%02x %02x %u: ", in arcnet_print()
[all …]
/external/oss-fuzz/projects/nginx/fuzz/
Dhttp_request_fuzzer.cc7 // http://www.apache.org/licenses/LICENSE-2.0
30 #include "libprotobuf-mutator/src/libfuzzer/libfuzzer_macro.h"
42 " default_type application/octet-stream;\n"
79 " proxy_set_header X-Real-IP $remote_addr;\n"
80 " proxy_set_header X-Real-Port $remote_port;\n"
84 " proxy_set_header X-Real-IP $remote_addr;\n"
85 " proxy_set_header X-Real-Port $remote_port;\n"
130 request.data_len -= size; in request_recv_handler()
137 req_reply = (ngx_http_request_t *)(c->data); in reply_recv_handler()
142 cln_new.next = req_reply->cleanup; in reply_recv_handler()
[all …]
/external/autotest/client/cros/
Ddhcpv6_test_base.py3 # Use of this source code is governed by a BSD-style license that can be
8 like a virtual ethernet device with one end that looks like a real ethernet
10 real ethernet interface to shill. Child classes should override test_body()
108 of DBus meta-data or None.
181 Return the IP address of the side of the interface that the DHCPv6 test
221 # Wait until both IP address and delegated prefix are obtained.
231 # Verify Non-temporary Address prefix.
240 # Verify Non-temporary Address suffix.
245 'actual %x expected (%x-%x)' %
252 for x in range(
[all …]
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_among.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12 * Write-once-read-many hash table, used for checking if a given
18 * In real-world ethernet addresses, values of the last byte are
23 * MAC address is mapped onto an array of two 32-bit integers.
37 __be32 ip; member
46 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) \ argument
47 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
58 #define ebt_among_wh_dst(x) ((x)->wh_dst_ofs ? \ argument
59 (struct ebt_mac_wormhash*)((char*)(x) + (x)->wh_dst_ofs) : NULL)
60 #define ebt_among_wh_src(x) ((x)->wh_src_ofs ? \ argument
[all …]
/external/cronet/net/base/
Durl_util.h2 // Use of this source code is governed by a BSD-style license that can be
7 // intended to be of a text-processing nature, and should not attempt to use any
38 // AppendQueryParameter(GURL("http://example.com?x=y"), "name", "value").spec()
39 // => "http://example.com?x=y&name=value"
45 // and the value. If `name` appears more than once, only the first name-value
56 // GURL("http://example.com?x=y&name=old"), "name", "new").spec()
57 // => "http://example.com?x=y&name=new"
59 // GURL("http://example.com?x=y&name=old"), "name", std::nullopt).spec()
60 // => "http://example.com?x=y&"
81 // Iterates over the key-value pairs in the query portion of |url|.
[all …]
/external/openthread/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_Sim.py52 def __init__(self, ip, port, username, password, device, node_id): argument
53 self.ip = ip
75 self.log('Connecting to %s:%s with username=%s', self.ip, self.port, self.username)
76 … self.__handle.connect(self.ip, port=self.port, username=self.username, password=self.password)
88 # Receive the output in non-blocking mode
91 # Some commands such as `udp send <ip> -x <hex>` send binary data
99 # Exit ot-cli-ftd and close the SSH connection
107 # compared to real devices, which is not the intended behavior
126 print('%d@%s - %s - %s' % (self.node_id, self.ip, time.strftime('%b %d %H:%M:%S'), msg))
159 # Let it crash if it is an invalid IP address
[all …]
/external/go-cmp/cmp/
Dexample_test.go2 // Use of this source code is governed by a BSD-style
16 "github.com/google/go-cmp/cmp"
19 // TODO: Re-write these examples in terms of how you actually use the
23 // Use Diff to print out a human-readable report of differences for tests
31 t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
35 // MakeGatewayInfo() mismatch (-want +got):
38 // - IPAddress: s"192.168.0.2",
43 …// {Hostname: "macchiato", IPAddress: s"192.168.0.153", LastSeen: s"2009-11-10 23:39:43 +0000 …
47 // - IPAddress: s"192.168.0.221",
49 // LastSeen: s"2009-11-10 23:00:23 +0000 UTC",
[all …]
/external/curl/docs/cmdline-opts/
D_ENVIRONMENT.md1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
2 <!-- SPDX-License-Identifier: curl -->
9 the --proxy option.
17 ## `[url-protocol]_PROXY` [protocol://]<host>[:port]
18 Sets the proxy server to use for [url-protocol], where the protocol is a
23 Sets the proxy server to use if no protocol-specific proxy is set.
25 ## `NO_PROXY` <comma-separated list of hosts/domains>
31 the --proxy option. That is
33 NO_PROXY=direct.example.com curl -x http://proxy.example.com
38 NO_PROXY=direct.example.com curl -x http://proxy.example.com
[all …]
/external/lzma/C/
DBcj2.h1 /* Bcj2.h -- BCJ2 converter for x86 code (Branch CALL/JUMP variant2)
2 2023-03-02 : Igor Pavlov : Public domain */
40 #define BCJ2_IS_32BIT_STREAM(s) ((unsigned)((unsigned)(s) - (unsigned)BCJ2_STREAM_CALL) < 2)
45 BUF_SIZE(n) = lims[n] - bufs[n]
56 - If last bytes of stream contain marker (e8/e8/0f8x), then
58 - One case of overlapped instructions is supported,
59 if last byte of converted instruction is (0f) and next byte is (8x):
60 marker [xx xx xx 0f] 8x
61 then the pair (0f 8x) is treated as marker.
64 /* ---------- BCJ2 Decoder ---------- */
[all …]
/external/libwebsockets/lib/roles/http/
Dlextable-strings.h1 /* set of parsable strings -- ALL LOWER CASE */
14 "sec-websocket-draft:",
19 "sec-websocket-extensions:",
20 "sec-websocket-key1:",
21 "sec-websocket-key2:",
22 "sec-websocket-protocol:",
24 "sec-websocket-accept:",
25 "sec-websocket-nonce:",
29 "http2-settings:",
34 "access-control-request-headers:",
[all …]

12345678910>>...19