Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for deltas (0.15 sec)

  1. src/cmd/link/internal/ld/dwarf.go

    )
    
    // appendPCDeltaCFA appends per-PC CFA deltas to b and returns the final slice.
    func appendPCDeltaCFA(arch *sys.Arch, b []byte, deltapc, cfa int64) []byte {
    	b = append(b, dwarf.DW_CFA_def_cfa_offset_sf)
    	b = dwarf.AppendSleb128(b, cfa/dataAlignmentFactor)
    
    	switch {
    	case deltapc < 0x40:
    		b = append(b, uint8(dwarf.DW_CFA_advance_loc+deltapc))
    	case deltapc < 0x100:
    		b = append(b, dwarf.DW_CFA_advance_loc1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/asm5.go

    			return false
    		}
    
    		// The line number for constant pool entries doesn't really matter.
    		// We set it to the line number of the preceding instruction so that
    		// there are no deltas to encode in the pc-line tables.
    		for q := c.blitrl; q != nil; q = q.Link {
    			q.Pos = p.Pos
    		}
    
    		c.elitrl.Link = p.Link
    		p.Link = c.blitrl
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/deta.svg

    deta.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 08 17:50:56 UTC 2021
    - 55.2K bytes
    - Viewed (0)
  4. src/sync/atomic/atomic_test.go

    		before int32
    		i      int32
    		after  int32
    	}
    	x.before = magic32
    	x.after = magic32
    	var j int32
    	for delta := int32(1); delta+delta > delta; delta += delta {
    		k := SwapInt32(&x.i, delta)
    		if x.i != delta || k != j {
    			t.Fatalf("delta=%d i=%d j=%d k=%d", delta, x.i, j, k)
    		}
    		j = delta
    	}
    	if x.before != magic32 || x.after != magic32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 71.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/prove.go

    				//    if delta < 0 and x+delta cannot underflow, then x > w
    				// This is useful for loops with bounds "len(slice)-K" (delta = -K)
    				if delta < 0 && !underflow {
    					ft.update(parent, x, w, signed, r)
    				}
    			} else {
    				// With w,delta constants, we want to derive: x+delta > w  ⇒  x > w-delta
    				//
    				// We compute (using integers of the correct size):
    				//    min = w - delta
    				//    max = MaxInt - delta
    				//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

        // CHECK: [[ACCUM_NEW_MOMENTUM_LR:%.*]] = "tf.Mul"([[ACCUM_NEW]], [[MOMENTUM_LR]])
        // CHECK: [[DELTA:%.*]] = "tf.AddV2"([[GRAD_LR]], [[ACCUM_NEW_MOMENTUM_LR]])
        // CHECK: [[VAR:%.*]] = "tf.ReadVariableOp"([[VAR_HANDLE]])
        // CHECK: [[VAR_NEW:%.*]] = "tf.Sub"([[VAR]], [[DELTA]])
        // CHECK: "tf.AssignVariableOp"([[VAR_HANDLE]], [[VAR_NEW]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  7. pilot/pkg/model/push_context_test.go

    				}
    				deletes := sets.Set[ConfigKey]{}
    				for _, key := range tt.deletes {
    					store.Delete(gvk.EnvoyFilter, key.Name, key.Namespace, nil)
    					deletes.Insert(key)
    				}
    
    				createSet := sets.New(maps.Keys(creates)...)
    				updateSet := sets.New(maps.Keys(updates)...)
    				changes := deletes.Union(createSet).Union(updateSet)
    
    				pc2 := NewPushContext()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    // Calls Run()
    // Verifies there are two attach calls and no detach calls.
    // Deletes the first node/volume/pod tuple from desiredStateOfWorld cache without first marking the node/volume as unmounted.
    // Verifies there is one detach call and no (new) attach calls.
    // Deletes the second node/volume/pod tuple from desiredStateOfWorld cache without first marking the node/volume as unmounted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  9. pkg/controller/endpointslice/endpointslice_controller_test.go

    		{
    			name:        "three deletes in one batch",
    			batchPeriod: 1 * time.Second,
    			podsCount:   10,
    			deletes: []podDelete{
    				{
    					// endpoints.Run needs ~100 ms to start processing updates.
    					delay:   200 * time.Millisecond,
    					podName: "pod0",
    				},
    				{
    					delay:   100 * time.Millisecond,
    					podName: "pod1",
    				},
    				{
    					delay:   100 * time.Millisecond,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/EventListenerTest.kt

        timeToFirstByte()
      }
    
      /**
       * Test to confirm that events are reported at the time they occur and no earlier and no later.
       * This inserts a bunch of synthetic 250 ms delays into both client and server and confirms that
       * the same delays make it back into the events.
       *
       * We've had bugs where we report an event when we request data rather than when the data actually
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 56.9K bytes
    - Viewed (0)
Back to top