Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/rust/crates/clap/examples/tutorial_builder/
D04_01_enum.rs5 Fast, enumerator
12 &[Mode::Fast, Mode::Slow] in value_variants()
17 Mode::Fast => PossibleValue::new("fast").help("Run swiftly"), in to_possible_value()
59 Mode::Fast => { in main()
/third_party/curl/docs/cmdline-opts/
Dtcp-fastopen.d5 Help: Use TCP Fast Open
12 Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
/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/rust/crates/clap/examples/tutorial_derive/
D04_01_enum.rs14 Fast, enumerator
25 Mode::Fast => { in main()
/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/node/deps/v8/src/builtins/
Darray-concat.tq12 // Fast path if we invoke as `x.concat()`.
24 // Fast path if we invoke as `[].concat(x)`.
/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/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/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/node/doc/contributing/
Dadding-v8-fast-api.md1 # Adding V8 Fast API
11 * Fast API functions may not trigger garbage collection. This means by proxy
38 Fast API supports fallback to slow path for when it is desirable to do so,
/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/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/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/Transforms/Coroutines/
DCoroEarly.cpp55 CS.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy()
125 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
/third_party/skia/gn/
Dflutter_defines.gni21 # Fast low-precision software rendering isn't a priority for Flutter.
/third_party/rust/crates/minimal-lexical/
DCargo.toml5 description = "Fast float parsing conversion routines."
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm17 ; Practical Fast 1D DCT Algorithm with Eleven Multiplications,
/third_party/libcoap/examples/riot/examples_libcoap_server/
DREADME.md5 ## Fast configuration (Between RIOT instances):
/third_party/libcoap/examples/riot/examples_libcoap_client/
DREADME.md5 ## Fast configuration (Between RIOT instances):
/third_party/rust/crates/aho-corasick/
DCargo.toml5 description = "Fast multiple substring searching."
/third_party/libsnd/cmake/
DSetupABIVersions.cmake1 # Inspiration: https://github.com/ros2-dotnet/Fast-RTPS

12345678910>>...15