/external/arm-optimized-routines/ |
D | Android.bp | 19 name: "arm-optimized-routines-defaults", 31 // to try to be helpful by renaming long double routines. 35 // arm-optimized-routines configuration. 38 // https://github.com/ARM-software/optimized-routines/issues/16#issuecomment-572009659 47 name: "libarm-optimized-routines-defaults", 48 defaults: ["arm-optimized-routines-defaults"], 66 name: "libarm-optimized-routines-math", 67 defaults: ["libarm-optimized-routines-defaults"], 101 name: "libarm-optimized-routines-string", 102 defaults: ["libarm-optimized-routines-defaults"], [all …]
|
D | METADATA | 1 name: "ARM-software/optimized-routines" 6 value: "https://github.com/ARM-software/optimized-routines" 10 value: "https://github.com/ARM-software/optimized-routines.git"
|
D | TEST_MAPPING | 7 "name": "arm-optimized-routines-tests"
|
/external/tcpdump/ |
D | INSTALL.txt | 49 addrtoname.c - address to hostname routines 54 routines 57 bpf_dump.c - BPF program printing routines, in case libpcap doesn't 72 gmt2local.c - time conversion routines 84 machdep.c - machine dependent routines 100 parsenfsfh.c - Network File System file parser routines 105 print.c - Top-level routines for protocol printing 110 setsignal.c - OS-independent signal routines 114 smbutil.c - SMB/CIFS utility routines 121 util-print.c - utility routines for protocol printers [all …]
|
/external/rust/crates/criterion/src/ |
D | benchmark.rs | 87 routines: Vec<NamedRoutine<T, M>>, field 97 routines: Vec<NamedRoutine<(), M>>, field 288 routines: vec![], in new() 304 self.routines.push(routine); in with_function() 324 let num_routines = self.routines.len(); in run() 334 for routine in self.routines { in run() 401 routines: functions, in with_functions() 444 routines: vec![], in new() 460 self.routines.push(routine); in with_function() 486 let num_routines = self.routines.len(); in run() [all …]
|
/external/libcups/vcnet/regex/ |
D | README | 15 files and routines that old systems may not have. Note also that 19 and regerror.o (the actual routines), bundle them together into a test 22 "make lib" builds just the .o files for the actual routines (when 29 of the RE routines themselves.
|
/external/webrtc/modules/third_party/g711/ |
D | README.chromium | 1 Name: In line A-law and u-law conversion routines 11 In line A-law and u-law conversion routines
|
/external/openssh/ |
D | OVERVIEW | 22 Buffer manipulation routines 50 - Ssh uses the RSA routines in libssl. 67 - The code in packet.c calls the buffer manipulation routines 68 (buffer.c, bufaux.c), compression routines (zlib), and the 69 encryption routines. 88 code is linked into the server. The routines also manipulate 157 various auxiliary routines: 160 xmalloc.c "safe" malloc routines
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.doc | 12 and convenience routines that create complete forms, including callbacks, 67 Low-level create routines. 69 The three low-level creation routines are called as follows: 82 High-level create routines. 88 Flp contains three routines that simplify handling this paradigm: 94 ftuple (as returned by the parsing routines) as parameters. It inserts
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.doc | 12 and convenience routines that create complete forms, including callbacks, 67 Low-level create routines. 69 The three low-level creation routines are called as follows: 82 High-level create routines. 88 Flp contains three routines that simplify handling this paradigm: 94 ftuple (as returned by the parsing routines) as parameters. It inserts
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.32.txt | 4 Fixed a bug in the Unix I/O routines which caused needless writebacks 10 Made some other minor optimizations to the Unix I/O routines to save a
|
/external/llvm-project/clang/test/Sema/ |
D | attr-mig.m | 11 …)); // expected-warning{{'mig_server_routine' attribute only applies to routines that return a ker… 12 …)); // expected-warning{{'mig_server_routine' attribute only applies to routines that return a ker…
|
/external/fft2d/src/fft2d/fft2d/ |
D | readme2d.txt | 29 the same routines are in each version. 33 "fftsg2d.*", "fftsg3d.*" use 1D FFT routines in "fftsg.*". 57 (these routines are called by fftsg2d.*, fftsg3d.*) 74 Nov. 2001 : Add 3D-FFT routines
|
/external/webrtc/common_audio/third_party/spl_sqrt_floor/ |
D | LICENSE | 10 * Thanks for asking. Those routines are public domain (originally posted to 24 * approximation routines, or if I can freely use it for any purpose.
|
/external/python/cpython2/Doc/library/ |
D | syslog.rst | 1 :mod:`syslog` --- Unix syslog library routines 6 :synopsis: An interface to the Unix syslog library routines. 9 This module provides an interface to the Unix ``syslog`` library routines. 13 This module wraps the system ``syslog`` family of routines. A pure Python
|
D | macostools.rst | 2 :mod:`macostools` --- Convenience routines for file manipulation 7 :synopsis: Convenience routines for file manipulation. 11 This module contains some convenience routines for file-manipulation on the 87 This module contains routines that give Python programs access to some
|
/external/eigen/doc/ |
D | UsingIntelMKL.dox | 41 …"> Intel MKL </a> provides highly optimized multi-threaded mathematical routines for x86-compatibl… 52 …oing so, a number of %Eigen's algorithms are silently substituted with calls to Intel MKL routines. 59 <tr><td>\c EIGEN_USE_BLAS </td><td>Enables the use of external BLAS level 2 and 3 routines</td></tr> 60 <tr class="alt"><td>\c EIGEN_USE_LAPACKE </td><td>Enables the use of external Lapack routines via t… 72 <tr><th>Code example</th><th>MKL routines</th></tr>
|
D | HiPerformance.dox | 13 In particular we will focus on expressions matching level 2 and 3 BLAS routines, i.e, 16 Indeed, in Eigen we have implemented a set of highly optimized routines which are very similar 17 to BLAS's ones. Unlike BLAS, those routines are made available to user via a high level and 18 natural API. Each of these routines can compute in a single evaluation a wide variety of expression… 19 Given an expression, the challenge is then to map it to a minimal set of routines.
|
/external/fonttools/Doc/source/cu2qu/ |
D | index.rst | 17 The basic curve conversion routines are implemented in the 19 applies these routines to all of the curves in a UFO file or files; while the
|
/external/python/cpython3/Doc/library/ |
D | syslog.rst | 1 :mod:`syslog` --- Unix syslog library routines 6 :synopsis: An interface to the Unix syslog library routines. 10 This module provides an interface to the Unix ``syslog`` library routines. 14 This module wraps the system ``syslog`` family of routines. A pure Python
|
/external/libogg/ |
D | CHANGES | 38 * big-endian bitpacker routines for Theora 47 * little-endian bitpacker routines for Vorbis
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 125 * Run-time support routines:: 151 variables or routines are specified. 237 @node The error-table compiler, Run-time support routines, Error table source file, Top 251 @node Run-time support routines, Coding Conventions, The error-table compiler, Top 252 @chapter Run-time support routines 254 Any source file which uses the routines supplied with or produced by the 262 The run-time support routines and variables provided via this package 269 One of these routines is built by the error compiler for each error table. 273 routine, some combination of routines which form the core of the library 328 These two routines allow a routine to be dynamically substituted for [all …]
|
/external/rust/crates/memchr/ |
D | README.md | 3 The `memchr` crate provides heavily optimized routines for searching bytes. 54 libc by default. Instead, it uses its own routines, which are either vectorized 55 or generic fallback routines. In general, these should be competitive with
|
/external/flac/src/plugin_common/ |
D | README | 1 This directory contains a convenience library of routines that are
|
/external/fonttools/Doc/source/misc/ |
D | eexec.rst | 2 eexec: PostScript charstring encryption and decryption routines
|