Home
last modified time | relevance | path

Searched refs:IntBits (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dfixedpoint.hxx221 INT_BITS = IntBits,
616 sqrt(FixedPoint<IntBits, FracBits> v) in sqrt() argument
623 inline FixedPoint<IntBits, FracBits>
624 abs(FixedPoint<IntBits, FracBits> v) in abs() argument
632 typename FixedPointTraits<FixedPoint<IntBits, FracBits>, FixedPoint<IntBits, FracBits> >::Multiplie…
641 FixedPoint<IntBits, FracBits>
792 … FixedPointTraits<FixedPoint<IntBits, FracBits>, FixedPoint<IntBits, FracBits> >::MultipliesType
1384 const FixedPoint16<IntBits, OverflowHandling> FixedPoint16<IntBits, OverflowHandling>::zero(0);
1387 const FixedPoint16<IntBits, OverflowHandling> FixedPoint16<IntBits, OverflowHandling>::pi(M_PI);
1640 hypot(FixedPoint16<IntBits, OverflowHandling> v1, FixedPoint16<IntBits, OverflowHandling> v2) in hypot() argument
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dfixedpoint.hxx223 INT_BITS = IntBits,
618 sqrt(FixedPoint<IntBits, FracBits> v)
625 inline FixedPoint<IntBits, FracBits>
626 abs(FixedPoint<IntBits, FracBits> v)
634 typename FixedPointTraits<FixedPoint<IntBits, FracBits>, FixedPoint<IntBits, FracBits> >::Multiplie…
643 FixedPoint<IntBits, FracBits>
652 frac(FixedPoint<IntBits, FracBits> v)
669 floor(FixedPoint<IntBits, FracBits> v)
677 ceil(FixedPoint<IntBits, FracBits> v)
685 round(FixedPoint<IntBits, FracBits> v)
[all …]
H A Dsplines.hxx292 template <unsigned int IntBits, unsigned int FracBits>
293 FixedPoint<IntBits, FracBits> operator()(FixedPoint<IntBits, FracBits> x) const in operator ()() argument
295 typedef FixedPoint<IntBits, FracBits> Value; in operator ()()
369 template <unsigned int IntBits, unsigned int FracBits>
370 FixedPoint<IntBits, FracBits> operator()(FixedPoint<IntBits, FracBits> x) const in operator ()() argument
372 typedef FixedPoint<IntBits, FracBits> Value; in operator ()()
466 template <unsigned int IntBits, unsigned int FracBits>
467 FixedPoint<IntBits, FracBits> operator()(FixedPoint<IntBits, FracBits> x) const in operator ()() argument
469 typedef FixedPoint<IntBits, FracBits> Value; in operator ()()
593 FixedPoint<IntBits, FracBits> operator()(FixedPoint<IntBits, FracBits> x) const in operator ()() argument
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DPointerIntPair.h50 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable-IntBits,
53 IntMask = (uintptr_t)(((intptr_t)1 << IntBits)-1),
61 assert(IntBits <= PtrTraits::NumLowBitsAvailable && in PointerIntPair()
110 template<typename PointerTy, unsigned IntBits, typename IntType>
111 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
116 template<typename PointerTy, unsigned IntBits, typename IntType>
117 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType> > {
118 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
137 template<typename PointerTy, unsigned IntBits, typename IntType,
146 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
124 template <typename PointerT, unsigned IntBits, typename PtrTraits>
129 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
141 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
183 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
205 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
211 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h25 template <typename PointerT, unsigned IntBits, typename PtrTraits>
129 template <typename PointerT, unsigned IntBits, typename PtrTraits>
134 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
146 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
180 template <typename PointerTy, unsigned IntBits, typename IntType>
181 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
186 template <typename PointerTy, unsigned IntBits, typename IntType>
188 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
214 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
220 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h25 template <typename PointerT, unsigned IntBits, typename PtrTraits>
127 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
144 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
178 template <typename PointerTy, unsigned IntBits, typename IntType>
179 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
184 template <typename PointerTy, unsigned IntBits, typename IntType>
186 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
212 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
218 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
124 template <typename PointerT, unsigned IntBits, typename PtrTraits>
129 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
141 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
183 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
205 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
211 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
219 template <typename PointerTy, unsigned IntBits, typename IntType,
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
157 IntShift = (size_t)PtrTraits::NumLowBitsAvailable - IntBits,
160 IntMask = (size_t)(((ptrdiff_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
219 template <typename PointerTy, unsigned IntBits, typename IntType,
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
219 template <typename PointerTy, unsigned IntBits, typename IntType,
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
219 template <typename PointerTy, unsigned IntBits, typename IntType,
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h26 template <typename PointerT, unsigned IntBits, typename PtrTraits>
132 template <typename PointerTy, unsigned IntBits, typename IntType,
143 template <typename PointerT, unsigned IntBits, typename PtrTraits>
148 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
194 template <typename PointerTy, unsigned IntBits, typename IntType>
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
233 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h25 template <typename PointerT, unsigned IntBits, typename PtrTraits>
131 template <typename PointerTy, unsigned IntBits, typename IntType,
142 template <typename PointerT, unsigned IntBits, typename PtrTraits>
147 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
159 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
193 template <typename PointerTy, unsigned IntBits, typename IntType>
195 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
218 template <typename PointerTy, unsigned IntBits, typename IntType,
221 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
227 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/ADT/
H A DPointerIntPair.h48 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
57 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable-IntBits,
60 IntMask = (uintptr_t)(((intptr_t)1 << IntBits)-1),
154 template<typename PointerTy, unsigned IntBits, typename IntType>
155 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
160 template<typename PointerTy, unsigned IntBits, typename IntType>
162 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
181 template<typename PointerTy, unsigned IntBits, typename IntType,
190 static inline PointerIntPair<PointerTy, IntBits, IntType>
194 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]

1234567