Home
last modified time | relevance | path

Searched refs:big (Results 176 – 200 of 47080) sorted by relevance

12345678910>>...1884

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
148 val := &big.Rat{}
156 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
148 val := &big.Rat{}
156 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/raw/
H A Dconvert.c63 big[GIT_OID_HEXSZ+2] = 'Y'; /* ditto */ in test_object_raw_convert__succeed_on_oid_to_string_conversion_big()
64 big[GIT_OID_HEXSZ+3] = 'Z'; /* ditto */ in test_object_raw_convert__succeed_on_oid_to_string_conversion_big()
67 str = git_oid_tostr(big, sizeof(big), &in); in test_object_raw_convert__succeed_on_oid_to_string_conversion_big()
69 cl_assert_equal_s(exp, big); in test_object_raw_convert__succeed_on_oid_to_string_conversion_big()
93 git_oid_nfmt(big, sizeof(big), &in); in test_object_raw_convert__convert_oid_partially()
94 cl_assert_equal_s(exp, big); in test_object_raw_convert__convert_oid_partially()
97 cl_assert_equal_s(exp, big); in test_object_raw_convert__convert_oid_partially()
99 check_partial_oid(big, 1, &in, "1"); in test_object_raw_convert__convert_oid_partially()
100 check_partial_oid(big, 2, &in, "16"); in test_object_raw_convert__convert_oid_partially()
101 check_partial_oid(big, 3, &in, "16a"); in test_object_raw_convert__convert_oid_partially()
[all …]
/dports/misc/opennn/opennn-5.0.5/datasets/
H A Dcar.data7 vhigh,vhigh,2,2,big,low,unacc
8 vhigh,vhigh,2,2,big,med,unacc
9 vhigh,vhigh,2,2,big,high,unacc
16 vhigh,vhigh,2,4,big,low,unacc
17 vhigh,vhigh,2,4,big,med,unacc
18 vhigh,vhigh,2,4,big,high,unacc
34 vhigh,vhigh,3,2,big,low,unacc
35 vhigh,vhigh,3,2,big,med,unacc
233 vhigh,med,2,4,big,med,acc
260 vhigh,med,3,4,big,med,acc
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/go/types/
H A Dconst.go34 Re, Im *big.Rat
171 case *big.Int:
173 case *big.Rat:
196 case *big.Int:
198 case *big.Rat:
251 case *big.Int:
439 z.AndNot(&z, new(big.Int).Lsh(big.NewInt(-1), s))
476 return normalizeIntConst(new(big.Int).Add(big.NewInt(x), big.NewInt(y)))
482 return normalizeIntConst(new(big.Int).Sub(big.NewInt(x), big.NewInt(y)))
488 return normalizeIntConst(new(big.Int).Mul(big.NewInt(x), big.NewInt(y)))
[all …]
/dports/net/croc/croc-9.5.0/vendor/github.com/tscholl2/siec/search/
H A Dsearch.go8 …_D = []*big.Int{big.NewInt(3), big.NewInt(4), big.NewInt(7), big.NewInt(8), big.NewInt(11), big.N…
9 one = big.NewInt(1)
10 two = big.NewInt(2)
13 func test(t *big.Int, q *big.Int) bool {
29 func nextSiec(M *big.Int) (q, t *big.Int) {
30 t = new(big.Int)
31 q = new(big.Int)
44 func prevSiec(M *big.Int) (q, t *big.Int) {
45 t = new(big.Int)
46 q = new(big.Int)
/dports/net/nncp/nncp-8.0.2/src/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/dustin/go-humanize/go-humanize-1.0.0/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/containerd/continuity/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/containerd/continuity/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/dustin/go-humanize/
H A Dbigbytes.go11 bigIECExp = big.NewInt(1024)
14 BigByte = big.NewInt(1)
34 bigSIExp = big.NewInt(1000)
37 BigSIByte = big.NewInt(1)
94 var ten = big.NewInt(10)
100 c := (&big.Int{}).Set(s)
117 func BigBytes(s *big.Int) string {
127 func BigIBytes(s *big.Int) string {
157 val := &big.Rat{}
165 mv := (&big.Rat{}).SetInt(m)
[all …]

12345678910>>...1884