Home
last modified time | relevance | path

Searched refs:MakeInt64 (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/constant/
H A Dexample_test.go18 ai := constant.MakeImag(constant.MakeInt64(5))
121 zero := constant.MakeInt64(0)
122 one := constant.MakeInt64(1)
123 negOne := constant.MakeInt64(-1)
162 maxint := constant.MakeInt64(math.MaxInt64)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/constant/
H A Dexample_test.go20 ai := constant.MakeImag(constant.MakeInt64(5))
123 zero := constant.MakeInt64(0)
124 one := constant.MakeInt64(1)
125 negOne := constant.MakeInt64(-1)
164 maxint := constant.MakeInt64(math.MaxInt64)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/constant/
H A Dexample_test.go19 ai := constant.MakeImag(constant.MakeInt64(5))
122 zero := constant.MakeInt64(0)
123 one := constant.MakeInt64(1)
124 negOne := constant.MakeInt64(-1)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/constant/
H A Dexample_test.go19 ai := constant.MakeImag(constant.MakeInt64(5))
122 zero := constant.MakeInt64(0)
123 one := constant.MakeInt64(1)
124 negOne := constant.MakeInt64(-1)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/go/constant/
H A Dexample_test.go19 ai := constant.MakeImag(constant.MakeInt64(5))
122 zero := constant.MakeInt64(0)
123 one := constant.MakeInt64(1)
124 negOne := constant.MakeInt64(-1)
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Dint.go40 func MakeInt(x int) Int { return MakeInt64(int64(x)) }
43 func MakeInt64(x int64) Int { func
218 return MakeInt64(x.small + y.small)
224 return MakeInt64(x.small - y.small)
230 return MakeInt64(x.small * y.small)
277 return MakeInt64(quo)
343 return MakeInt64(int64(f))
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Dint.go40 func MakeInt(x int) Int { return MakeInt64(int64(x)) }
43 func MakeInt64(x int64) Int { func
218 return MakeInt64(x.small + y.small)
224 return MakeInt64(x.small - y.small)
230 return MakeInt64(x.small * y.small)
277 return MakeInt64(quo)
343 return MakeInt64(int64(f))
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Dint.go25 func MakeInt(x int) Int { return MakeInt64(int64(x)) }
28 func MakeInt64(x int64) Int { func
232 return MakeInt64(xSmall + ySmall)
240 return MakeInt64(xSmall - ySmall)
248 return MakeInt64(xSmall * ySmall)
304 return MakeInt64(quo)
431 return MakeInt64(int64(f))
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/
H A Dint.go25 func MakeInt(x int) Int { return MakeInt64(int64(x)) }
28 func MakeInt64(x int64) Int { func
232 return MakeInt64(xSmall + ySmall)
240 return MakeInt64(xSmall - ySmall)
248 return MakeInt64(xSmall * ySmall)
304 return MakeInt64(quo)
429 return MakeInt64(int64(f))
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/
H A Dint.go19 func MakeInt(x int) Int { return MakeInt64(int64(x)) }
22 func MakeInt64(x int64) Int { func
58 zero = MakeInt64(0)
59 one = MakeInt64(1)
H A Deval_test.go389 {skylark.MakeInt64(math.MinInt64).Sub(one), "error", "error"},
390 {skylark.MakeInt64(math.MinInt64), "-9223372036854775808", "error"},
391 {skylark.MakeInt64(-1), "-1", "error"},
392 {skylark.MakeInt64(0), "0", "0"},
393 {skylark.MakeInt64(1), "1", "1"},
394 {skylark.MakeInt64(math.MaxInt64), "9223372036854775807", "9223372036854775807"},
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/lib/time/
H A Dtime.go190 return starlark.MakeInt64(time.Duration(d).Milliseconds()), nil
192 return starlark.MakeInt64(time.Duration(d).Microseconds()), nil
194 return starlark.MakeInt64(time.Duration(d).Nanoseconds()), nil
285 return starlark.MakeInt64(x.Nanoseconds() / time.Duration(y).Nanoseconds()), nil
372 return starlark.MakeInt64(time.Time(t).Unix()), nil
374 return starlark.MakeInt64(time.Time(t).UnixNano()), nil
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/lib/time/
H A Dtime.go162 return starlark.MakeInt64(time.Duration(d).Milliseconds()), nil
164 return starlark.MakeInt64(time.Duration(d).Microseconds()), nil
166 return starlark.MakeInt64(time.Duration(d).Nanoseconds()), nil
257 return starlark.MakeInt64(x.Nanoseconds() / time.Duration(y).Nanoseconds()), nil
344 return starlark.MakeInt64(time.Time(t).Unix()), nil
346 return starlark.MakeInt64(time.Time(t).UnixNano()), nil
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dselection_vector.h138 static Status MakeInt64(int64_t max_slots, std::shared_ptr<arrow::Buffer> buffer,
147 static Status MakeInt64(int64_t max_slots, arrow::MemoryPool* pool,
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dselection_vector.h138 static Status MakeInt64(int64_t max_slots, std::shared_ptr<arrow::Buffer> buffer,
147 static Status MakeInt64(int64_t max_slots, arrow::MemoryPool* pool,
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dselection_vector.h138 static Status MakeInt64(int64_t max_slots, std::shared_ptr<arrow::Buffer> buffer,
147 static Status MakeInt64(int64_t max_slots, arrow::MemoryPool* pool,
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/ir/
H A Dconst.go31 return NewConst(constant.MakeInt64(i), tInt)
57 return NewConst(constant.MakeInt64(0), t)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/go/ir/
H A Dconst.go31 return NewConst(constant.MakeInt64(i), tInt)
57 return NewConst(constant.MakeInt64(0), t)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/honnef.co/go/tools/go/ir/
H A Dconst.go31 return NewConst(constant.MakeInt64(i), tInt)
57 return NewConst(constant.MakeInt64(0), t)

12345678910>>...25