Home
last modified time | relevance | path

Searched refs:Integral (Results 1 – 25 of 5106) sorted by relevance

12345678910>>...205

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
169 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
186 static bool increment(Integral A, Integral *R) {
190 static bool decrement(Integral A, Integral *R) {
194 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
198 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
170 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
187 static bool increment(Integral A, Integral *R) {
191 static bool decrement(Integral A, Integral *R) {
195 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
199 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/Interp/
H A DIntegral.h73 Integral() : V(0) {}
77 explicit Integral(Integral<SrcBits, SrcSign> V) : V(V.V) {}
94 Integral operator-() const { return Integral(-V); }
95 Integral operator~() const { return Integral(~V); }
152 return Integral(Min);
170 template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
187 static bool increment(Integral A, Integral *R) {
191 static bool decrement(Integral A, Integral *R) {
195 static bool add(Integral A, Integral B, unsigned OpBits, Integral *R) {
199 static bool sub(Integral A, Integral B, unsigned OpBits, Integral *R) {
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/basement-0.0.12/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/basement-0.0.11/Basement/Compat/
H A DNumLiteral.hs11 ( Integral(..)
28 class Integral a where constructor
48 instance Integral Int where
50 instance Integral Word where
52 instance Integral Word8 where
60 instance Integral Int8 where
62 instance Integral Int16 where
64 instance Integral Int32 where
66 instance Integral Int64 where
71 instance Integral Float where
[all …]

12345678910>>...205