func math/big.alias
18 uses
math/big (current package)
float.go#L1224: al := alias(z.mant, x.mant) || alias(z.mant, y.mant)
float.go#L1271: al := alias(z.mant, x.mant) || alias(z.mant, y.mant)
int.go#L266: if z == y || alias(z.abs, y.abs) {
int.go#L298: if z == y || alias(z.abs, y.abs) {
nat.go#L370: func alias(x, y nat) bool {
nat.go#L423: if alias(z, x) || alias(z, y) {
nat.go#L572: if alias(z, x) {
nat.go#L719: if alias(z, u) {
nat.go#L998: if !alias(z, x) {
nat.go#L1023: if !alias(z, x) {
nat.go#L1189: if alias(z, limit) {
nat.go#L1225: if alias(z, x) || alias(z, y) {
nat.go#L1542: if alias(z, x) {
rat.go#L309: if &z.a == b || alias(z.a.abs, babs) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |