Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 43 for f10 (0.52 sec)

  1. src/internal/types/testdata/fixedbugs/issue51229.go

    func f07[S2 ~[]E2, E2 ~byte, S1 ~[]E1, E1 ~byte](S1, S2) {}
    func f08[S1 ~[]E1, E2 ~byte, S2 ~[]E2, E1 ~byte](S1, S2) {}
    func f09[E2 ~byte, S1 ~[]E1, S2 ~[]E2, E1 ~byte](S1, S2) {}
    func f10[S2 ~[]E2, S1 ~[]E1, E2 ~byte, E1 ~byte](S1, S2) {}
    func f11[S1 ~[]E1, S2 ~[]E2, E2 ~byte, E1 ~byte](S1, S2) {}
    func f12[S1 ~[]E1, E1 ~byte, E2 ~byte, S2 ~[]E2](S1, S2) {}
    func f13[E1 ~byte, S1 ~[]E1, E2 ~byte, S2 ~[]E2](S1, S2) {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. src/internal/types/testdata/check/typeparams.go

            f9[int](S1[int]{42})
    	f9(S1[int]{42})
    }
    
    type S2[A, B, C any] struct{}
    
    func f10[X, Y, Z any](a S2[X, int, Z], b S2[X, Y, bool]) {}
    
    func _[P any]() {
            f10[int, float32, string](S2[int, int, string]{}, S2[int, float32, bool]{})
            f10(S2[int, int, string]{}, S2[int, float32, bool]{})
            f10(S2[P, int, P]{}, S2[P, float32, bool]{})
    }
    
    // corner case for type inference
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 01:56:58 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	FNMSUBS F14, F16, F27, F14                 // 6ec32e1f
    	FNMSUBD F29, F25, F8, F10                  // 0ae57d1f
    	FNMULS F24, F22, F18                       // d28a381e
    	FNMULD F14, F30, F7                        // c78b6e1e
    	//TODO FRECPE F9, F2                       // 22d9e15e
    	//TODO VFRECPE V0.S2, V28.S2               // 1cd8a10e
    	//TODO FRECPS F28, F10, F9                 // 49fd3c5e
    	//TODO VFRECPS V27.D2, V12.D2, V24.D2      // 98fd7b4e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    	"R24",
    	"R25",
    	"R26",
    	"R27",
    	"R28",
    	"R29",
    	// R30 is REGTMP not used in regalloc
    	"R31",
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    	"F20",
    	"F21",
    	"F22",
    	"F23",
    	"F24",
    	"F25",
    	"F26",
    	"F27",
    	"F28",
    	"F29",
    	"F30",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  5. src/internal/types/testdata/check/expr0.go

    	// float64
    	f0 = float64(1)
    	f1 float64 = f0
    	f2 = +1
    	f3 = +f0
    	f4 float64 = +1
    	f5 float64 = +f4
    	f6 = -1
    	f7 = -f0
    	f8 float64 = -1
    	f9 float64 = -f4
    	f10 = !f0 /* ERROR "not defined" */
    	f11 = ^1
    	f12 = ^i0
    	f13 float64 = ^1
    	f14 float64 = ^f4 /* ERROR "not defined" */
    	f15 = *f0 /* ERROR "cannot indirect" */
    	f16 = &f0
    	f17 = *u16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/WasmOps.go

    	"R5",
    	"R6",
    	"R7",
    	"R8",
    	"R9",
    	"R10",
    	"R11",
    	"R12",
    	"R13",
    	"R14",
    	"R15",
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    	"F20",
    	"F21",
    	"F22",
    	"F23",
    	"F24",
    	"F25",
    	"F26",
    	"F27",
    	"F28",
    	"F29",
    	"F30",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  7. test/nilptr3.go

    }
    
    func f9() []int {
    	x := new([1]int)
    	x[0] = 1  // ERROR "removed nil check"
    	y := x[:] // ERROR "removed nil check"
    	return y
    }
    
    // See issue 42673.
    func f10(p **int) int {
    	return * // ERROR "removed nil check"
    	/* */
    	*p // ERROR "removed nil check"
    }
    
    func f11(x []byte) {
    	p := (*[0]byte)(x)
    	_ = *p // ERROR "generated nil check"
    	q := (*[4]byte)(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. test/escape5.go

    	if p == nil {
    		k = T2{}
    		return
    	}
    
    	// should make p leak always
    	global = p
    	return T2{p}
    }
    
    func f9() {
    	var j T1 // ERROR "moved to heap: j"
    	f8(&j)
    }
    
    func f10() {
    	// These don't escape but are too big for the stack
    	var x [1 << 30]byte         // ERROR "moved to heap: x"
    	var y = make([]byte, 1<<30) // ERROR "make\(\[\]byte, 1073741824\) escapes to heap"
    	_ = x[0] + y[0]
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:50:24 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/operand_test.go

    	{"R15", "R15"},
    	{"F0", "F0"},
    	{"F1", "F1"},
    	{"F2", "F2"},
    	{"F3", "F3"},
    	{"F4", "F4"},
    	{"F5", "F5"},
    	{"F6", "F6"},
    	{"F7", "F7"},
    	{"F8", "F8"},
    	{"F9", "F9"},
    	{"F10", "F10"},
    	{"F11", "F11"},
    	{"F12", "F12"},
    	{"F13", "F13"},
    	{"F14", "F14"},
    	{"F15", "F15"},
    	{"V0", "V0"},
    	{"V1", "V1"},
    	{"V2", "V2"},
    	{"V3", "V3"},
    	{"V4", "V4"},
    	{"V5", "V5"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testerrors/ptr_test.go

    		// Passing the address of a slice of an array that is
    		// an element in a struct, with a type conversion.
    		name:    "sliceok3",
    		c:       `void f10(void* p) {}`,
    		imports: []string{"unsafe"},
    		support: `type S10 struct { p *int; a [4]byte }`,
    		body:    `i := 0; p := &S10{p:&i}; s := p.a[:]; C.f10(unsafe.Pointer(&s[0]))`,
    		fail:    false,
    	},
    	{
    		// Passing the address of a slice of an array that is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top