Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 271 for t0 (0.02 sec)

  1. src/runtime/sys_linux_riscv64.s

    	MOV	X2, S2 // S2 = RSP, S2 is unchanged by C code
    	MOV	g_m(g), S3 // S3 = m
    	// Save the old values on stack for reentrant
    	MOV	m_vdsoPC(S3), T0
    	MOV	T0, 24(X2)
    	MOV	m_vdsoSP(S3), T0
    	MOV	T0, 32(X2)
    
    	MOV	RA, m_vdsoPC(S3)
    	MOV	$ret-8(FP), T0 // caller's SP
    	MOV	T0, m_vdsoSP(S3)
    
    	MOV	m_curg(S3), T1
    	BNE	g, T1, noswitch
    
    	MOV	m_g0(S3), T1
    	MOV	(g_sched+gobuf_sp)(T1), X2
    
    noswitch:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/fiat/p384_invert.go

    	}
    	t0.Mul(t0, t2)
    	for s := 0; s < 6; s++ {
    		t0.Square(t0)
    	}
    	z.Mul(z, t0)
    	t0.Square(z)
    	t2.Mul(x, t0)
    	t0.Square(t2)
    	t0.Mul(x, t0)
    	t3.Square(t0)
    	for s := 1; s < 31; s++ {
    		t3.Square(t3)
    	}
    	t2.Mul(t2, t3)
    	t3.Square(t2)
    	for s := 1; s < 63; s++ {
    		t3.Square(t3)
    	}
    	t2.Mul(t2, t3)
    	t3.Square(t2)
    	for s := 1; s < 126; s++ {
    		t3.Square(t3)
    	}
    	t2.Mul(t2, t3)
    	for s := 0; s < 3; s++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p224.go

    	z3.Sub(z3, t0)                               // Z3 := Z3 - t0
    	t3.Add(z3, z3)                               // t3 := Z3 + Z3
    	z3.Add(z3, t3)                               // Z3 := Z3 + t3
    	t3.Add(t0, t0)                               // t3 := t0 + t0
    	t0.Add(t3, t0)                               // t0 := t3 + t0
    	t0.Sub(t0, t2)                               // t0 := t0 - t2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 15.9K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p521.go

    	z3.Sub(z3, t0)                               // Z3 := Z3 - t0
    	t3.Add(z3, z3)                               // t3 := Z3 + Z3
    	z3.Add(z3, t3)                               // Z3 := Z3 + t3
    	t3.Add(t0, t0)                               // t3 := t0 + t0
    	t0.Add(t3, t0)                               // t0 := t3 + t0
    	t0.Sub(t0, t2)                               // t0 := t0 - t2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 17K bytes
    - Viewed (0)
  5. src/go/internal/gccgoimporter/testdata/aliases.go

    type (
    	T0 [10]int
    	T1 []byte
    	T2 struct {
    		x int
    	}
    	T3 interface {
    		m() T2
    	}
    	T4 func(int, T0) chan T2
    )
    
    // basic aliases
    type (
    	Ai = int
    	A0 = T0
    	A1 = T1
    	A2 = T2
    	A3 = T3
    	A4 = T4
    
    	A10 = [10]int
    	A11 = []byte
    	A12 = struct {
    		x int
    	}
    	A13 = interface {
    		m() A2
    	}
    	A14 = func(int, A0) chan A2
    )
    
    // alias receiver types
    func (T0) m1() {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 27 02:52:03 UTC 2018
    - 624 bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VPERM   T1, T0, SEL1, RED2    // d1 d0 d1 d0
    	VPERM   ZER, RED2, SEL2, RED1 // 0  d1 d0  0
    	VSUBUQM RED2, RED1, RED2      // VSQ   RED1, RED2, RED2      // Guaranteed not to underflow
    
    	VSLDOI $8, T1, T0, T0 // VSLDB $8, T1, T0, T0
    	VSLDOI $8, T2, T1, T1 // VSLDB $8, T2, T1, T1
    
    	VADDCUQ  T0, RED1, CAR1       // VACCQ  T0, RED1, CAR1
    	VADDUQM  T0, RED1, T0         // VAQ    T0, RED1, T0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.s

    	ADDQ  h0, t2;                  \
    	ADCQ  $0, t3;                  \
    	                               \
    	MOVQ  t0, h0;                  \
    	MOVQ  t1, h1;                  \
    	MOVQ  t2, h2;                  \
    	ANDQ  $3, h2;                  \
    	MOVQ  t2, t0;                  \
    	ANDQ  $0xFFFFFFFFFFFFFFFC, t0; \
    	ADDQ  t0, h0;                  \
    	ADCQ  t3, h1;                  \
    	ADCQ  $0, h2;                  \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. test/fixedbugs/issue11790.go

    package main
    
    import "fmt"
    
    type T0 struct {
    	x int
    }
    
    func (*T0) M0() {
    	fmt.Println("M0")
    }
    
    type T2 struct {
    	*T0
    }
    
    type Q *T2
    
    func main() {
    	// If run, expected output is
    	// 42
    	// M0
    	t0 := T0{42}
    	t2 := T2{&t0}
    	var q Q = &t2
    	fmt.Println(q.x) // Comment out either this line or the next line and the program works
    	(*q).T0.M0()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 590 bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p224_sqrt.go

    	//	return     x96 << 31 + x31
    	//
    	var t0 = new(fiat.P224Element)
    	var t1 = new(fiat.P224Element)
    
    	r.Square(x)
    	r.Mul(x, r)
    	r.Square(r)
    	r.Mul(x, r)
    	t0.Square(r)
    	for s := 1; s < 3; s++ {
    		t0.Square(t0)
    	}
    	t0.Mul(r, t0)
    	t1.Square(t0)
    	r.Mul(x, t1)
    	for s := 0; s < 5; s++ {
    		t1.Square(t1)
    	}
    	t0.Mul(t0, t1)
    	t1.Square(t0)
    	for s := 1; s < 12; s++ {
    		t1.Square(t1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 3.1K bytes
    - Viewed (1)
  10. src/text/template/examplefiles_test.go

    	err = second.ExecuteTemplate(os.Stdout, "T0.tmpl", "second")
    	if err != nil {
    		log.Fatalf("second execution: %s", err)
    	}
    	err = first.ExecuteTemplate(os.Stdout, "T0.tmpl", "first")
    	if err != nil {
    		log.Fatalf("first: execution: %s", err)
    	}
    
    	// Output:
    	// T0 (second version) invokes T1: (T1 invokes T2: (T2, version B))
    	// T0 (first version) invokes T1: (T1 invokes T2: (T2, version A))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 6.1K bytes
    - Viewed (0)
Back to top