Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for mean (0.19 sec)

  1. src/cmd/cgo/gcc.go

    				sawUnmatchedErrors = true
    			}
    			continue
    		}
    
    		switch filename {
    		case "completed":
    			// Strictly speaking, there is no guarantee that seeing the error at completed:1
    			// (at the end of the file) means we've seen all the errors from earlier in the file,
    			// but usually it does. Certainly if we don't see the completed:1 error, we did
    			// not get all the errors we expected.
    			completed = true
    
    		case "not-declared":
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_MAXID = 52
    pkg syscall (darwin-arm64), const IPPROTO_MAXID ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_MEAS = 19
    pkg syscall (darwin-arm64), const IPPROTO_MEAS ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_MHRP = 48
    pkg syscall (darwin-arm64), const IPPROTO_MHRP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_MICP = 95
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_MAXID = 52
    pkg syscall (freebsd-arm64), const IPPROTO_MAXID ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_MEAS = 19
    pkg syscall (freebsd-arm64), const IPPROTO_MEAS ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_MH = 135
    pkg syscall (freebsd-arm64), const IPPROTO_MH ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_MHRP = 48
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/expr_test.go

    		} else if !test.atEOF && tok.ScanToken == scanner.EOF {
    			t.Errorf("%d: %q: expected not EOF but at EOF", i, test.input)
    		}
    	}
    }
    
    type badExprTest struct {
    	input string
    	error string // Empty means no error.
    }
    
    var badExprTests = []badExprTest{
    	{"0/0", "division by zero"},
    	{"3/0", "division by zero"},
    	{"(1<<63)/0", "divide of value with high bit set"},
    	{"3%0", "modulo by zero"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 3.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (darwin-386), const IPPROTO_LEAF2 ideal-int
    pkg syscall (darwin-386), const IPPROTO_MAX ideal-int
    pkg syscall (darwin-386), const IPPROTO_MAXID ideal-int
    pkg syscall (darwin-386), const IPPROTO_MEAS ideal-int
    pkg syscall (darwin-386), const IPPROTO_MHRP ideal-int
    pkg syscall (darwin-386), const IPPROTO_MICP ideal-int
    pkg syscall (darwin-386), const IPPROTO_MTP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  6. src/cmd/cgo/godefs.go

    // However, we can't do that in cases where the lexer would not insert
    // a semicolon. We only have to worry about cases that can occur in an
    // expression passed through gofmt, which means composite literals and
    // (due to the printer possibly inserting newlines because of position
    // information) operators.
    var gofmtLineReplacer = strings.NewReplacer(
    	// Want to replace \n without ; after everything from
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Sep 08 14:33:35 GMT 2022
    - 4.5K bytes
    - Viewed (0)
  7. src/bufio/scan.go

    			advance, token, err := s.split(s.buf[s.start:s.end], s.err != nil)
    			if err != nil {
    				if err == ErrFinalToken {
    					s.token = token
    					s.done = true
    					// When token is not nil, it means the scanning stops
    					// with a trailing token, and thus the return value
    					// should be true to indicate the existence of the token.
    					return token != nil
    				}
    				s.setErr(err)
    				return false
    			}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 23 09:06:30 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  8. PATENTS

    Additional IP Rights Grant (Patents)
    
    "This implementation" means the copyrightable works distributed by
    Google as part of the Go project.
    
    Google hereby grants to You a perpetual, worldwide, non-exclusive,
    no-charge, royalty-free, irrevocable (except as stated in this section)
    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPPROTO_MAXID = 52 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MAXID ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MEAS = 19 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MEAS ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MH = 135 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MH ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/lex/input.go

    	}
    	tok = in.Stack.Next()
    	if tok != '\n' {
    		in.Error("unexpected token at end of #line: ", tok)
    	}
    	pos := src.MakePos(in.Base(), uint(in.Line())+1, 1) // +1 because #line nnn means line nnn starts on next line
    	in.Stack.SetBase(src.NewLinePragmaBase(pos, file, objabi.AbsFile(objabi.WorkingDir(), file, *flags.TrimPath), uint(line), 1))
    }
    
    // #undef processing
    func (in *Input) undef() {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 12.6K bytes
    - Viewed (0)
Back to top