D | abi_test.go | 380 func passFloat64(a float64) float64 { 410 func passArray1Mix(a int, b [1]uint32, c float64) (int, [1]uint32, float64) { 440 func passManyFloat64(a, b, c, d, e, f, g, h, i, j, l, m, n, o, p, q, r, s, t float64) (float64, flo… 542 func passEmptyStruct(a int, b struct{}, c float64) (int, struct{}, float64) { 675 func callArgsFloat64(f func(float64, MagicLastTypeNameForTestingRegisterABI) float64, a0 float64) f… 705 … func(int, [1]uint32, float64, MagicLastTypeNameForTestingRegisterABI) (int, [1]uint32, float64), … argument 735 …, a18 float64, x MagicLastTypeNameForTestingRegisterABI) (r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, … 837 …(f func(int, struct{}, float64, MagicLastTypeNameForTestingRegisterABI) (int, struct{}, float64), … argument
|