Home
last modified time | relevance | path

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

12345678910>>...18

/external/python/cpython3/Modules/_decimal/libmpdec/
DREADME.txt27 typearith.h -> Fast primitives for double word multiplication,
41 The following files implement the Fast Number Theoretic Transform
45 umodarith.h -> Fast low level routines for unsigned modular arithmetic.
54 convolute.{c,h} -> Fast convolution using one of the three transform
69 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
/external/curl/docs/cmdline-opts/
Dtcp-fastopen.d3 Help: Use TCP Fast Open
5 Enable use of TCP Fast Open (RFC7413).
/external/wycheproof/java/com/google/security/wycheproof/
DWycheproofRunner.java84 public @interface Fast {} annotation in WycheproofRunner
138 Fast fast;
144 this.fast = runnerClass.getAnnotation(Fast.class); in ExcludeTestFilter()
DOpenJDKTest.java3 import com.google.security.wycheproof.WycheproofRunner.Fast;
30 @Fast
DConscryptTest.java19 import com.google.security.wycheproof.WycheproofRunner.Fast;
46 @Fast
DSpongyCastleTest.java19 import com.google.security.wycheproof.WycheproofRunner.Fast;
50 @Fast
DBouncyCastleTest.java19 import com.google.security.wycheproof.WycheproofRunner.Fast;
50 @Fast
/external/tcpdump/tests/
Drsvp_fast_reroute-oobr.out4Fast Re-Route Object (205) Flags: [ignore and forward if unknown], Class-Type: Unknown (0), length…
5Fast Re-Route Object (205) Flags: [ignore and forward if unknown], Class-Type: Unknown (0), length…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp420 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local
421 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem()
424 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem()
434 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local
436 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem()
440 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
/external/lz4/contrib/debian/
Dcontrol17 Description: Extremely Fast Compression algorithm http://www.lz4.org
22 Description: Extremely Fast Compression algorithm http://www.lz4.org
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.cpp58 case CallingConv::Fast: in getCalleeSavedRegs()
78 case CallingConv::Fast: in getCallPreservedMask()
/external/u-boot/doc/device-tree-bindings/i2c/
Di2c-stm32.txt15 the default 100 kHz frequency will be used. As only Normal, Fast and Fast+
/external/e2fsprogs/tests/f_create_symlinks/
Dexpect28 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
39 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
50 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dcontrol.PSK14 key management suite (i.e. WPA-PSK with Fast BSS Transition) in full view of the
15 DUT. Fast BSS Transition is part of the 802.11r protocol, which describes a
Dcontrol.EAP14 key management suite (i.e. WPA-EAP with Fast BSS Transition) in full view of the
15 DUT. Fast BSS Transition is part of the 802.11r protocol, which describes a
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox33 <td>Fast</td>
57 <td>Fast</td>
69 <td>Fast</td>
131 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
167 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
205 <td>Fast</td>
/external/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-regbankselect.mir247 # Fast mode maps vector instruction on FPR.
249 # Fast mode needs two extra copies.
268 ; Fast mode tries to reuse the source of the copy for the destination.
294 # Fast mode maps vector instruction on FPR.
295 # Fast mode needs two extra copies.
314 ; Fast mode tries to reuse the source of the copy for the destination.
/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch.ll4 ; Fast-isel mustn't add a block to the MBB successor/predecessor list twice.
18 ; Fast-isel shouldn't try to look through the compare because it's in a
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch.ll4 ; Fast-isel mustn't add a block to the MBB successor/predecessor list twice.
18 ; Fast-isel shouldn't try to look through the compare because it's in a
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
DREFERENCES.txt35 W. Morven Gentleman: Matrix Multiplication and Fast Fourier Transforms
47 Karl Hasselstrom: Fast Division of Large Integers
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCodePointTrie.java749 public static abstract class Fast extends CodePointTrie { class in CodePointTrie
750 private Fast(char[] index, Data data, int highStart, in Fast() method in CodePointTrie.Fast
767 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary()
768 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary()
1006 public static final class Fast16 extends Fast {
1064 public static final class Fast32 extends Fast {
1122 public static final class Fast8 extends Fast {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java760 public static abstract class Fast extends CodePointTrie { class in CodePointTrie
761 private Fast(char[] index, Data data, int highStart, in Fast() method in CodePointTrie.Fast
779 public static Fast fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary()
780 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary()
1025 public static final class Fast16 extends Fast {
1087 public static final class Fast32 extends Fast {
1149 public static final class Fast8 extends Fast {
/external/e2fsprogs/tests/d_inline_dump/
Dexpect81 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
94 Fast link dest: "xxxxxxxxxxxxxxxxxxxx"
/external/swiftshader/third_party/LLVM/include/llvm/
DCallingConv.h39 Fast = 8, enumerator
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Elu.pbtxt5 See [Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)

12345678910>>...18