/external/pffft/ |
D | fftpack.c | 2 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/ |
D | fftsg2d.f | 5 ! 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 …]
|
D | fftsg3d.f | 5 ! 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 …]
|
D | fft4f2d.f | 5 ! 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 …]
|
D | fftsg.f | 5 ! 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 …]
|
D | fftsg2d.c | 6 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/blitz/ |
D | blitz_LU_solve_interface.hh | 18 // 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/gmm/ |
D | gmm_LU_solve_interface.hh | 18 // 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/ |
D | mtl4_LU_solve_interface.hh | 18 // 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/webrtc/common_audio/third_party/ooura/fft_size_256/ |
D | fft4g.cc | 2 * 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/cldr/tools/scripts/ansible/ |
D | nginx-playbook.yml | 1 - hosts: surveytool 4 - vars/main.yml 5 - local-vars/local.yml 7 - { role: geerlingguy.nginx } 9 - name: Setup reverse proxy 11 path: /etc/nginx/sites-enabled/default 13 # proxy /cldr-apps/ to openliberty, with generous timeouts 17 location /cldr-apps/ { 18 rewrite ^/(.+)\._[\da-f]+_\.(js|css)$ /$1.$2 break; 20 proxy_pass http://localhost:9080/cldr-apps/; [all …]
|
/external/iproute2/man/man8/ |
D | ip-route.8.in | 1 .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 …]
|
D | tc-u32.8 | 4 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/ |
D | README.md | 14 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/ |
D | print-arcnet.c | 21 * 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/ |
D | http_request_fuzzer.cc | 7 // 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/curl/docs/cmdline-opts/ |
D | page-footer | 4 Default config file, see --config for details. 11 the --proxy option. 13 .IP "http_proxy [protocol://]<host>[:port]" 15 .IP "HTTPS_PROXY [protocol://]<host>[:port]" 17 .IP "[url-protocol]_PROXY [protocol://]<host>[:port]" 18 Sets the proxy server to use for [url-protocol], where the protocol is a 21 .IP "ALL_PROXY [protocol://]<host>[:port]" 22 Sets the proxy server to use if no protocol-specific proxy is set. 23 .IP "NO_PROXY <comma-separated list of hosts/domains>" 29 the --proxy option. That is [all …]
|
/external/autotest/client/cros/ |
D | dhcpv6_test_base.py | 3 # 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() 104 of DBus meta-data or None. 174 Return the IP address of the side of the interface that the DHCPv6 test 214 # Wait until both IP address and delegated prefix are obtained. 224 # Verify Non-temporary Address prefix. 233 # Verify Non-temporary Address suffix. 238 'actual %x expected (%x-%x)' % 245 for x in range( [all …]
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_among.h | 1 /* 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/ppp/pppd/ |
D | pppd.8 | 6 .\" IP indented paragraph 9 .\" Copyright (c) 1993-2003 Paul Mackerras <paulus@samba.org> 25 pppd \- Point-to-Point Protocol Daemon 33 PPP is the protocol used for establishing internet links over dial-up 34 modems, DSL connections, and many other types of point-to-point 37 (called the \fIpeer\fR) and to negotiate Internet Protocol (IP) 40 used with other network protocols besides IP, but such use is becoming 53 non-privileged user. 59 (e.g. Linux, SunOS) only support the commonly-used baud rates. 62 This option sets the Async-Control-Character-Map (ACCM) for this end [all …]
|
/external/go-cmp/cmp/ |
D | example_test.go | 2 // 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/toybox/android/mac/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 9 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 11 …on this behavior. If you're running toybox under a debugger or\nwithout a real OS (ala newlib+libg… 13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 31 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 39 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 41 …-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n\n-p Use the given priority i… 47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
/external/toybox/android/linux/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 9 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 11 …on this behavior. If you're running toybox under a debugger or\nwithout a real OS (ala newlib+libg… 13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 31 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 39 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 41 …-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n\n-p Use the given priority i… 47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
/external/toybox/android/device/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 9 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 11 …on this behavior. If you're running toybox under a debugger or\nwithout a real OS (ala newlib+libg… 13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 31 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 39 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 41 …-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n\n-p Use the given priority i… 47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
/external/libwebsockets/lib/roles/http/ |
D | lextable-strings.h | 1 /* 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 …]
|