Searched refs:Fast (Results 1 – 25 of 148) sorted by relevance
123456
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 32 <td>Fast</td> 56 <td>Fast</td> 68 <td>Fast</td> 130 <td>Fast-average<sup><a href="#note2">2</a></sup></td> 166 <td>Fast-average<sup><a href="#note2">2</a></sup></td> 204 <td>Fast</td>
|
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 39 Fast = 8, enumerator
|
/external/e2fsprogs/tests/f_fast_symlink_extents/ |
D | expect.1 | 2 Fast symlink 13 has EXTENT_FL set. Clear? yes
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-call-multi-reg-return.ll | 5 ; Fast-isel can't handle non-double multi-reg retvals.
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.h | 25 bool *Fast) const override;
|
D | MipsSEISelLowering.h | 34 bool *Fast = nullptr) const override;
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 5 ; Fast-isel shouldn't try to look through the compare because it's in a
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 218 bool *Fast = nullptr) const override { 222 if (Fast) 223 *Fast = true;
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 36 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator
|
/external/chromium_org/third_party/leveldatabase/ |
D | README.chromium | 1 Name: LevelDB: A Fast Persistent Key-Value Store
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-noconvert.ll | 3 ; Fast-isel can't do vector conversions yet, but it was emitting some highly
|
/external/valgrind/main/perf/ |
D | README | 50 - Description: Does a Fast Fourier Transform (FFT).
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 144 clEnumValN(FPOpFusion::Fast, "fast",
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 53 librewrite - Fast, scalable rewriting of source code. This operates on 156 * Fast #import with a module system.
|
/external/clang/docs/ |
D | PTHInternals.rst | 116 **Fast generation** 157 - Fast skipping of ``#ifdef`` ... ``#endif`` chains: PTH files
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 212 bool *Fast) const override;
|
/external/llvm/ |
D | CODE_OWNERS.TXT | 111 D: Fast-Isel
|
/external/chromium_org/native_client_sdk/src/doc/reference/ |
D | pnacl-bitcode-abi.rst | 175 Fast-Math Flags 178 `LLVM LangRef: Fast-Math Flags 181 Fast-math mode is not currently supported by the PNaCl bitcode.
|
/external/chromium_org/third_party/libjpeg_turbo/simd/ |
D | jdsamss2-64.asm | 574 ; Fast processing for the common case of 2:1 horizontal and 2:1 vertical.
|
D | jdsamss2.asm | 624 ; Fast processing for the common case of 2:1 horizontal and 2:1 vertical.
|
/external/zlib/src/as400/ |
D | readme.txt | 78 inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 20 * \defgroup FFT_Module Fast Fourier Transform module 26 * This module provides Fast Fourier transformation, with a configurable backend
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | e_fts3.test | 205 SELECT * FROM mail WHERE rowid = 15; -- Fast. Rowid lookup. 206 SELECT * FROM mail WHERE body MATCH 'sqlite'; -- Fast. Full-text query. 207 SELECT * FROM mail WHERE mail MATCH 'search'; -- Fast. Full-text query. 210 SELECT * FROM mail WHERE subject MATCH 'database'; -- Fast. Full-text query.
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | array.pxd | 20 Fast C-level new_array(_zeros), resize_array, copy_array, Py_SIZE(obj),
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 148 Fast register allocator. It is the default for unoptimized code.
|
123456