HomeSort by relevance Sort by last modified time
    Searched defs:SetInt64 (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 134 func NewInt(x int64) *Int { return new(Int).SetInt64(x) }
176 z.SetInt64(0)
183 // SetInt64 sets z = x and returns z.
184 func (z *Int) SetInt64(x int64) *Int {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpint.go 217 a.SetInt64(0)
241 a.SetInt64(-1)
243 a.SetInt64(0)
277 func (a *Mpint) SetInt64(c int64) {
278 a.Val.SetInt64(c)
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 309 z.a.SetInt64(a)
328 // SetInt64 sets z to x and returns z.
329 func (z *Rat) SetInt64(x int64) *Rat {
330 z.a.SetInt64(x)
int.go 41 // SetInt64 sets z to x and returns z.
42 func (z *Int) SetInt64(x int64) *Int {
62 return new(Int).SetInt64(x)
167 return z.SetInt64(1) // empty range
169 return z.SetInt64(0) // range includes 0
440 z.SetInt64(0)
442 x.SetInt64(0)
445 y.SetInt64(0)
457 Y := new(Int).SetInt64(1)
459 lastX := new(Int).SetInt64(1
    [all...]
float.go 517 // SetInt64 sets z to the (possibly rounded) value of x and returns z.
520 func (z *Float) SetInt64(x int64) *Float {
1078 return z.SetInt64(0), acc
1105 return z.SetInt64(0), Exact
1152 return z.SetInt64(0), Exact
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 134 func NewInt(x int64) *Int { return new(Int).SetInt64(x) }
176 z.SetInt64(0)
183 // SetInt64 sets z = x and returns z.
184 func (z *Int) SetInt64(x int64) *Int {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpint.go 217 a.SetInt64(0)
241 a.SetInt64(-1)
243 a.SetInt64(0)
277 func (a *Mpint) SetInt64(c int64) {
278 a.Val.SetInt64(c)
  /prebuilts/go/linux-x86/src/math/big/
rat.go 309 z.a.SetInt64(a)
328 // SetInt64 sets z to x and returns z.
329 func (z *Rat) SetInt64(x int64) *Rat {
330 z.a.SetInt64(x)
int.go 41 // SetInt64 sets z to x and returns z.
42 func (z *Int) SetInt64(x int64) *Int {
62 return new(Int).SetInt64(x)
167 return z.SetInt64(1) // empty range
169 return z.SetInt64(0) // range includes 0
440 z.SetInt64(0)
442 x.SetInt64(0)
445 y.SetInt64(0)
457 Y := new(Int).SetInt64(1)
459 lastX := new(Int).SetInt64(1
    [all...]
float.go 517 // SetInt64 sets z to the (possibly rounded) value of x and returns z.
520 func (z *Float) SetInt64(x int64) *Float {
1078 return z.SetInt64(0), acc
1105 return z.SetInt64(0), Exact
1152 return z.SetInt64(0), Exact
    [all...]
  /system/update_engine/common/
fake_prefs.cc 77 bool FakePrefs::SetInt64(const string& key, const int64_t value) {
prefs.cc 56 bool PrefsBase::SetInt64(const string& key, const int64_t value) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 947 milliseconds