/third_party/python/Modules/_decimal/libmpdec/ |
D | README.txt | 27 typearith.h -> Fast primitives for double word multiplication, 39 The following files implement the Fast Number Theoretic Transform 43 umodarith.h -> Fast low level routines for unsigned modular arithmetic. 52 convolute.{c,h} -> Fast convolution using one of the three transform 67 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
|
/third_party/curl/docs/cmdline-opts/ |
D | tcp-fastopen.d | 3 Help: Use TCP Fast Open 6 Enable use of TCP Fast Open (RFC7413).
|
/third_party/lz4/contrib/debian/ |
D | control | 17 Description: Extremely Fast Compression algorithm http://www.lz4.org 22 Description: Extremely Fast Compression algorithm http://www.lz4.org
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 419 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 420 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 423 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 433 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 435 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 439 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
/third_party/e2fsprogs/tests/f_create_symlinks/ |
D | expect | 28 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 39 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 50 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | REFERENCES.txt | 35 W. Morven Gentleman: Matrix Multiplication and Fast Fourier Transforms 47 Karl Hasselstrom: Fast Division of Large Integers
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointTrie.java | 730 public static abstract class Fast extends CodePointTrie { class in CodePointTrie 731 private Fast(char[] index, Data data, int highStart, in Fast() method in CodePointTrie.Fast 747 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() 748 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary() 977 public static final class Fast16 extends Fast { 1030 public static final class Fast32 extends Fast { 1083 public static final class Fast8 extends Fast {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointTrie.java | 744 public static abstract class Fast extends CodePointTrie { class in CodePointTrie 745 private Fast(char[] index, Data data, int highStart, in Fast() method in CodePointTrie.Fast 762 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() 763 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary() 999 public static final class Fast16 extends Fast { 1056 public static final class Fast32 extends Fast { 1113 public static final class Fast8 extends Fast {
|
/third_party/e2fsprogs/tests/i_bitmaps/ |
D | expect | 6 < Fast commit length: 0
|
/third_party/e2fsprogs/tests/d_inline_dump/ |
D | expect | 81 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 94 Fast link dest: "xxxxxxxxxxxxxxxxxxxx"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNNSAReassign.cpp | 86 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const; 165 GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const { in CheckNSA() 183 if (!Fast) { in CheckNSA()
|
D | AMDGPURegisterInfo.cpp | 100 case CallingConv::Fast: in getCalleeSavedRegs() 120 case CallingConv::Fast: in getCallPreservedMask()
|
/third_party/e2fsprogs/tests/f_fast_symlink_extents/ |
D | expect.1 | 2 Fast symlink 13 has EXTENT_FL set. Clear? yes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | CallingConv.h | 42 Fast = 8, enumerator
|
/third_party/lz4/lib/ |
D | liblz4.pc.in | 1 # LZ4 - Fast LZ compression algorithm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallingConv.h | 42 Fast = 8, enumerator
|
/third_party/flutter/skia/gn/ |
D | flutter_defines.gni | 22 # Fast low-precision software rendering isn't a priority for Flutter.
|
/third_party/skia/gn/ |
D | flutter_defines.gni | 21 # Fast low-precision software rendering isn't a priority for Flutter.
|
/third_party/cmsis/CMSIS/DSP/Source/ |
D | CMakeLists.txt | 35 option(FASTMATH "Fast Math Functions" ON) 218 # Fast tables inclusion is allowed 227 # Fast tables inclusion is allowed 236 # Fast tables inclusion is allowed
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 55 CS.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy() 125 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | xvididct.asm | 17 ; Practical Fast 1D DCT Algorithm with Eleven Multiplications,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 56 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast", 88 if (OptMode != Mode::Fast) { in init() 100 if (OptMode != Mode::Fast) { in getAnalysisUsage() 629 if (OptMode == RegBankSelect::Mode::Fast) { in assignInstr() 662 OptMode = Mode::Fast; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.h | 27 bool *Fast) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1525 unsigned Alignment, MachineMemOperand::Flags Flags, bool *Fast) const { in allowsMemoryAccessForAlignment() 1534 if (Fast != nullptr) in allowsMemoryAccessForAlignment() 1535 *Fast = true; in allowsMemoryAccessForAlignment() 1540 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment() 1545 const MachineMemOperand &MMO, bool *Fast) const { in allowsMemoryAccessForAlignment() 1548 Fast); in allowsMemoryAccessForAlignment() 1553 unsigned Alignment, MachineMemOperand::Flags Flags, bool *Fast) const { in allowsMemoryAccess() 1555 Flags, Fast); in allowsMemoryAccess() 1561 bool *Fast) const { in allowsMemoryAccess() 1563 MMO.getAlignment(), MMO.getFlags(), Fast); in allowsMemoryAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegBankSelect.h | 97 Fast, enumerator 619 RegBankSelect(Mode RunningMode = Fast);
|