const reflect.Complex128
24 uses
reflect (current package)
abi.go#L215: case Complex128:
deepequal.go#L170: case Complex64, Complex128:
type.go#L289: Complex128
type.go#L488: Complex128: "complex128",
type.go#L588: if k < Int || k > Complex128 {
type.go#L845: case Complex128:
type.go#L1554: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L2042: case Float32, Float64, Complex64, Complex128, Interface:
type.go#L2066: case Float32, Float64, Complex64, Complex128, Interface, String:
value.go#L1194: case Complex64, Complex128:
value.go#L1208: case Complex128:
value.go#L1585: case Complex64, Complex128:
value.go#L1729: case Complex128:
value.go#L2126: case Complex128:
value.go#L2367: case Complex128:
value.go#L3488: case Complex64, Complex128:
value.go#L3559: case Complex64, Complex128:
value.go#L3561: case Complex64, Complex128:
encoding/binary
binary.go#L736: reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
binary.go#L888: case reflect.Complex128:
binary.go#L952: case reflect.Complex128:
fmt
print.go#L801: case reflect.Complex128:
scan.go#L1048: case reflect.Complex64, reflect.Complex128:
internal/fmtsort
sort.go#L86: case reflect.Complex64, reflect.Complex128:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |