Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 9223372036854775807 (0.19 sec)

  1. api/go1.1.txt

    pkg math, const MaxInt64 = 9223372036854775807
    pkg math, const MaxInt8 = 127
    pkg math, const MaxUint16 = 65535
    pkg math, const MaxUint32 = 4294967295
    pkg math, const MaxUint64 = 18446744073709551615
    pkg math, const MaxUint8 = 255
    pkg math, const MinInt16 = -32768
    pkg math, const MinInt32 = -2147483648
    pkg math, const MinInt64 = -9223372036854775808
    pkg math, const MinInt8 = -128
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    		asm:    ppc64.AADDZE,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{1, 9223372036854775808}, // XER
    				{0, 1073733630},          // SP SB R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27 R28 R29
    			},
    			clobbers: 9223372036854775808, // XER
    			outputs: []outputInfo{
    				{1, 9223372036854775808}, // XER
    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