Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for addData (0.18 sec)

  1. src/math/big/natdiv.go

    			if len(qhatv) > s {
    				subVW(qhatv[s:], qhatv[s:], c)
    			}
    			addAt(uu[s:], v[s:], 0)
    		}
    		if qhatv.cmp(uu.norm()) > 0 {
    			panic("impossible")
    		}
    		c := subVV(uu[:len(qhatv)], uu[:len(qhatv)], qhatv)
    		if c > 0 {
    			subVW(uu[len(qhatv):], uu[len(qhatv):], c)
    		}
    		addAt(z, qhat, j-B)
    		j -= B
    	}
    
    	// TODO(rsc): Rewrite loop as described above and delete all this code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  2. src/runtime/proc_test.go

    	ping <- true // Start ping-pong
    	<-stop
    	b.StopTimer()
    	<-ping // Let last ponger exit
    	<-done // Make sure goroutines exit
    	<-done
    	<-done
    }
    
    var padData [128]uint64
    
    func stackGrowthRecursive(i int) {
    	var pad [128]uint64
    	pad = padData
    	for j := range pad {
    		if pad[j] != 0 {
    			return
    		}
    	}
    	if i != 0 {
    		stackGrowthRecursive(i - 1)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  3. pkg/controller/controller_utils_test.go

    				t.Errorf("Active pod names (-want,+got):\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestSortingActivePods(t *testing.T) {
    	now := metav1.Now()
    	then := metav1.Time{Time: now.AddDate(0, -1, 0)}
    
    	tests := []struct {
    		name      string
    		pods      []v1.Pod
    		wantOrder []string
    	}{
    		{
    			name: "Sorts by active pod",
    			pods: []v1.Pod{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/crypto/cryptobyte/asn1.go

    	if res.Year() >= 2050 {
    		// UTCTime interprets the low order digits 50-99 as 1950-99.
    		// This only applies to its use in the X.509 profile.
    		// See https://tools.ietf.org/html/rfc5280#section-4.1.2.5.1
    		res = res.AddDate(-100, 0, 0)
    	}
    	*out = res
    	return true
    }
    
    // ReadASN1BitString decodes an ASN.1 BIT STRING into out and advances.
    // It reports whether the read was successful.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  5. src/encoding/asn1/asn1.go

    		return
    	}
    
    	if ret.Year() >= 2050 {
    		// UTCTime only encodes times prior to 2050. See https://tools.ietf.org/html/rfc5280#section-4.1.2.5.1
    		ret = ret.AddDate(-100, 0, 0)
    	}
    
    	return
    }
    
    // parseGeneralizedTime parses the GeneralizedTime from the given byte slice
    // and returns the resulting time.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 31.8K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_test.cc

        CompareTensors(out0, expected_out0);
        CompareTensors(out1, expected_out1);
      }
    
      void CompareTensors(TF_Tensor* a, TF_Tensor* b) {
        float* a_data = static_cast<float*>(TF_TensorData(a));
        float* b_data = static_cast<float*>(TF_TensorData(b));
        EXPECT_EQ(*a_data, *b_data);
      }
    
      void AddGradients(bool grad_inputs_provided, const char* prefix,
                        TF_Output* inputs, int ninputs, TF_Output* outputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    };
    
    struct BufferBuilder {
      typedef Buffer Table;
      ::flatbuffers::FlatBufferBuilder &fbb_;
      ::flatbuffers::uoffset_t start_;
      void add_data(::flatbuffers::Offset<::flatbuffers::Vector<uint8_t>> data) {
        fbb_.AddOffset(Buffer::VT_DATA, data);
      }
      void add_offset(uint64_t offset) {
        fbb_.AddElement<uint64_t>(Buffer::VT_OFFSET, offset, 0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Duration).Seconds", Method, 0},
    		{"(Duration).String", Method, 0},
    		{"(Duration).Truncate", Method, 9},
    		{"(Month).String", Method, 0},
    		{"(Time).Add", Method, 0},
    		{"(Time).AddDate", Method, 0},
    		{"(Time).After", Method, 0},
    		{"(Time).AppendFormat", Method, 5},
    		{"(Time).Before", Method, 0},
    		{"(Time).Clock", Method, 0},
    		{"(Time).Compare", Method, 20},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    MultiDimensionalViewBuilder.ValueKind={SELF:0,TOTAL:1};MultiDimensionalViewBuilder.ViewType={TOP_DOWN_TREE_VIEW:0,TOP_DOWN_HEAVY_VIEW:1,BOTTOM_UP_HEAVY_VIEW:2};MultiDimensionalViewBuilder.prototype={addPath(path,values,valueKind){if(this.buildRoot_===undefined){throw new Error('Paths cannot be added after either view has been built');}
    if(path.length!==this.dimensions_){throw new Error('Path must be '+this.dimensions_+'-dimensional');}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top