Searched refs:Exclusive (Results 1 – 19 of 19) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_scan.cpp | 17 template <int DataLayout, typename Type=float, bool Exclusive = false> 23 Tensor<Type, 1, DataLayout> result = tensor.cumsum(0, Exclusive); in test_1d_scan() 29 if (Exclusive) { in test_1d_scan() 39 result = tensor.cumprod(0, Exclusive); in test_1d_scan() 41 if (Exclusive) { in test_1d_scan()
|
/external/libxml2/os400/libxmlrpg/ |
D | c14n.rpgle | 1 * Summary: Provide Canonical XML and Exclusive XML Canonicalization 9 * "Exclusive XML Canonicalization" implementation 31 * Exclusive XML Canonicazation 59 d XML_C14N_EXCLUSIVE_1_0... Exclusive C14N 1.0
|
/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
D | Exclusive.java | 24 public @interface Exclusive { annotation
|
/external/libcxx/include/ |
D | shared_mutex | 31 // Exclusive ownership 54 // Exclusive ownership 160 // Exclusive ownership 186 // Exclusive ownership 212 // Exclusive ownership
|
/external/libxml2/result/ |
D | dav19.rdr | 22 6 3 #text 0 1 Exclusive
|
D | dav19.rde | 22 6 3 #text 0 1 Exclusive
|
D | dav19.sax | 24 SAX.characters(Exclusive, 9)
|
D | dav19.sax2 | 24 SAX.characters(Exclusive, 9)
|
/external/libxml2/result/noent/ |
D | dav19.sax2 | 24 SAX.characters(Exclusive, 9)
|
/external/vixl/ |
D | README.md | 98 Exclusive-Access Instructions
|
/external/v8/src/arm/ |
D | simulator-arm.h | 454 Exclusive, enumerator
|
D | simulator-arm.cc | 5797 if (access_state_ == MonitorAccess::Exclusive) { in NotifyLoad() 5807 access_state_ = MonitorAccess::Exclusive; in NotifyLoadExcl() 5813 if (access_state_ == MonitorAccess::Exclusive) { in NotifyStore() 5827 if (access_state_ == MonitorAccess::Exclusive) { in NotifyStoreExcl() 5860 access_state_ = MonitorAccess::Exclusive; in NotifyLoadExcl_Locked() 5866 if (access_state_ == MonitorAccess::Exclusive) { in NotifyStore_Locked() 5885 if (access_state_ == MonitorAccess::Exclusive) { in NotifyStoreExcl_Locked()
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 634 | Bitwise Exclusive Or | ``a ^ b`` | ``xor(a, b)`` |
|
/external/ltp/runtest/ |
D | syscalls | 1268 #Exclusive syscall() for POWER6 machines only
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 116 optional int32 end = 2; // Exclusive.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 398 // Exclusive or.
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 571 // Exclusive load/store instructions
|
D | ARMInstrNEON.td | 4853 // VEOR : Vector Bitwise Exclusive OR
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrNEON.td | 3731 // VEOR : Vector Bitwise Exclusive OR
|