Home
last modified time | relevance | path

Searched refs:Exclusive (Results 1 – 19 of 19) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_scan.cpp17 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/
Dc14n.rpgle1 * 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/
DExclusive.java24 public @interface Exclusive { annotation
/external/libcxx/include/
Dshared_mutex31 // Exclusive ownership
54 // Exclusive ownership
160 // Exclusive ownership
186 // Exclusive ownership
212 // Exclusive ownership
/external/libxml2/result/
Ddav19.rdr22 6 3 #text 0 1 Exclusive
Ddav19.rde22 6 3 #text 0 1 Exclusive
Ddav19.sax24 SAX.characters(Exclusive, 9)
Ddav19.sax224 SAX.characters(Exclusive, 9)
/external/libxml2/result/noent/
Ddav19.sax224 SAX.characters(Exclusive, 9)
/external/vixl/
DREADME.md98 Exclusive-Access Instructions
/external/v8/src/arm/
Dsimulator-arm.h454 Exclusive, enumerator
Dsimulator-arm.cc5797 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/
Doperator.rst634 | Bitwise Exclusive Or | ``a ^ b`` | ``xor(a, b)`` |
/external/ltp/runtest/
Dsyscalls1268 #Exclusive syscall() for POWER6 machines only
/external/protobuf/src/google/protobuf/
Ddescriptor.proto116 optional int32 end = 2; // Exclusive.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td398 // Exclusive or.
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td571 // Exclusive load/store instructions
DARMInstrNEON.td4853 // VEOR : Vector Bitwise Exclusive OR
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrNEON.td3731 // VEOR : Vector Bitwise Exclusive OR