Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for x1 (0.32 sec)

  1. src/crypto/internal/nistec/p256_asm_s390x.s

    	VL   80(P1ptr), X1        // Z1H
    	VPDI $0x4, X1, X1, X1
    	VL   64(P1ptr), X0        // Z1L
    	VPDI $0x4, X0, X0, X0
    	VLR  X0, Y0
    	VLR  X1, Y1
    	CALL p256SqrInternal<>(SB)
    
    	// SUB(X<X1-T)            // T2 = X1-T1
    	VL   16(P1ptr), X1H
    	VPDI $0x4, X1H, X1H, X1H
    	VL   0(P1ptr), X1L
    	VPDI $0x4, X1L, X1L, X1L
    	p256SubInternal(X1,X0,X1H,X1L,T1,T0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	LXVD2X (R20)(P1ptr), X1 // Z1L
    
    	XXPERMDI X0, X0, $2, X0
    	XXPERMDI X1, X1, $2, X1
    
    	VOR  X0, X0, Y0
    	VOR  X1, X1, Y1
    	CALL p256MulInternal<>(SB)
    
    	// SUB(X<X1-T)            // T2 = X1-T1
    	LXVD2X (R0)(P1ptr), X1L
    	LXVD2X (R16)(P1ptr), X1H
    	XXPERMDI X1L, X1L, $2, X1L
    	XXPERMDI X1H, X1H, $2, X1H
    
    	p256SubInternal(X1,X0,X1H,X1L,T1,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)
  3. src/runtime/asm_amd64.s

    	// a page boundary, so we can load it directly.
    	MOVOU	-16(AX), X1
    	ADDQ	CX, CX
    	MOVQ	$masks<>(SB), AX
    	PAND	(AX)(CX*8), X1
    final1:
    	PXOR	X0, X1	// xor data with seed
    	AESENC	X1, X1	// scramble combo 3 times
    	AESENC	X1, X1
    	AESENC	X1, X1
    	MOVQ	X1, AX	// return X1
    	RET
    
    endofpage:
    	// address ends in 1111xxxx. Might be up against
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect fill="none" stroke="#000" width="13" height="17" x="3.5" y="1.5"/><line fill="none" stroke="#000" x1="6" x2="12" y1="12.5" y2="12.5"/><line fill="none" stroke="#000" x1="6" x2="14" y1="8.5" y2="8.5"/><line fill="none" stroke="#000" x1="6" x2="14" y1="6.5" y2="6.5"/><line fill="none" stroke="#000" x1="6" x2="14" y1="10.5" y2="10.5"/></svg>',file:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect fill="none" stroke="#000"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types/type.go

    		for i := 0; i < len(tfs) && i < len(xfs); i++ {
    			t1, x1 := tfs[i], xfs[i]
    			if t1.Embedded != x1.Embedded {
    				return cmpForNe(t1.Embedded < x1.Embedded)
    			}
    			if t1.Note != x1.Note {
    				return cmpForNe(t1.Note < x1.Note)
    			}
    			if c := t1.Sym.cmpsym(x1.Sym); c != CMPeq {
    				return c
    			}
    			if c := t1.Type.cmp(x1.Type); c != CMPeq {
    				return c
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  6. tensorflow/cc/gradients/math_grad.cc

      // The gradient that will flow back to the gather operation will look like
      // [x1, x2], it will have the same shape as the output of the SegmentSum
      // operation. The differentiation step of the SegmentSum operation just
      // broadcast the gradient in order to retrieve the z's shape.
      // dy/dz = [x1, x1, x1, x2]
      grad_outputs->push_back(Gather(scope, grad_inputs[0], op.input(1)));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    				st.MakePod().Name("p-a4").Node("node-a").Label("foo", "").Obj(),
    				st.MakePod().Name("p-b1").Node("node-b").Label("foo", "").Obj(),
    				st.MakePod().Name("p-b2").Node("node-b").Label("foo", "").Obj(),
    				st.MakePod().Name("p-x1").Node("node-x").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y1").Node("node-y").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y2").Node("node-y").Label("foo", "").Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    				st.MakePod().Name("pod-b1").UID("pod-b1").Node("node-b").Label("foo", "").Priority(lowPriority).Obj(),
    				st.MakePod().Name("pod-x1").UID("pod-x1").Node("node-x").Label("foo", "").Priority(highPriority).Obj(),
    				st.MakePod().Name("pod-x2").UID("pod-x2").Node("node-x").Label("foo", "").Priority(highPriority).Obj(),
    			},
    			expected: [][]candidate{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

                  )
              ]
          )
          def main(self, x):
            x1 = nn_ops.conv2d(x, self.w, padding='SAME')
            x2, _ = while_loop_ops.while_loop(
                self.condition, self.body, [x, self.w]
            )
            result = x1 + x2
            return {'output': result}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/api_test.go

    		{`package p15
    
    		var y1 = f1()
    
    		func f1() int { return g1() }
    		func g1() int { f1(); return x1 }
    
    		var x1 = 0
    
    		var y2 = f2()
    
    		func f2() int { return g2() }
    		func g2() int { return x2 }
    
    		var x2 = 0`, []string{
    			"x1 = 0", "y1 = f1()", "x2 = 0", "y2 = f2()",
    		}},
    	}
    
    	for _, test := range tests {
    		info := Info{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
Back to top