Home
last modified time | relevance | path

Searched refs:big (Results 251 – 275 of 55400) sorted by relevance

1...<<11121314151617181920>>...2216

/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/stdlib/
H A Dgo1_17_math_big.go18 "Above": reflect.ValueOf(big.Above),
19 "AwayFromZero": reflect.ValueOf(big.AwayFromZero),
20 "Below": reflect.ValueOf(big.Below),
21 "Exact": reflect.ValueOf(big.Exact),
22 "Jacobi": reflect.ValueOf(big.Jacobi),
27 "NewFloat": reflect.ValueOf(big.NewFloat),
28 "NewInt": reflect.ValueOf(big.NewInt),
29 "NewRat": reflect.ValueOf(big.NewRat),
30 "ParseFloat": reflect.ValueOf(big.ParseFloat),
35 "ToZero": reflect.ValueOf(big.ToZero),
[all …]
/dports/devel/yaegi/yaegi-0.9.23/stdlib/
H A Dgo1_16_math_big.go17 "Above": reflect.ValueOf(big.Above),
18 "AwayFromZero": reflect.ValueOf(big.AwayFromZero),
19 "Below": reflect.ValueOf(big.Below),
20 "Exact": reflect.ValueOf(big.Exact),
21 "Jacobi": reflect.ValueOf(big.Jacobi),
26 "NewFloat": reflect.ValueOf(big.NewFloat),
27 "NewInt": reflect.ValueOf(big.NewInt),
28 "NewRat": reflect.ValueOf(big.NewRat),
29 "ParseFloat": reflect.ValueOf(big.ParseFloat),
34 "ToZero": reflect.ValueOf(big.ToZero),
[all …]
H A Dgo1_17_math_big.go18 "Above": reflect.ValueOf(big.Above),
19 "AwayFromZero": reflect.ValueOf(big.AwayFromZero),
20 "Below": reflect.ValueOf(big.Below),
21 "Exact": reflect.ValueOf(big.Exact),
22 "Jacobi": reflect.ValueOf(big.Jacobi),
27 "NewFloat": reflect.ValueOf(big.NewFloat),
28 "NewInt": reflect.ValueOf(big.NewInt),
29 "NewRat": reflect.ValueOf(big.NewRat),
30 "ParseFloat": reflect.ValueOf(big.ParseFloat),
35 "ToZero": reflect.ValueOf(big.ToZero),
[all …]
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/tests/
H A DswipeListItemTest.qml28big banana big banana big banana big banana big banana big banana big banana big banana big banana…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/interval/
H A Dinterval.go84 func bigIntNewSet(i *big.Int) *big.Int {
91 func bigIntNewNot(i *big.Int) *big.Int {
98 func bigIntMul(i *big.Int, j *big.Int) *big.Int { return big.NewInt(0).Mul(i, j) }
99 func bigIntQuo(i *big.Int, j *big.Int) *big.Int { return big.NewInt(0).Quo(i, j) }
101 func bigIntLsh(i *big.Int, j *big.Int) *big.Int {
115 func bigIntRsh(i *big.Int, j *big.Int) *big.Int {
135 i *big.Int
230 return IntRange{big.NewInt(+1), big.NewInt(-1)}
531 return IntRange{big.NewInt(0), big.NewInt(0)}
618 return IntRange{big.NewInt(0), big.NewInt(0)}, true
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Dtuple.rs14 assert_eq!(big, big); in test_partial_eq()
15 assert_ne!(small, big); in test_partial_eq()
16 assert_ne!(big, small); in test_partial_eq()
23 assert!(small < big); in test_partial_ord()
25 assert!(!(big < small)); in test_partial_ord()
26 assert!(!(big < big)); in test_partial_ord()
29 assert!(big <= big); in test_partial_ord()
31 assert!(big > small); in test_partial_ord()
33 assert!(big >= small); in test_partial_ord()
34 assert!(big >= big); in test_partial_ord()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp103 T big; in test() local
132 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
142 be::order::big>(little)), big); in test()
146 be::order::big>(native)), big); in test()
151 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
152 big); in test()
162 be::order::big)), big); in test()
166 be::order::big)), big); in test()
185 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
205 x = big; in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp103 T big; in test() local
132 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
142 be::order::big>(little)), big); in test()
146 be::order::big>(native)), big); in test()
151 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
152 big); in test()
162 be::order::big)), big); in test()
166 be::order::big)), big); in test()
185 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
205 x = big; in test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp95 T big; in test() local
124 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
134 be::order::big>(little)), big); in test()
138 be::order::big>(native)), big); in test()
143 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
144 big); in test()
154 be::order::big)), big); in test()
158 be::order::big)), big); in test()
177 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
197 x = big; in test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp95 T big; in test() local
124 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
134 be::order::big>(little)), big); in test()
138 be::order::big>(native)), big); in test()
143 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
144 big); in test()
154 be::order::big)), big); in test()
158 be::order::big)), big); in test()
177 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
197 x = big; in test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp95 T big; in test() local
124 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
134 be::order::big>(little)), big); in test()
138 be::order::big>(native)), big); in test()
143 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
144 big); in test()
154 be::order::big)), big); in test()
158 be::order::big)), big); in test()
177 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
197 x = big; in test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp95 T big; in test() local
124 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
134 be::order::big>(little)), big); in test()
138 be::order::big>(native)), big); in test()
143 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
144 big); in test()
154 be::order::big)), big); in test()
158 be::order::big)), big); in test()
177 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
197 x = big; in test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp95 T big; in test() local
124 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
134 be::order::big>(little)), big); in test()
138 be::order::big>(native)), big); in test()
143 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
144 big); in test()
154 be::order::big)), big); in test()
158 be::order::big)), big); in test()
177 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
197 x = big; in test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp103 T big; in test() local
132 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test()
142 be::order::big>(little)), big); in test()
146 be::order::big>(native)), big); in test()
151 BOOST_TEST_EQ((be::conditional_reverse(big, be::order::big, be::order::big)), in test()
152 big); in test()
162 be::order::big)), big); in test()
166 be::order::big)), big); in test()
185 x = big; be::conditional_reverse_inplace<be::order::big, be::order::big>(x); in test()
205 x = big; in test()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/ProtonMail/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/ProtonMail/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/golang.org/x/crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/keybase/go-crypto/brainpool/
H A Drcurve.go13 z *big.Int
14 zinv *big.Int
15 z2 *big.Int
16 z3 *big.Int
17 zinv2 *big.Int
18 zinv3 *big.Int
40 func (curve *rcurve) toTwisted(x, y *big.Int) (*big.Int, *big.Int) {
41 var tx, ty big.Int
49 func (curve *rcurve) fromTwisted(tx, ty *big.Int) (*big.Int, *big.Int) {
50 var x, y big.Int
[all …]

1...<<11121314151617181920>>...2216