Home
last modified time | relevance | path

Searched refs:bn (Results 1 – 25 of 6984) sorted by relevance

12345678910>>...280

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/testunits/tests/
H A DBayesNetTestSuite.py196 bn.erase("A")
199 self.assertEqual(bn.parents(bn.idFromName("C")), bn.parents("C"))
399 bn.clear()
492 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
506 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
521 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
536 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
561 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
576 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
591 self.assertListsAlmostEqual(bn.cpt(bn.idFromName(
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/inputs/bnorm/
H A Dshapes_densenet_1213 mb1_ic64_ih112iw112_n"densenet_121:conv1/bn" # folded
4 mb1_ic64_ih57iw57_n"densenet_121:conv2_1/x1/bn"
5 mb1_ic128_ih57iw57_n"densenet_121:conv2_1/x2/bn*7"
6 mb1_ic96_ih57iw57_n"densenet_121:conv2_2/x1/bn"
7 # mb1_ic128_ih57iw57_n"densenet_121:conv2_2/x2/bn"
8 # mb1_ic128_ih57iw57_n"densenet_121:conv2_3/x1/bn"
9 # mb1_ic128_ih57iw57_n"densenet_121:conv2_3/x2/bn"
10 mb1_ic160_ih57iw57_n"densenet_121:conv2_4/x1/bn"
12 mb1_ic192_ih57iw57_n"densenet_121:conv2_5/x1/bn"
14 mb1_ic224_ih57iw57_n"densenet_121:conv2_6/x1/bn"
[all …]
H A Dshapes_googlenet_v23 mb96_ic64_ih112iw112_n"googlenet_v2:conv1/7x7_s2/bn"
4 mb96_ic64_ih56iw56_n"googlenet_v2:conv2/3x3_reduce/bn"
5 mb96_ic192_ih56iw56_n"googlenet_v2:conv2/3x3/bn"
6 mb96_ic64_ih28iw28_n"googlenet_v2:inception_3a/1x1/bn*9"
8 # mb96_ic64_ih28iw28_n"googlenet_v2:inception_3a/3x3/bn"
13 # mb96_ic64_ih28iw28_n"googlenet_v2:inception_3b/1x1/bn"
15 # mb96_ic96_ih28iw28_n"googlenet_v2:inception_3b/3x3/bn"
25 mb96_ic128_ih4iw4_n"googlenet_v2:loss1/conv/bn"
26 # mb96_ic1024_ih1iw1_n"googlenet_v2:loss1/fc/bn"
60 mb96_ic128_ih2iw2_n"googlenet_v2:loss2/conv/bn"
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/inputs/bnorm/
H A Dshapes_densenet_1213 mb1_ic64_ih112iw112_n"densenet_121:conv1/bn" # folded
4 mb1_ic64_ih57iw57_n"densenet_121:conv2_1/x1/bn"
5 mb1_ic128_ih57iw57_n"densenet_121:conv2_1/x2/bn*7"
6 mb1_ic96_ih57iw57_n"densenet_121:conv2_2/x1/bn"
7 # mb1_ic128_ih57iw57_n"densenet_121:conv2_2/x2/bn"
8 # mb1_ic128_ih57iw57_n"densenet_121:conv2_3/x1/bn"
9 # mb1_ic128_ih57iw57_n"densenet_121:conv2_3/x2/bn"
10 mb1_ic160_ih57iw57_n"densenet_121:conv2_4/x1/bn"
12 mb1_ic192_ih57iw57_n"densenet_121:conv2_5/x1/bn"
14 mb1_ic224_ih57iw57_n"densenet_121:conv2_6/x1/bn"
[all …]
H A Dshapes_googlenet_v23 mb96_ic64_ih112iw112_n"googlenet_v2:conv1/7x7_s2/bn"
4 mb96_ic64_ih56iw56_n"googlenet_v2:conv2/3x3_reduce/bn"
5 mb96_ic192_ih56iw56_n"googlenet_v2:conv2/3x3/bn"
6 mb96_ic64_ih28iw28_n"googlenet_v2:inception_3a/1x1/bn*9"
8 # mb96_ic64_ih28iw28_n"googlenet_v2:inception_3a/3x3/bn"
13 # mb96_ic64_ih28iw28_n"googlenet_v2:inception_3b/1x1/bn"
15 # mb96_ic96_ih28iw28_n"googlenet_v2:inception_3b/3x3/bn"
25 mb96_ic128_ih4iw4_n"googlenet_v2:loss1/conv/bn"
26 # mb96_ic1024_ih1iw1_n"googlenet_v2:loss1/fc/bn"
60 mb96_ic128_ih2iw2_n"googlenet_v2:loss2/conv/bn"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
114 OPENSSL_cleanse(bn->d, bn->dmax * sizeof(bn->d[0])); in BN_clear_free()
164 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
168 bn->neg = 0; in BN_clear()
249 bn->width = bn->neg = 0; in BN_zero()
266 bn->neg = 0; in BN_set_word()
284 bn->neg = 0; in BN_set_u64()
369 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
372 bn->d = a; in bn_wexpand()
408 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
114 OPENSSL_cleanse(bn->d, bn->dmax * sizeof(bn->d[0])); in BN_clear_free()
164 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
168 bn->neg = 0; in BN_clear()
249 bn->width = bn->neg = 0; in BN_zero()
266 bn->neg = 0; in BN_set_word()
284 bn->neg = 0; in BN_set_u64()
369 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
372 bn->d = a; in bn_wexpand()
408 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
114 OPENSSL_cleanse(bn->d, bn->dmax * sizeof(bn->d[0])); in BN_clear_free()
164 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
168 bn->neg = 0; in BN_clear()
249 bn->width = bn->neg = 0; in BN_zero()
266 bn->neg = 0; in BN_set_word()
284 bn->neg = 0; in BN_set_u64()
369 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
372 bn->d = a; in bn_wexpand()
408 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
104 BN_free(bn); in BN_clear_free()
145 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
149 bn->neg = 0; in BN_clear()
230 bn->width = bn->neg = 0; in BN_zero()
247 bn->neg = 0; in BN_set_word()
265 bn->neg = 0; in BN_set_u64()
362 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
365 bn->d = a; in bn_wexpand()
401 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
104 BN_free(bn); in BN_clear_free()
145 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
149 bn->neg = 0; in BN_clear()
230 bn->width = bn->neg = 0; in BN_zero()
247 bn->neg = 0; in BN_set_word()
265 bn->neg = 0; in BN_set_u64()
362 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
365 bn->d = a; in bn_wexpand()
401 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
104 BN_free(bn); in BN_clear_free()
145 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
149 bn->neg = 0; in BN_clear()
230 bn->width = bn->neg = 0; in BN_zero()
247 bn->neg = 0; in BN_set_word()
265 bn->neg = 0; in BN_set_u64()
362 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
365 bn->d = a; in bn_wexpand()
401 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/
H A Dbn.c80 return bn; in BN_new()
104 BN_free(bn); in BN_clear_free()
145 OPENSSL_memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
149 bn->neg = 0; in BN_clear()
230 bn->width = bn->neg = 0; in BN_zero()
247 bn->neg = 0; in BN_set_word()
265 bn->neg = 0; in BN_set_u64()
362 OPENSSL_memcpy(a, bn->d, sizeof(BN_ULONG) * bn->width); in bn_wexpand()
365 bn->d = a; in bn_wexpand()
401 OPENSSL_memset(bn->d + bn->width, 0, in bn_resize_words()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/bn/
H A Dbn.c79 return bn; in BN_new()
110 OPENSSL_cleanse(bn->d, bn->dmax * sizeof(bn->d[0])); in BN_clear_free()
161 memset(bn->d, 0, bn->dmax * sizeof(bn->d[0])); in BN_clear()
164 bn->top = 0; in BN_clear()
165 bn->neg = 0; in BN_clear()
246 bn->top = bn->neg = 0; in BN_zero()
263 bn->neg = 0; in BN_set_word()
265 bn->top = 1; in BN_set_word()
316 memcpy(a, bn->d, sizeof(BN_ULONG) * bn->top); in bn_wexpand()
319 bn->d = a; in bn_wexpand()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Drtmpdh.c65 bn = av_malloc(sizeof(*bn)); \
74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) argument
77 #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) argument
78 #define bn_cmp_1(bn) mpz_cmp_ui(bn, 1) argument
105 mpz_mul_2exp(bn, bn, 32); \
130 #define bn_sub_word(bn, w) gcry_mpi_sub_ui(bn, bn, w) argument
143 #define bn_new(bn) bn = BN_new() argument
144 #define bn_free(bn) BN_free(bn) argument
150 #define bn_num_bytes(bn) BN_num_bytes(bn) argument
170 bn = av_malloc(sizeof(*bn)); \
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Drtmpdh.c65 bn = av_malloc(sizeof(*bn)); \
74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) argument
77 #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) argument
78 #define bn_cmp_1(bn) mpz_cmp_ui(bn, 1) argument
105 mpz_mul_2exp(bn, bn, 32); \
130 #define bn_sub_word(bn, w) gcry_mpi_sub_ui(bn, bn, w) argument
143 #define bn_new(bn) bn = BN_new() argument
144 #define bn_free(bn) BN_free(bn) argument
150 #define bn_num_bytes(bn) BN_num_bytes(bn) argument
170 bn = av_malloc(sizeof(*bn)); \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Drtmpdh.c65 bn = av_malloc(sizeof(*bn)); \
74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) argument
77 #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) argument
78 #define bn_cmp_1(bn) mpz_cmp_ui(bn, 1) argument
105 mpz_mul_2exp(bn, bn, 32); \
130 #define bn_sub_word(bn, w) gcry_mpi_sub_ui(bn, bn, w) argument
143 #define bn_new(bn) bn = BN_new() argument
144 #define bn_free(bn) BN_free(bn) argument
150 #define bn_num_bytes(bn) BN_num_bytes(bn) argument
170 bn = av_malloc(sizeof(*bn)); \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Drtmpdh.c65 bn = av_malloc(sizeof(*bn)); \
74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) argument
77 #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) argument
78 #define bn_cmp_1(bn) mpz_cmp_ui(bn, 1) argument
105 mpz_mul_2exp(bn, bn, 32); \
130 #define bn_sub_word(bn, w) gcry_mpi_sub_ui(bn, bn, w) argument
143 #define bn_new(bn) bn = BN_new() argument
144 #define bn_free(bn) BN_free(bn) argument
150 #define bn_num_bytes(bn) BN_num_bytes(bn) argument
170 bn = av_malloc(sizeof(*bn)); \
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Drtmpdh.c65 bn = av_malloc(sizeof(*bn)); \
74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) argument
77 #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) argument
78 #define bn_cmp_1(bn) mpz_cmp_ui(bn, 1) argument
105 mpz_mul_2exp(bn, bn, 32); \
130 #define bn_sub_word(bn, w) gcry_mpi_sub_ui(bn, bn, w) argument
143 #define bn_new(bn) bn = BN_new() argument
144 #define bn_free(bn) BN_free(bn) argument
150 #define bn_num_bytes(bn) BN_num_bytes(bn) argument
170 bn = av_malloc(sizeof(*bn)); \
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BN/
H A DBayesNetTestSuite.h574 TS_ASSERT(bn.cpt(idList[3]).contains(bn.variable(idList[0]))) in testCPTCoherencyVarRemoval()
575 TS_ASSERT(bn.cpt(idList[3]).contains(bn.variable(idList[1]))) in testCPTCoherencyVarRemoval()
576 TS_ASSERT(bn.cpt(idList[3]).contains(bn.variable(idList[3]))) in testCPTCoherencyVarRemoval()
644 TS_ASSERT_EQUALS(&bn.variableFromName(bn.variable(node).name()), &bn.variable(node)) in testAccessorByName()
652 bn.erase(bn.idFromName("var1")); in testAccessorByName()
717 bn.addArc(bn.add(*var3), i1); in testAggregatorNodes()
718 bn.addArc(bn.add(*var4), i1); in testAggregatorNodes()
719 bn.addArc(bn.add(*var5), i1); in testAggregatorNodes()
728 bn.addArc(bn.add(*var3), i2); in testAggregatorNodes()
729 bn.addArc(bn.add(*var4), i2); in testAggregatorNodes()
[all …]
H A DLoopyBeliefPropagationTestSuite.h72 const auto bn in testLBPBinaryTreeWithoutEvidence() local
93 const auto bn in testLBPBinaryTreeWithEvidenceOnRoot() local
113 const auto bn in testLBPBinaryTreeWithEvidenceOnRoot() local
135 const auto bn in testLBPBinaryTreeWithEvidenceOnLeaf() local
154 const auto bn in testLBPBinaryTreeWithEvidenceOnLeaf() local
176 const auto bn in testLBPBinaryTreeWithEvidenceOnMid() local
195 const auto bn in testLBPBinaryTreeWithEvidenceOnMid() local
216 const auto bn in testLBPBinaryTreeWithMultipleEvidence() local
239 const auto bn in testLBPBinaryTreeWithMultipleEvidence() local
572 bn.add(e, 2); in testAggregatorsInLBP()
[all …]
/dports/lang/v/v-0.1.29/thirdparty/bignum/
H A Dbn.h77 struct bn struct
97 void bignum_add(struct bn* a, struct bn* b, struct bn* c); /* c = a + b */
98 void bignum_sub(struct bn* a, struct bn* b, struct bn* c); /* c = a - b */
99 void bignum_mul(struct bn* a, struct bn* b, struct bn* c); /* c = a * b */
100 void bignum_div(struct bn* a, struct bn* b, struct bn* c); /* c = a / b */
101 void bignum_mod(struct bn* a, struct bn* b, struct bn* c); /* c = a % b */
102 void bignum_divmod(struct bn* a, struct bn* b, struct bn* c, struct bn* d); /* c = a/b, d = a%b */
105 void bignum_and(struct bn* a, struct bn* b, struct bn* c); /* c = a & b */
106 void bignum_or(struct bn* a, struct bn* b, struct bn* c); /* c = a | b */
107 void bignum_xor(struct bn* a, struct bn* b, struct bn* c); /* c = a ^ b */
[all …]
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/
H A Dbn.h77 struct bn struct
97 void bignum_add(struct bn* a, struct bn* b, struct bn* c); /* c = a + b */
98 void bignum_sub(struct bn* a, struct bn* b, struct bn* c); /* c = a - b */
99 void bignum_mul(struct bn* a, struct bn* b, struct bn* c); /* c = a * b */
100 void bignum_div(struct bn* a, struct bn* b, struct bn* c); /* c = a / b */
101 void bignum_mod(struct bn* a, struct bn* b, struct bn* c); /* c = a % b */
102 void bignum_divmod(struct bn* a, struct bn* b, struct bn* c, struct bn* d); /* c = a/b, d = a%b */
105 void bignum_and(struct bn* a, struct bn* b, struct bn* c); /* c = a & b */
106 void bignum_or(struct bn* a, struct bn* b, struct bn* c); /* c = a | b */
107 void bignum_xor(struct bn* a, struct bn* b, struct bn* c); /* c = a ^ b */
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/bn/
H A Dbn.go1 package bn package
12 type bn struct { struct
75 func (bn *bn) Locale() string { argument
157 func (bn *bn) MonthsNarrow() []string { argument
167 func (bn *bn) MonthsWide() []string { argument
187 func (bn *bn) WeekdaysNarrow() []string { argument
197 func (bn *bn) WeekdaysShort() []string { argument
207 func (bn *bn) WeekdaysWide() []string { argument
212 func (bn *bn) Decimal() string { argument
217 func (bn *bn) Group() string { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/bn/
H A Dbn.go1 package bn package
12 type bn struct { struct
75 func (bn *bn) Locale() string { argument
157 func (bn *bn) MonthsNarrow() []string { argument
167 func (bn *bn) MonthsWide() []string { argument
187 func (bn *bn) WeekdaysNarrow() []string { argument
197 func (bn *bn) WeekdaysShort() []string { argument
207 func (bn *bn) WeekdaysWide() []string { argument
212 func (bn *bn) Decimal() string { argument
217 func (bn *bn) Group() string { argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/bn/
H A Dbn.go1 package bn package
12 type bn struct { struct
75 func (bn *bn) Locale() string { argument
157 func (bn *bn) MonthsNarrow() []string { argument
167 func (bn *bn) MonthsWide() []string { argument
187 func (bn *bn) WeekdaysNarrow() []string { argument
197 func (bn *bn) WeekdaysShort() []string { argument
207 func (bn *bn) WeekdaysWide() []string { argument
212 func (bn *bn) Decimal() string { argument
217 func (bn *bn) Group() string { argument
[all …]

12345678910>>...280