Home
last modified time | relevance | path

Searched refs:Fast (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/third_party/python/Modules/_decimal/libmpdec/
DREADME.txt27 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/
Dtcp-fastopen.d3 Help: Use TCP Fast Open
6 Enable use of TCP Fast Open (RFC7413).
/third_party/lz4/contrib/debian/
Dcontrol17 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/
DBypassSlowDivision.cpp419 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/
Dexpect28 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
39 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
50 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
/third_party/python/Modules/_decimal/libmpdec/literature/
DREFERENCES.txt35 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/
DCodePointTrie.java730 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/
DCodePointTrie.java744 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/
Dexpect6 < Fast commit length: 0
/third_party/e2fsprogs/tests/d_inline_dump/
Dexpect81 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/
DGCNNSAReassign.cpp86 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()
DAMDGPURegisterInfo.cpp100 case CallingConv::Fast: in getCalleeSavedRegs()
120 case CallingConv::Fast: in getCallPreservedMask()
/third_party/e2fsprogs/tests/f_fast_symlink_extents/
Dexpect.12 Fast symlink 13 has EXTENT_FL set. Clear? yes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h42 Fast = 8, enumerator
/third_party/lz4/lib/
Dliblz4.pc.in1 # LZ4 - Fast LZ compression algorithm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallingConv.h42 Fast = 8, enumerator
/third_party/flutter/skia/gn/
Dflutter_defines.gni22 # Fast low-precision software rendering isn't a priority for Flutter.
/third_party/skia/gn/
Dflutter_defines.gni21 # Fast low-precision software rendering isn't a priority for Flutter.
/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt35 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/
DCoroEarly.cpp55 CS.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy()
125 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm17 ; Practical Fast 1D DCT Algorithm with Eleven Multiplications,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp56 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/
DMips16ISelLowering.h27 bool *Fast) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1525 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/
DRegBankSelect.h97 Fast, enumerator
619 RegBankSelect(Mode RunningMode = Fast);

12345678910>>...18