Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sum2 (0.1 sec)

  1. api/openapi-spec/v3/api__v1_openapi.json

                "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    merge(other){const result=new RunningStatistics();result.count_=this.count_+other.count_;result.sum_=this.sum_+other.sum_;result.min_=Math.min(this.min_,other.min_);result.max_=Math.max(this.max_,other.max_);if(result.count===0){result.mean_=0;result.variance_=0;result.meanlogs_=0;}else{result.mean_=result.sum/result.count;const deltaMean=(this.mean||0)-(other.mean||0);result.variance_=this.variance_+other.variance_+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  3. api/go1.txt

    pkg hash, type Hash interface { BlockSize, Reset, Size, Sum, Write }
    pkg hash, type Hash interface, BlockSize() int
    pkg hash, type Hash interface, Reset()
    pkg hash, type Hash interface, Size() int
    pkg hash, type Hash interface, Sum([]uint8) []uint8
    pkg hash, type Hash interface, Write([]uint8) (int, error)
    pkg hash, type Hash32 interface { BlockSize, Reset, Size, Sum, Sum32, Write }
    pkg hash, type Hash32 interface, BlockSize() int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/opGen.go

    				{2, 4},     // R2
    				{3, 8},     // R3
    				{4, 16},    // R4
    				{0, 56318}, // R1 R2 R3 R4 R5 R6 R7 R8 R9 R11 R12 R14 SP
    			},
    		},
    	},
    	{
    		name:           "STM2",
    		auxType:        auxSymOff,
    		argLen:         4,
    		clobberFlags:   true,
    		faultOnNilArg0: true,
    		symEffect:      SymWrite,
    		asm:            s390x.ASTMY,
    		reg: regInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top