Home
last modified time | relevance | path

Searched refs:AtomicType (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/type/
H A Dqbuiltintypes_p.h86 static const AtomicType::Ptr xsDate;
87 static const AtomicType::Ptr xsTime;
96 static const AtomicType::Ptr numeric;
97 static const AtomicType::Ptr xsFloat;
103 static const AtomicType::Ptr xsLong;
104 static const AtomicType::Ptr xsInt;
105 static const AtomicType::Ptr xsShort;
106 static const AtomicType::Ptr xsByte;
118 static const AtomicType::Ptr xsGDay;
132 static const AtomicType::Ptr xsName;
[all …]
H A Dqatomictype.cpp54 AtomicType::AtomicType() in AtomicType() function in AtomicType
58 AtomicType::~AtomicType() in ~AtomicType()
62 bool AtomicType::xdtTypeMatches(const ItemType::Ptr &other) const in xdtTypeMatches()
75 bool AtomicType::itemMatches(const Item &item) const in itemMatches()
87 ItemType::Ptr AtomicType::atomizedType() const in atomizedType()
89 return AtomicType::Ptr(const_cast<AtomicType *>(this)); in atomizedType()
92 QString AtomicType::displayName(const NamePool::Ptr &) const in displayName()
98 bool AtomicType::isNodeType() const in isNodeType()
103 bool AtomicType::isAtomicType() const in isAtomicType()
108 SchemaType::TypeCategory AtomicType::category() const in category()
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/type/
H A Dqbuiltintypes_p.h82 static const AtomicType::Ptr xsDate;
83 static const AtomicType::Ptr xsTime;
92 static const AtomicType::Ptr numeric;
93 static const AtomicType::Ptr xsFloat;
99 static const AtomicType::Ptr xsLong;
100 static const AtomicType::Ptr xsInt;
101 static const AtomicType::Ptr xsShort;
102 static const AtomicType::Ptr xsByte;
114 static const AtomicType::Ptr xsGDay;
128 static const AtomicType::Ptr xsName;
[all …]
H A Dqatomictype.cpp52 AtomicType::AtomicType() in AtomicType() function in AtomicType
56 AtomicType::~AtomicType() in ~AtomicType()
60 bool AtomicType::xdtTypeMatches(const ItemType::Ptr &other) const in xdtTypeMatches()
73 bool AtomicType::itemMatches(const Item &item) const in itemMatches()
85 ItemType::Ptr AtomicType::atomizedType() const in atomizedType()
87 return AtomicType::Ptr(const_cast<AtomicType *>(this)); in atomizedType()
90 QString AtomicType::displayName(const NamePool::Ptr &) const in displayName()
96 bool AtomicType::isNodeType() const in isNodeType()
101 bool AtomicType::isAtomicType() const in isAtomicType()
106 SchemaType::TypeCategory AtomicType::category() const in category()
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/tests/
H A Datomicops_unittest.cc45 template <class AtomicType>
47 (volatile AtomicType*, AtomicType, AtomicType)) { in TestCompareAndSwap()
48 AtomicType value = 0; in TestCompareAndSwap()
71 (volatile AtomicType*, AtomicType)) { in TestAtomicExchange()
72 AtomicType value = 0; in TestAtomicExchange()
97 const AtomicType kVal1 = static_cast<AtomicType>(0xa5a5a5a5a5a5a5a5LL); in TestStore()
98 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestStore()
100 AtomicType value; in TestStore()
117 const AtomicType kVal1 = static_cast<AtomicType>(0xa5a5a5a5a5a5a5a5LL); in TestLoad()
118 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/tests/
H A Datomicops_unittest.cc45 template <class AtomicType>
47 (volatile AtomicType*, AtomicType, AtomicType)) { in TestCompareAndSwap()
48 AtomicType value = 0; in TestCompareAndSwap()
71 (volatile AtomicType*, AtomicType)) { in TestAtomicExchange()
72 AtomicType value = 0; in TestAtomicExchange()
97 const AtomicType kVal1 = static_cast<AtomicType>(0xa5a5a5a5a5a5a5a5LL); in TestStore()
98 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestStore()
100 AtomicType value; in TestStore()
122 const AtomicType kVal1 = static_cast<AtomicType>(0xa5a5a5a5a5a5a5a5LL); in TestLoad()
123 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/tests/
H A Datomicops_unittest.cc45 template <class AtomicType>
47 (volatile AtomicType*, AtomicType, AtomicType)) { in TestCompareAndSwap()
48 AtomicType value = 0; in TestCompareAndSwap()
71 (volatile AtomicType*, AtomicType)) { in TestAtomicExchange()
72 AtomicType value = 0; in TestAtomicExchange()
97 const AtomicType kVal1 = static_cast<AtomicType>(0xa5a5a5a5a5a5a5a5LL); in TestStore()
98 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestStore()
100 AtomicType value; in TestStore()
122 const AtomicType kVal1 = static_cast<AtomicType>(0xa5a5a5a5a5a5a5a5LL); in TestLoad()
123 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestLoad()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-atomicops.cc52 AtomicType count; in TestAtomicIncrement()
121 (static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) - 2)) + 11; in TestCompareAndSwap()
144 (static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) - 2)) + 11; in TestAtomicExchange()
160 AtomicType test_val = static_cast<AtomicType>(1) in TestAtomicIncrementBounds()
174 AtomicType val = 0; in TestFillValue()
184 const AtomicType kVal1 = TestFillValue<AtomicType>(); in TestStore()
185 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestStore()
187 AtomicType value; in TestStore()
220 const AtomicType kVal1 = TestFillValue<AtomicType>(); in TestLoad()
221 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Datomicops_unittest.cc12 template <class AtomicType>
22 AtomicType prev_word; in TestAtomicIncrement()
23 AtomicType count; in TestAtomicIncrement()
24 AtomicType next_word; in TestAtomicIncrement()
165 AtomicType val = 0; in TestFillValue()
174 const AtomicType kVal1 = TestFillValue<AtomicType>(); in TestStore()
175 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestStore()
177 AtomicType value; in TestStore()
199 const AtomicType kVal1 = TestFillValue<AtomicType>(); in TestLoad()
200 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestLoad()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Datomicops_unittest.cc12 template <class AtomicType>
22 AtomicType prev_word; in TestAtomicIncrement()
23 AtomicType count; in TestAtomicIncrement()
24 AtomicType next_word; in TestAtomicIncrement()
165 AtomicType val = 0; in TestFillValue()
174 const AtomicType kVal1 = TestFillValue<AtomicType>(); in TestStore()
175 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestStore()
177 AtomicType value; in TestStore()
199 const AtomicType kVal1 = TestFillValue<AtomicType>(); in TestLoad()
200 const AtomicType kVal2 = static_cast<AtomicType>(-1); in TestLoad()
[all …]
/dports/science/highfive/HighFive-2.3.1/include/highfive/bits/
H A DH5DataType_misc.hpp71 inline AtomicType<char>::AtomicType() { in AtomicType() function in HighFive::AtomicType
76 inline AtomicType<signed char>::AtomicType() { in AtomicType() function in HighFive::AtomicType
87 inline AtomicType<short>::AtomicType() { in AtomicType() function in HighFive::AtomicType
98 inline AtomicType<int>::AtomicType() { in AtomicType() function in HighFive::AtomicType
103 inline AtomicType<unsigned>::AtomicType() { in AtomicType() function in HighFive::AtomicType
109 inline AtomicType<long>::AtomicType() { in AtomicType() function in HighFive::AtomicType
120 inline AtomicType<long long>::AtomicType() { in AtomicType() function in HighFive::AtomicType
131 inline AtomicType<float>::AtomicType() { in AtomicType() function in HighFive::AtomicType
136 inline AtomicType<double>::AtomicType() { in AtomicType() function in HighFive::AtomicType
142 inline AtomicType<bool>::AtomicType() { in AtomicType() function in HighFive::AtomicType
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java684 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
720 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
755 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
949 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
960 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
973 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1003 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1015 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1061 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1077 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java686 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
722 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
757 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
951 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
962 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
975 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1005 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1017 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1063 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1079 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java684 AtomicType tp = (AtomicType) e.nextElement(); in writeToString()
720 AtomicType tp = (AtomicType) e.nextElement(); in writeStubs()
755 AtomicType tp = (AtomicType) e.nextElement(); in writeAccessorImpls()
949 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
960 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
973 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1003 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1015 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1061 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
1077 AtomicType at = (AtomicType)iter.next(); in writeFunctionCallWrapper()
[all …]
/dports/devel/ispc/ispc-1.16.1/src/
H A Dtype.cpp132 const AtomicType *AtomicType::UniformBool = new AtomicType(AtomicType::TYPE_BOOL, Variability::Unif…
133 const AtomicType *AtomicType::VaryingBool = new AtomicType(AtomicType::TYPE_BOOL, Variability::Vary…
134 const AtomicType *AtomicType::UniformInt8 = new AtomicType(AtomicType::TYPE_INT8, Variability::Unif…
135 const AtomicType *AtomicType::VaryingInt8 = new AtomicType(AtomicType::TYPE_INT8, Variability::Vary…
136 const AtomicType *AtomicType::UniformUInt8 = new AtomicType(AtomicType::TYPE_UINT8, Variability::Un…
137 const AtomicType *AtomicType::VaryingUInt8 = new AtomicType(AtomicType::TYPE_UINT8, Variability::Va…
138 const AtomicType *AtomicType::UniformInt16 = new AtomicType(AtomicType::TYPE_INT16, Variability::Un…
139 const AtomicType *AtomicType::VaryingInt16 = new AtomicType(AtomicType::TYPE_INT16, Variability::Va…
142 const AtomicType *AtomicType::UniformInt32 = new AtomicType(AtomicType::TYPE_INT32, Variability::Un…
143 const AtomicType *AtomicType::VaryingInt32 = new AtomicType(AtomicType::TYPE_INT32, Variability::Va…
[all …]
H A Dexpr.cpp251 const AtomicType *toAtomicType = CastType<AtomicType>(toType); in lDoTypeConv()
252 const AtomicType *fromAtomicType = CastType<AtomicType>(fromType); in lDoTypeConv()
786 const AtomicType *boolBase = uniformTest ? AtomicType::UniformBool : AtomicType::VaryingBool; in lMatchingBoolType()
800 const AtomicType *atomicType = CastType<AtomicType>(type); in lLLVMConstantValue()
2623 …const AtomicType *boolType0 = type0->IsUniformType() ? AtomicType::UniformBool : AtomicType::Varyi… in TypeCheck()
2624 …const AtomicType *boolType1 = type1->IsUniformType() ? AtomicType::UniformBool : AtomicType::Varyi… in TypeCheck()
5380 const AtomicType *at = CastType<AtomicType>(type); in getBasicType()
7062 const AtomicType *toAtomic = CastType<AtomicType>(toType); in TypeCheck()
7104 const AtomicType *toAtomic = CastType<AtomicType>(toType); in Optimize()
7925 const AtomicType *callAt = CastType<AtomicType>(callType); in lIsMatchWithTypeWidening()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h35 typename AtomicType,
67 template <typename MatrixType, typename AtomicType>
68 class MatrixFunction<MatrixType, AtomicType, 0>
122 template <typename MatrixType, typename AtomicType>
123 class MatrixFunction<MatrixType, AtomicType, 1>
188 template <typename MatrixType, typename AtomicType>
189 MatrixFunction<MatrixType,AtomicType,1>::MatrixFunction(const MatrixType& A, AtomicType& atomic) in MatrixFunction()
200 template <typename MatrixType, typename AtomicType>
216 template <typename MatrixType, typename AtomicType>
235 template <typename MatrixType, typename AtomicType>
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h35 typename AtomicType,
67 template <typename MatrixType, typename AtomicType>
68 class MatrixFunction<MatrixType, AtomicType, 0>
122 template <typename MatrixType, typename AtomicType>
123 class MatrixFunction<MatrixType, AtomicType, 1>
188 template <typename MatrixType, typename AtomicType>
189 MatrixFunction<MatrixType,AtomicType,1>::MatrixFunction(const MatrixType& A, AtomicType& atomic) in MatrixFunction()
200 template <typename MatrixType, typename AtomicType>
216 template <typename MatrixType, typename AtomicType>
235 template <typename MatrixType, typename AtomicType>
[all …]

12345678910>>...39