Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 25 of 4736) sorted by relevance

12345678910>>...190

/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/arithmetic/
H A Dbitwise.sls3 (library (tests r6rs arithmetic bitwise)
4 (export run-arithmetic-bitwise-tests)
12 (bitwise-not ei)
19 [(_ n) (test (bitwise-length n)
29 (bitwise-not (pos-count-bits (bitwise-not n)))))
35 (define (run-arithmetic-bitwise-tests)
225 (test (bitwise-not 12) -13)
226 (test (bitwise-not -12) 11)
227 (test (bitwise-not -1) 0)
228 (test (bitwise-not 0) -1)
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/arithmetic/
H A Dbitwise.sls3 (library (tests r6rs arithmetic bitwise)
4 (export run-arithmetic-bitwise-tests)
12 (bitwise-not ei)
19 [(_ n) (test (bitwise-length n)
29 (bitwise-not (pos-count-bits (bitwise-not n)))))
35 (define (run-arithmetic-bitwise-tests)
225 (test (bitwise-not 12) -13)
226 (test (bitwise-not -12) 11)
227 (test (bitwise-not -1) 0)
228 (test (bitwise-not 0) -1)
[all …]
/dports/lang/mosh/mosh-0.2.7/boot/runtimes/srfi-mosh/lib.rnrs/rnrs/arithmetic/
H A Dbitwise.ss5 bitwise-not
6 bitwise-and
7 bitwise-ior
8 bitwise-xor
9 bitwise-if
11 bitwise-length
26 bitwise-not
27 bitwise-and
28 bitwise-ior
29 bitwise-xor
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_scheduled_task_stat.ps1106 $bitwise = $entry.bitwise in Get-PropertyValue() variable
118 @{ day = "1"; bitwise = 0x01 } in Get-PropertyValue()
119 @{ day = "2"; bitwise = 0x02 } in Get-PropertyValue()
120 @{ day = "3"; bitwise = 0x04 } in Get-PropertyValue()
121 @{ day = "4"; bitwise = 0x08 } in Get-PropertyValue()
122 @{ day = "5"; bitwise = 0x10 } in Get-PropertyValue()
123 @{ day = "6"; bitwise = 0x20 } in Get-PropertyValue()
124 @{ day = "7"; bitwise = 0x40 } in Get-PropertyValue()
153 $bitwise = $entry.bitwise in Get-PropertyValue() variable
173 $bitwise = $entry.bitwise in Get-PropertyValue() variable
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_scheduled_task_stat.ps1116 $bitwise = $entry.bitwise in Get-PropertyValue() variable
128 @{ day = "1"; bitwise = 0x01 } in Get-PropertyValue()
129 @{ day = "2"; bitwise = 0x02 } in Get-PropertyValue()
130 @{ day = "3"; bitwise = 0x04 } in Get-PropertyValue()
131 @{ day = "4"; bitwise = 0x08 } in Get-PropertyValue()
132 @{ day = "5"; bitwise = 0x10 } in Get-PropertyValue()
133 @{ day = "6"; bitwise = 0x20 } in Get-PropertyValue()
134 @{ day = "7"; bitwise = 0x40 } in Get-PropertyValue()
163 $bitwise = $entry.bitwise in Get-PropertyValue() variable
183 $bitwise = $entry.bitwise in Get-PropertyValue() variable
[all …]
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dr6rs-arithmetic-bitwise.test1 ;;; arithmetic-bitwise.test --- Test suite for R6RS (rnrs arithmetic bitwise)
24 (with-test-prefix "bitwise-not"
25 (pass-if "bitwise-not simple"
26 (eqv? (bitwise-not 3) -4)))
28 (with-test-prefix "bitwise-and"
29 (pass-if "bitwise-and simple"
32 (with-test-prefix "bitwise-ior"
33 (pass-if "bitwise-ior simple"
36 (with-test-prefix "bitwise-xor"
40 (with-test-prefix "bitwise-if"
[all …]
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Dr6rs-arithmetic-bitwise.test1 ;;; arithmetic-bitwise.test --- Test suite for R6RS (rnrs arithmetic bitwise)
24 (with-test-prefix "bitwise-not"
25 (pass-if "bitwise-not simple"
26 (eqv? (bitwise-not 3) -4)))
28 (with-test-prefix "bitwise-and"
29 (pass-if "bitwise-and simple"
32 (with-test-prefix "bitwise-ior"
33 (pass-if "bitwise-ior simple"
36 (with-test-prefix "bitwise-xor"
40 (with-test-prefix "bitwise-if"
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/r6rs-lib/rnrs/arithmetic/
H A Dbitwise-6.rkt3 (provide bitwise-and
4 bitwise-ior
5 bitwise-xor
6 bitwise-not
7 bitwise-if
9 bitwise-bit-count
11 bitwise-bit-set?
23 (bitwise-ior (bitwise-and a b)
24 (bitwise-and (bitwise-not a) c)))
28 (bitwise-not (bitwise-bit-count (bitwise-not i)))
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Dbitwise.go3 type bitwise struct { struct
10 return bitwise{op: op, lhs: lhs, rhs: rhs}
13 func (b bitwise) Clone() Expression { argument
17 func (b bitwise) RHS() interface{} { argument
21 func (b bitwise) LHS() Expression { argument
25 func (b bitwise) Op() BitwiseOperation { argument
29 func (b bitwise) Expression() Expression { return b } argument
31 func (b bitwise) Eq(val interface{}) BooleanExpression { return eq(b, val) } argument
33 func (b bitwise) Gt(val interface{}) BooleanExpression { return gt(b, val) } argument
37 func (b bitwise) Asc() OrderedExpression { return asc(b) } argument
[all …]
/dports/math/pari/pari-2.13.3/src/test/32/
H A Dbit17 [0, I, error("forbidden bitwise and t_INT , t_COMPLEX.")]
23 [3, I, error("forbidden bitwise and t_INT , t_COMPLEX.")]
30 [-3, I, error("forbidden bitwise and t_INT , t_COMPLEX.")]
47 [I, I, error("forbidden bitwise and t_COMPLEX , t_COMPLEX.")]
96 [0, I, error("forbidden bitwise or t_INT , t_COMPLEX.")]
104 [3, I, error("forbidden bitwise or t_INT , t_COMPLEX.")]
109 [-3, I, error("forbidden bitwise or t_INT , t_COMPLEX.")]
136 [0, I, error("forbidden bitwise xor t_INT , t_COMPLEX.")]
144 [3, I, error("forbidden bitwise xor t_INT , t_COMPLEX.")]
151 [-3, I, error("forbidden bitwise xor t_INT , t_COMPLEX.")]
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/
H A D142.sld3 (export bitwise-not
4 bitwise-and bitwise-ior
5 bitwise-xor bitwise-eqv
6 bitwise-nand bitwise-nor
7 bitwise-andc1 bitwise-andc2
8 bitwise-orc1 bitwise-orc2
10 bitwise-if
20 bitwise-fold bitwise-for-each bitwise-unfold
21 make-bitwise-generator)
24 (bitwise-if srfi-151:bitwise-if)
[all …]
H A D151.sld3 (export bitwise-not
4 bitwise-and bitwise-ior
5 bitwise-xor bitwise-eqv
6 bitwise-nand bitwise-nor
7 bitwise-andc1 bitwise-andc2
8 bitwise-orc1 bitwise-orc2
10 bitwise-if
20 bitwise-fold bitwise-for-each bitwise-unfold
21 make-bitwise-generator)
24 (include "151/bitwise.scm"))
H A D33.sld3 (export bitwise-not
4 bitwise-and bitwise-ior
5 bitwise-xor bitwise-eqv
6 bitwise-nand bitwise-nor
7 bitwise-andc1 bitwise-andc2
8 bitwise-orc1 bitwise-orc2
10 bitwise-merge
17 (bitwise-if bitwise-merge)
26 (bitwise-and (arithmetic-shift n (- position)) (mask size)))
28 (bitwise-ior
[all …]
/dports/lang/mosh/mosh-0.2.7/lib/yuni/binary/macro/
H A Dbitwise.sls1 (library (yuni binary macro bitwise)
3 pack/bitwise
4 unpack-let/bitwise)
10 (define-syntax return-pack/bitwise
13 (bitwise-ior form0 ...))))
15 (define-syntax itr-pack/bitwise
22 (itr-pack/bitwise
28 (itr-pack/bitwise
32 (define-syntax pack/bitwise
39 (bitwise-ior (bitwise-arithmetic-shift-left -1 width)
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/doc/rnrs/arithmetic/
H A Dbitwise.scrbl3 @subsubsection[:tag "rnrs.arithmetic.bitwise.6"]{Exact bitwise arithmetic}
38 (bitwise-ior (bitwise-and @var{ei1} @var{ei2})
39 (bitwise-and (bitwise-not @var{ei1}) @var{ei3}))
48 @snipet{(bitwise-not (bitwise-bit-count (bitwise-not @var{ei})))}
80 (bitwise-and
94 (bitwise-if mask
108 (bitwise-not
110 (bitwise-arithmetic-shift-right
111 (bitwise-and @var{ei1} mask)
131 (bitwise-not
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/151/
H A Dtest.sld15 (test 0 (bitwise-and #b0 #b1))
16 (test 1 (bitwise-and #b1 #b1))
17 (test 0 (bitwise-and #b1 #b10))
18 (test #b10 (bitwise-and #b11 #b10))
19 (test #b101 (bitwise-and #b101 #b111))
20 (test #b111 (bitwise-and -1 #b111))
21 (test #b110 (bitwise-and -2 #b111))
119 (test 0 (bitwise-if 1 2 1))
120 (test 3 (bitwise-if 1 1 2))
121 (test 9 (bitwise-if 3 1 8))
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/33/
H A Dtest.sld6 (test-begin "srfi-33: bitwise operations")
8 (test 0 (bitwise-and #b0 #b1))
9 (test 1 (bitwise-and #b1 #b1))
10 (test 0 (bitwise-and #b1 #b10))
11 (test #b10 (bitwise-and #b11 #b10))
12 (test #b101 (bitwise-and #b101 #b111))
13 (test #b111 (bitwise-and -1 #b111))
14 (test #b110 (bitwise-and -2 #b111))
15 (test 3769478 (bitwise-and -4290775858 1694076839))
17 (test -4294967295 (bitwise-ior 1 (- -1 #xffffffff)))
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/
H A Dbitwise.mwiki1 {{bitwise/navbar}}
4 The following bitwise logical operations are provided.
7 {{dsc tfun | bitwise/bit_and | computes bitwise AND }}
8 {{dsc tfun | bitwise/bit_andnot | computes bitwise AND NOT }}
9 {{dsc tfun | bitwise/bit_or | computes bitwise OR }}
10 {{dsc tfun | bitwise/bit_not | computes bitwise NOT }}
11 {{dsc tfun | bitwise/bit_xor | computes bitwise XOR }}
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/
H A D5_3.ms3400 (unless (= (bitwise-ior (bitwise-arithmetic-shift-left (bitwise-bit-field x i j) i)
3755 (bitwise-not (slow-bit-count (bitwise-not x)))
5251 (bitwise-ior (bitwise-and ei1 ei2)
5260 (= (bitwise-if (bitwise-not x) y z)
5262 (= (bitwise-if (bitwise-not x) y (bitwise-not z))
5263 (r6rs-bitwise-if (bitwise-not x) y (bitwise-not z)))
5264 (= (bitwise-if x (bitwise-not y) z) (r6rs-bitwise-if x (bitwise-not y) z))
5265 (= (bitwise-if (bitwise-not x) (bitwise-not y) (bitwise-not z))
5266 … (r6rs-bitwise-if (bitwise-not x) (bitwise-not y) (bitwise-not z)))
5270 (= (bitwise-if kx (bitwise-not y) z) (r6rs-bitwise-if kx (bitwise-not y) z))
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/mats/
H A D5_3.ms3400 (unless (= (bitwise-ior (bitwise-arithmetic-shift-left (bitwise-bit-field x i j) i)
3755 (bitwise-not (slow-bit-count (bitwise-not x)))
5251 (bitwise-ior (bitwise-and ei1 ei2)
5260 (= (bitwise-if (bitwise-not x) y z)
5262 (= (bitwise-if (bitwise-not x) y (bitwise-not z))
5263 (r6rs-bitwise-if (bitwise-not x) y (bitwise-not z)))
5264 (= (bitwise-if x (bitwise-not y) z) (r6rs-bitwise-if x (bitwise-not y) z))
5265 (= (bitwise-if (bitwise-not x) (bitwise-not y) (bitwise-not z))
5266 … (r6rs-bitwise-if (bitwise-not x) (bitwise-not y) (bitwise-not z)))
5270 (= (bitwise-if kx (bitwise-not y) z) (r6rs-bitwise-if kx (bitwise-not y) z))
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/
H A D5_3.ms3098 (unless (= (bitwise-ior (bitwise-arithmetic-shift-left (bitwise-bit-field x i j) i)
3453 (bitwise-not (slow-bit-count (bitwise-not x)))
4949 (bitwise-ior (bitwise-and ei1 ei2)
4958 (= (bitwise-if (bitwise-not x) y z)
4960 (= (bitwise-if (bitwise-not x) y (bitwise-not z))
4961 (r6rs-bitwise-if (bitwise-not x) y (bitwise-not z)))
4962 (= (bitwise-if x (bitwise-not y) z) (r6rs-bitwise-if x (bitwise-not y) z))
4963 (= (bitwise-if (bitwise-not x) (bitwise-not y) (bitwise-not z))
4964 … (r6rs-bitwise-if (bitwise-not x) (bitwise-not y) (bitwise-not z)))
4968 (= (bitwise-if kx (bitwise-not y) z) (r6rs-bitwise-if kx (bitwise-not y) z))
[all …]
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dbitwise.texi21 @c load("bitwise")$
29 (%i1) load("bitwise")$
65 @c load("bitwise")$
94 @c load("bitwise")$
128 @c load("bitwise")$
157 @c load("bitwise")$
191 @c load("bitwise")$
220 @c load("bitwise")$
257 @c load("bitwise")$
308 @c load("bitwise")$
[all …]
/dports/math/bitwise/bitwise-0.43/
H A DREADME3bitwise.svg?branch=master)](https://travis-ci.org/mellowcandle/bitwise)[![codecov](https://codecov…
22 ![Demo](https://github.com/mellowcandle/bitwise/raw/master/resources/bitwise.gif "Bitwise demo2")
97 * [vim-bitwise](https://github.com/mellowcandle/vim-bitwise "vim bitwise")
105 sudo apt-get install bitwise
111 sudo apt-get install bitwise
116 sudo snap install bitwise
120 zypper install bitwise
129 sudo xbps-install -S bitwise
139 sudo port install bitwise
144 brew install bitwise
[all …]
H A DREADME.md3bitwise.svg?branch=master)](https://travis-ci.org/mellowcandle/bitwise)[![codecov](https://codecov…
22 ![Demo](https://github.com/mellowcandle/bitwise/raw/master/resources/bitwise.gif "Bitwise demo2")
97 * [vim-bitwise](https://github.com/mellowcandle/vim-bitwise "vim bitwise")
105 sudo apt-get install bitwise
111 sudo apt-get install bitwise
116 sudo snap install bitwise
120 zypper install bitwise
129 sudo xbps-install -S bitwise
139 sudo port install bitwise
144 brew install bitwise
[all …]
H A Dsnapcraft.yaml1 name: bitwise
3 summary: Terminal based bitwise calculator in curses
10 bitwise:
11 command: bitwise
14 bitwise:
16 source: https://github.com/mellowcandle/bitwise/releases/download/v0.40/bitwise-v0.40.tar.gz

12345678910>>...190