/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | vector_exponential_diag_test.py | 121 vex = ds.VectorExponentialDiag( 125 vex.covariance().eval()) 127 vex = ds.VectorExponentialDiag( 130 self.assertAllEqual([2], vex.batch_shape) 131 self.assertAllEqual([3], vex.event_shape) 139 vex.covariance().eval()) 141 vex = ds.VectorExponentialDiag( 144 self.assertAllEqual([2], vex.batch_shape) 145 self.assertAllEqual([3], vex.event_shape) 153 vex.covariance().eval()) [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.h | 48 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument 49 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument 50 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument 51 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument 52 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument 53 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument 54 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument 55 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument 57 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument 58 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument [all …]
|
/external/capstone/arch/X86/ |
D | X86DisassemblerDecoder.h | 62 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument 63 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument 64 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument 65 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument 66 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument 67 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument 68 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument 69 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument 71 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument 72 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument [all …]
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.h | 52 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument 53 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument 54 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument 55 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument 56 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument 57 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument 58 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument 59 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument 61 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument 62 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.h | 52 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument 53 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument 54 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument 55 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument 56 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument 57 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument 58 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument 59 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument 61 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument 62 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument [all …]
|
/external/syzkaller/pkg/ifuzz/ |
D | decode.go | 33 vex := false 38 vex = true 43 vex = true 47 if vex { 99 if vex != (insn.Vex != 0) { 102 if vex && insn.VexMap != vexMap {
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 239 logger1.info('How quickly daft jumping zebras vex.') 246 myapp.area1 : INFO How quickly daft jumping zebras vex. 254 10-22 22:19 myapp.area1 INFO How quickly daft jumping zebras vex. 350 logger1.info('How quickly daft jumping zebras vex.') 448 69 myapp.area1 INFO How quickly daft jumping zebras vex.
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 243 logger1.info('How quickly daft jumping zebras vex.') 252 myapp.area1 : INFO How quickly daft jumping zebras vex. 262 10-22 22:19 myapp.area1 INFO How quickly daft jumping zebras vex. 433 logger1.info('How quickly daft jumping zebras vex.') 533 69 myapp.area1 INFO How quickly daft jumping zebras vex.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 488 // SI - SSE 1 & 2 scalar intrinsics - vex form available on AVX512 504 // SIi8 - SSE 1 & 2 scalar instructions - vex form available on AVX512
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 445 // SI - SSE 1 & 2 scalar intrinsics - vex form available on AVX512 462 // SIi8 - SSE 1 & 2 scalar instructions - vex form available on AVX512
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.1.rst | 545 http://www.vex.net/parnassus/ are the largest catalog of Python modules, but
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.1.rst | 545 http://www.vex.net/parnassus/ are the largest catalog of Python modules, but
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 23 http://www.vex.net/parnassus/
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | evex-to-vex-compress.mir | 1 # RUN: llc -mtriple=x86_64-- -run-pass x86-evex-to-vex-compress -verify-machineinstrs -mcpu=skx -o …
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 23039 "vex",
|
/external/syzkaller/pkg/ifuzz/gen/ |
D | all-enc-instructions.txt | 22357 # outside of 64b mode, vex.w is ignored for this instr 22363 # in 64b mode, vex.w changes the behavior for GPRs 22382 # outside of 64b mode, vex.w is ignored for this instr 22388 # in 64b mode, vex.w changes the behavior for GPRs 22408 # outside of 64b mode, vex.w is ignored for this instr 22414 # in 64b mode, vex.w changes the behavior for GPRs 25010 ###FILE: ../xed/datafiles/avxhsw/hsw-vex-gpr-isa.txt
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 1675 Afresh, with conscious terrors vex me round,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 6705 "verw\007vexp2pd\007vexp2ps\tvexpandpd\tvexpandps\014vextractf128\015vex"
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 173779 vex %23632 vɛks
|
D | internal_raw_IPA-old.txt | 207913 vex %8306 vɛks
|