- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for mpz_neg (0.1 sec)
-
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) -
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) -
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) -
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) -
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)