Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for mpz_neg (0.14 sec)

  1. misc/cgo/gmp/gmp.go

    func (z *Int) Int64() int64 {
    	if !z.init {
    		return 0
    	}
    	return int64(C.mpz_get_si(&z.i[0]))
    }
    
    // Neg sets z = -x and returns z.
    func (z *Int) Neg(x *Int) *Int {
    	x.doinit()
    	z.doinit()
    	C.mpz_neg(&z.i[0], &x.i[0])
    	return z
    }
    
    // Abs sets z to the absolute value of x and returns z.
    func (z *Int) Abs(x *Int) *Int {
    	x.doinit()
    	z.doinit()
    	C.mpz_abs(&z.i[0], &x.i[0])
    	return z
    }
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 9.5K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const BPF_MISC ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_MSH ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_MUL ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_NEG ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_OR ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_RELEASE ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_RET ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BPF_MSH ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_MUL = 32
    pkg syscall (netbsd-arm64-cgo), const BPF_MUL ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_NEG = 128
    pkg syscall (netbsd-arm64-cgo), const BPF_NEG ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_OR = 64
    pkg syscall (netbsd-arm64-cgo), const BPF_OR ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_RELEASE = 199606
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
    pkg syscall (darwin-386), const BPF_MISC = 7
    pkg syscall (darwin-386), const BPF_MSH = 160
    pkg syscall (darwin-386), const BPF_MUL = 32
    pkg syscall (darwin-386), const BPF_NEG = 128
    pkg syscall (darwin-386), const BPF_OR = 64
    pkg syscall (darwin-386), const BPF_RELEASE = 199606
    pkg syscall (darwin-386), const BPF_RET = 6
    pkg syscall (darwin-386), const BPF_RSH = 112
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_MSH ideal-int
    pkg syscall (freebsd-arm64), const BPF_MUL = 32
    pkg syscall (freebsd-arm64), const BPF_MUL ideal-int
    pkg syscall (freebsd-arm64), const BPF_NEG = 128
    pkg syscall (freebsd-arm64), const BPF_NEG ideal-int
    pkg syscall (freebsd-arm64), const BPF_OR = 64
    pkg syscall (freebsd-arm64), const BPF_OR ideal-int
    pkg syscall (freebsd-arm64), const BPF_RELEASE = 199606
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_MSH ideal-int
    pkg syscall (darwin-arm64), const BPF_MUL = 32
    pkg syscall (darwin-arm64), const BPF_MUL ideal-int
    pkg syscall (darwin-arm64), const BPF_NEG = 128
    pkg syscall (darwin-arm64), const BPF_NEG ideal-int
    pkg syscall (darwin-arm64), const BPF_OR = 64
    pkg syscall (darwin-arm64), const BPF_OR ideal-int
    pkg syscall (darwin-arm64), const BPF_RELEASE = 199606
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_MUL = 32 #53466
    pkg syscall (freebsd-riscv64), const BPF_MUL ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_NEG = 128 #53466
    pkg syscall (freebsd-riscv64), const BPF_NEG ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_OR = 64 #53466
    pkg syscall (freebsd-riscv64), const BPF_OR ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_RELEASE = 199606 #53466
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (darwin-386), const BPF_MISC ideal-int
    pkg syscall (darwin-386), const BPF_MSH ideal-int
    pkg syscall (darwin-386), const BPF_MUL ideal-int
    pkg syscall (darwin-386), const BPF_NEG ideal-int
    pkg syscall (darwin-386), const BPF_OR ideal-int
    pkg syscall (darwin-386), const BPF_RELEASE ideal-int
    pkg syscall (darwin-386), const BPF_RET ideal-int
    pkg syscall (darwin-386), const BPF_RSH ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top