Home
last modified time | relevance | path

Searched refs:PRIME (Results 1 – 25 of 1483) sorted by relevance

12345678910>>...60

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dsmith-form-sparseelim-local.h195 SameColumnPivoting(PRIME, LigneA[(size_t)p], indcol, c, columns, truetrait ) ;
212 if (! this->MY_divides(PRIME,lignepivot[(size_t)pp].second) ) break;
435 while(tq > PRIME) {
436 tq /= PRIME;
508 LigneA[(size_t)ii][(size_t)jjj].second /= PRIME;
509 MOD /= PRIME;
562 LigneA[(size_t)last][(size_t)jjj].second /= PRIME;
563 MOD /= PRIME;
564 CherchePivot( PRIME, LigneA[(size_t)last], indcol, c, col_density );
577 MOD /= PRIME;
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/expressions/
H A DXXH64Suite.java40 private static final long PRIME = 2654435761L; field in XXH64Suite
47 long seed = PRIME;
57 Assert.assertEquals(0x9D5FFDFB928AB4BL, XXH64.hashInt(TEST_INT, PRIME)); in testKnownIntegerInputs()
63 Assert.assertEquals(0x9C44B77FBCC302C5L, XXH64.hashLong(TEST_LONG, PRIME)); in testKnownLongInputs()
71 XXH64.hashUnsafeBytes(BUFFER, Platform.BYTE_ARRAY_OFFSET, 0, PRIME)); in testKnownByteArrayInputs()
75 XXH64.hashUnsafeBytes(BUFFER, Platform.BYTE_ARRAY_OFFSET, 1, PRIME)); in testKnownByteArrayInputs()
84 XXH64.hashUnsafeBytes(BUFFER, Platform.BYTE_ARRAY_OFFSET, 4, PRIME)); in testKnownByteArrayInputs()
88 XXH64.hashUnsafeBytes(BUFFER, Platform.BYTE_ARRAY_OFFSET, 8, PRIME)); in testKnownByteArrayInputs()
92 XXH64.hashUnsafeBytes(BUFFER, Platform.BYTE_ARRAY_OFFSET, 14, PRIME)); in testKnownByteArrayInputs()
96 XXH64.hashUnsafeBytes(BUFFER, Platform.BYTE_ARRAY_OFFSET, SIZE, PRIME)); in testKnownByteArrayInputs()
/dports/lang/mdk/mdk-1.3.0/samples/
H A Dprimes.mixal5 PRIME EQU -1
13 ST2 PRIME+L,1
19 DIV PRIME,3
21 CMPA PRIME,3
29 4H LDA PRIME,5
40 ORIG PRIME+1
/dports/japanese/uim-mozc/macuim-0.6.16.2.1/
H A DREADME.ja25 PRIMEディレクトリにgettex-0.14.5.tar.gzを展開する。
28 % cd PRIME
53 PRIMEディレクトリにglib-2.12.0.tar.bz2を展開し、パッチを当ててから
77 === PRIMEのビルド
83 PRIME 0.9以降をRuby 1.6で使用するには、libiconv-rubyが必要である。
84 PRIMEをUNIXドメインソケット・モードで実行するためには、コンパイルし直
95 libiconv-ruby_0.4.5.orig.tar.gzをPRIMEディレクトリに展開し、以下のよう
101 これによって、Package/dest/Library/PRIME/lib/rubyにiconv.rbがコピーさ
159 これによって、primeがPackage/dest/Library/PRIMEにインストールされる。
168 これによって、prime-dictがPackage/dest/Library/PRIMEにインストールされ
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/devel/grex/grex-1.3.0/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/editors/helix/helix-0.5.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/regex-automata/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/www/rearx/rearx-0.1.4/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/deskutils/just/just-0.10.5/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmap.rs40 const PRIME: u64 = 1099511628211; const
132 h = (h ^ (t.start as u64)).wrapping_mul(PRIME); in hash()
133 h = (h ^ (t.end as u64)).wrapping_mul(PRIME); in hash()
134 h = (h ^ (t.next as u64)).wrapping_mul(PRIME); in hash()
243 const PRIME: u64 = 1099511628211; in hash() const
247 h = (h ^ (key.from as u64)).wrapping_mul(PRIME); in hash()
248 h = (h ^ (key.start as u64)).wrapping_mul(PRIME); in hash()
249 h = (h ^ (key.end as u64)).wrapping_mul(PRIME); in hash()

12345678910>>...60