Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 98 for Xadd (0.04 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "ADCzerocarry", argLength: 1, reg: gp0flags1, typ: "UInt64", asm: "ADC"},                               // ZR+ZR+carry
    		{name: "ADD", argLength: 2, reg: gp21, asm: "ADD", commutative: true},                                         // arg0 + arg1
    		{name: "ADDconst", argLength: 1, reg: gp11sp, asm: "ADD", aux: "Int64"},                                       // arg0 + auxInt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  2. src/html/template/exec_test.go

    	{"bad nil pipeline", "{{ .Empty0 | .VariadicFunc }}", "", tVal, false},
    
    	// Parenthesized expressions
    	{"parens in pipeline", "{{printf `%d %d %d` (1) (2 | add 3) (add 4 (add 5 6))}}", "1 5 15", tVal, true},
    
    	// Parenthesized expressions with field accesses
    	{"parens: $ in paren", "{{($).X}}", "x", tVal, true},
    	{"parens: $.GetU in paren", "{{($.GetU).V}}", "v", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

        def "action for all elements in a type filtered collection can add more elements"() {
            containerAllowsElementAddition()
    
            def action = Mock(Action)
    
            container.add(c)
    
            when:
            container.withType(type, action)
    
            then:
            1 * action.execute(c) >> {
                container.add(d)
                container.add(a)
            }
            1 * action.execute(a)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener.go

    					return
    				}
    			}
    			// Add tcp filter chain, build TCP filter chain first.
    			tcpOpts := buildSidecarOutboundTCPListenerOpts(listenerOpts, virtualServices)
    
    			// Add http filter chain and tcp filter chain to the listener opts
    			httpOpts := buildSidecarOutboundHTTPListenerOpts(listenerOpts, actualWildcards[0], listenerProtocol)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/replica_calculator_test.go

    					},
    					Status: v1.PodStatus{
    						Phase: v1.PodSucceeded,
    						StartTime: &metav1.Time{
    							Time: time.Now().Add(-1 * time.Minute),
    						},
    						Conditions: []v1.PodCondition{
    							{
    								Type:               v1.PodReady,
    								LastTransitionTime: metav1.Time{Time: time.Now().Add(-30 * time.Second)},
    								Status:             v1.ConditionTrue,
    							},
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  6. src/text/template/exec_test.go

    	{"bad nil pipeline", "{{ .Empty0 | .VariadicFunc }}", "", tVal, false},
    
    	// Parenthesized expressions
    	{"parens in pipeline", "{{printf `%d %d %d` (1) (2 | add 3) (add 4 (add 5 6))}}", "1 5 15", tVal, true},
    
    	// Parenthesized expressions with field accesses
    	{"parens: $ in paren", "{{($).X}}", "x", tVal, true},
    	{"parens: $.GetU in paren", "{{($.GetU).V}}", "v", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    }
    
    // size returns size of string table t.
    func (t *xcoffStringTable) size() int {
    	// string table starts with 4-byte length at the beginning
    	return t.stringsLen + 4
    }
    
    // add adds string str to string table t.
    func (t *xcoffStringTable) add(str string) int {
    	off := t.size()
    	t.strings = append(t.strings, str)
    	t.stringsLen += len(str) + 1 // each string will have 0 appended to it
    	return off
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm64.s

    	ADDW	R1, R2, R3
    	ADDW	R1, ZR, R3
    	ADD	$1, R2, R3
    	ADD	R1, R2, R3
    	ADD	R1, ZR, R3
    	ADD	$1, R2, R3
    	ADDW	$1, R2
    	ADDW	R1, R2
    	ADD	$1, R2
    	ADD	R1, R2
    	ADD	R1>>11, R2
    	ADD	R1<<22, R2
    	ADD	R1->33, R2
    	ADD	$0x000aaa, R2, R3               // ADD $2730, R2, R3                      // 43a82a91
    	ADD	$0x000aaa, R2                   // ADD $2730, R2                          // 42a82a91
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  9. src/syscall/zsyscall_windows.go

    	modmswsock  = NewLazyDLL(sysdll.Add("mswsock.dll"))
    	modnetapi32 = NewLazyDLL(sysdll.Add("netapi32.dll"))
    	modsecur32  = NewLazyDLL(sysdll.Add("secur32.dll"))
    	modshell32  = NewLazyDLL(sysdll.Add("shell32.dll"))
    	moduserenv  = NewLazyDLL(sysdll.Add("userenv.dll"))
    	modws2_32   = NewLazyDLL(sysdll.Add("ws2_32.dll"))
    
    	procConvertSidToStringSidW             = modadvapi32.NewProc("ConvertSidToStringSidW")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        if arg.type == types_pb2.DT_FLOAT:
          derived_attrs.add('f32_')
        elif arg.type == types_pb2.DT_INT32:
          derived_attrs.add('i32_')
        elif arg.type == types_pb2.DT_INT64:
          derived_attrs.add('i64_')
        elif arg.type == types_pb2.DT_BOOL:
          derived_attrs.add('i1_')
      return derived_attrs
    
    
    def _require_tensor_list(arg_def):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top