Home
last modified time | relevance | path

Searched refs:expTable (Results 1 – 25 of 76) sorted by relevance

1234

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/klauspost/reedsolomon/
H A Dgentables.go82 func generateMulTable(expTable []byte) []byte {
93 result[v] = expTable[logA+logB]
98 func generateMulTableSplit(expTable []byte) [256][256]byte {
108 result[a][b] = expTable[logA+logB]
114 func generateMulTableHalf(expTable []byte) (low [256][16]byte, high [256][16]byte) {
121 result = int(expTable[logA+logB])
H A Dgalois.go66 var expTable = []byte{0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80, 0x1d, 0x3a, 0x74, 0xe8, 0xcd, 0x8… var
882 return expTable[logResult]
901 return expTable[logResult]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/
H A Dgenericgf.cpp21 expTable.resize(size); in GenericGF()
27 expTable[i] = x; in GenericGF()
35 logTable[expTable[i]] = i; in GenericGF()
71 int GenericGF::exp(int a) { return expTable[a]; } in exp()
86 return expTable[size - logTable[a] - 1]; in inverse()
94 return expTable[(logTable[a] + logTable[b]) % (size - 1)]; in multiply()
/dports/security/helib/HElib-1.3.1/tests/
H A DGTestPGFFT.cpp159 vector<lcx> expTable(n / 2); in transformRadix2() local
163 expTable[i] = lcx(std::cos(angle), std::sin(angle)); in transformRadix2()
179 lcx temp = vec[j + halfsize] * expTable[k]; in transformRadix2()
203 vector<lcx> expTable(n); in transformBluestein() local
210 expTable[i] = lcx(std::cos(-angle), std::sin(-angle)); in transformBluestein()
216 av[i] = vec[i] * expTable[i]; in transformBluestein()
218 bv[0] = expTable[0]; in transformBluestein()
220 bv[i] = bv[m - i] = std::conj(expTable[i]); in transformBluestein()
228 vec[i] = cv[i] * expTable[i]; in transformBluestein()
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_PGFFT.cpp167 vector<lcx> expTable(n / 2); in transformRadix2() local
171 expTable[i] = lcx(std::cos(angle), std::sin(angle)); in transformRadix2()
187 lcx temp = vec[j + halfsize] * expTable[k]; in transformRadix2()
211 vector<lcx> expTable(n); in transformBluestein() local
217 expTable[i] = lcx(std::cos(-angle), std::sin(-angle)); in transformBluestein()
223 av[i] = vec[i] * expTable[i]; in transformBluestein()
225 bv[0] = expTable[0]; in transformBluestein()
227 bv[i] = bv[m - i] = std::conj(expTable[i]); in transformBluestein()
235 vec[i] = cv[i] * expTable[i]; in transformBluestein()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DhalfExpLog.h9 extern const unsigned short expTable[];
39 return *(half *)(&expTable[int (x * 4094.98169f + 68122.7031f)]); in exp_h()
H A DhalfExpLogTable.h32782 const unsigned short expTable[113536] = variable
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/fr/fft/
H A Ddomain.go151 expTable := func(sqrt fr.Element, t []fr.Element) {
170 go expTable(cosetGens[i], d.CosetTable[i])
171 go expTable(cosetGensInv[i], d.CosetTableInv[i])
173 go expTable(cosetGens[nbCosets-1], d.CosetTable[nbCosets-1])
174 expTable(cosetGensInv[nbCosets-1], d.CosetTableInv[nbCosets-1])
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/fr/fft/
H A Ddomain.go151 expTable := func(sqrt fr.Element, t []fr.Element) {
170 go expTable(cosetGens[i], d.CosetTable[i])
171 go expTable(cosetGensInv[i], d.CosetTableInv[i])
173 go expTable(cosetGens[nbCosets-1], d.CosetTable[nbCosets-1])
174 expTable(cosetGensInv[nbCosets-1], d.CosetTableInv[nbCosets-1])
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/fr/fft/
H A Ddomain.go151 expTable := func(sqrt fr.Element, t []fr.Element) {
170 go expTable(cosetGens[i], d.CosetTable[i])
171 go expTable(cosetGensInv[i], d.CosetTableInv[i])
173 go expTable(cosetGens[nbCosets-1], d.CosetTable[nbCosets-1])
174 expTable(cosetGensInv[nbCosets-1], d.CosetTableInv[nbCosets-1])
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/fr/fft/
H A Ddomain.go151 expTable := func(sqrt fr.Element, t []fr.Element) {
170 go expTable(cosetGens[i], d.CosetTable[i])
171 go expTable(cosetGensInv[i], d.CosetTableInv[i])
173 go expTable(cosetGens[nbCosets-1], d.CosetTable[nbCosets-1])
174 expTable(cosetGensInv[nbCosets-1], d.CosetTableInv[nbCosets-1])
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/internal/generator/fft/template/
H A Ddomain.go.tmpl142 expTable := func(sqrt fr.Element, t []fr.Element) {
161 go expTable(cosetGens[i], d.CosetTable[i])
162 go expTable(cosetGensInv[i], d.CosetTableInv[i])
164 go expTable(cosetGens[nbCosets-1], d.CosetTable[nbCosets-1])
165 expTable(cosetGensInv[nbCosets-1], d.CosetTableInv[nbCosets-1])
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/feature/
H A DWord2Vec.scala212 val expTable = new Array[Float](EXP_TABLE_SIZE) constant
216 expTable(i) = (tmp / (tmp + 1.0)).toFloat
219 expTable
314 val expTable = sc.broadcast(createExpTable()) constant
385 f = expTable.value(ind)
438 expTable.destroy(false)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/shamir/
H A Dshamir.go95 return expTable[diff]
106 return expTable[sum]
H A Dtables.go44 expTable = [256]uint8{ var
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A Db44ExpLogTable.h6 const unsigned short expTable[] = variable
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A Db44ExpLogTable.h6 const unsigned short expTable[] = variable
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A Db44ExpLogTable.h6 const unsigned short expTable[] = variable
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A Db44ExpLogTable.h6 const unsigned short expTable[] = variable
/dports/sysutils/helmfile/vault-f6547fa8e820/shamir/
H A Dtables.go44 expTable = [256]uint8{ var
/dports/misc/concourse/vault-bdd38fca2cff/shamir/
H A Dtables.go44 expTable = [256]uint8{ var
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/shamir/
H A Dtables.go44 expTable = [256]uint8{ var
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/shamir/
H A Dtables.go44 expTable = [256]uint8{ var
/dports/security/horcrux/horcrux-0.3/pkg/shamir/
H A Dtables.go46 expTable = [256]uint8{ var
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/shamir/
H A Dtables.go44 expTable = [256]uint8{ var

1234