/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | README.txt | 27 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/ |
D | tcp-fastopen.d | 3 Help: Use TCP Fast Open 5 Enable use of TCP Fast Open (RFC7413).
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | WycheproofRunner.java | 84 public @interface Fast {} annotation in WycheproofRunner 138 Fast fast; 144 this.fast = runnerClass.getAnnotation(Fast.class); in ExcludeTestFilter()
|
D | OpenJDKTest.java | 3 import com.google.security.wycheproof.WycheproofRunner.Fast; 30 @Fast
|
D | ConscryptTest.java | 19 import com.google.security.wycheproof.WycheproofRunner.Fast; 46 @Fast
|
D | SpongyCastleTest.java | 19 import com.google.security.wycheproof.WycheproofRunner.Fast; 50 @Fast
|
D | BouncyCastleTest.java | 19 import com.google.security.wycheproof.WycheproofRunner.Fast; 50 @Fast
|
/external/tcpdump/tests/ |
D | rsvp_fast_reroute-oobr.out | 4 …Fast Re-Route Object (205) Flags: [ignore and forward if unknown], Class-Type: Unknown (0), length… 5 …Fast 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/ |
D | BypassSlowDivision.cpp | 420 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/ |
D | control | 17 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/ |
D | AMDGPURegisterInfo.cpp | 58 case CallingConv::Fast: in getCalleeSavedRegs() 78 case CallingConv::Fast: in getCallPreservedMask()
|
/external/u-boot/doc/device-tree-bindings/i2c/ |
D | i2c-stm32.txt | 15 the default 100 kHz frequency will be used. As only Normal, Fast and Fast+
|
/external/e2fsprogs/tests/f_create_symlinks/ |
D | expect | 28 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 39 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 50 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
D | control.PSK | 14 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
|
D | control.EAP | 14 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/ |
D | TopicLinearAlgebraDecompositions.dox | 33 <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/ |
D | arm64-regbankselect.mir | 247 # 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/ |
D | fast-isel-cmp-branch.ll | 4 ; 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/ |
D | fast-isel-cmp-branch.ll | 4 ; 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/ |
D | REFERENCES.txt | 35 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/ |
D | CodePointTrie.java | 749 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/ |
D | CodePointTrie.java | 760 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/ |
D | expect | 81 Fast link dest: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 94 Fast link dest: "xxxxxxxxxxxxxxxxxxxx"
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | CallingConv.h | 39 Fast = 8, enumerator
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Elu.pbtxt | 5 See [Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)
|