Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 110 for fabs (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_PROFIL                   = 44  // { int profil(caddr_t samples, size_t size, size_t offset, u_int scale); }
    	SYS_KTRACE                   = 45  // { int ktrace(const char *fname, int ops, int facs, int pid); }
    	SYS_GETGID                   = 47  // { gid_t getgid(void); }
    	SYS_GETLOGIN                 = 49  // { int getlogin(char *namebuf, u_int namelen); }
    	SYS_SETLOGIN                 = 50  // { int setlogin(char *namebuf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_PROFIL                   = 44  // { int profil(caddr_t samples, size_t size, size_t offset, u_int scale); }
    	SYS_KTRACE                   = 45  // { int ktrace(const char *fname, int ops, int facs, int pid); }
    	SYS_GETGID                   = 47  // { gid_t getgid(void); }
    	SYS_GETLOGIN                 = 49  // { int getlogin(char *namebuf, u_int namelen); }
    	SYS_SETLOGIN                 = 50  // { int setlogin(char *namebuf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "NGCzerocarry", argLength: 1, reg: gp0flags1, typ: "UInt64", asm: "NGC"},       // -1 if borrowing, 0 otherwise.
    		{name: "FABSD", argLength: 1, reg: fp11, asm: "FABSD"},                                // abs(arg0), float64
    		{name: "FNEGS", argLength: 1, reg: fp11, asm: "FNEGS"},                                // -arg0, float32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/deadcode.go

    	names = append(names, "runtime.unreachableMethod")
    	if d.ctxt.BuildMode == BuildModePlugin {
    		names = append(names, objabi.PathToPrefix(*flagPluginPath)+"..inittask", objabi.PathToPrefix(*flagPluginPath)+".main", "go:plugin.tabs")
    
    		// We don't keep the go.plugin.exports symbol,
    		// but we do keep the symbols it refers to.
    		exportsIdx := d.ldr.Lookup("go:plugin.exports", 0)
    		if exportsIdx != 0 {
    			relocs := d.ldr.Relocs(exportsIdx)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 14:52:41 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. src/cmd/go/internal/cfg/cfg.go

    	canonical := func(dir string) string {
    		if isSameDir(def, dir) {
    			return def
    		}
    		return dir
    	}
    
    	exe, err := os.Executable()
    	if err == nil {
    		exe, err = filepath.Abs(exe)
    		if err == nil {
    			// cmd/go may be installed in GOROOT/bin or GOROOT/bin/GOOS_GOARCH,
    			// depending on whether it was cross-compiled with a different
    			// GOHOSTOS (see https://go.dev/issue/62119). Try both.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 17:13:51 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/obj7.go

    // cmd/7l/noop.c, cmd/7l/obj.c, cmd/ld/pass.c from Vita Nuova.
    // https://bitbucket.org/plan9-from-bell-labs/9-cc/src/master/
    //
    // 	Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
    // 	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    // 	Portions Copyright © 1997-1999 Vita Nuova Limited
    // 	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    // 	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 05:46:32 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/obj9.go

    			p.Mark |= LABEL | SYNC
    			continue
    
    		case AMOVW, AMOVWZ, AMOVD:
    			q = p
    			if p.From.Reg >= REG_SPECIAL || p.To.Reg >= REG_SPECIAL {
    				p.Mark |= LABEL | SYNC
    			}
    			continue
    
    		case AFABS,
    			AFABSCC,
    			AFADD,
    			AFADDCC,
    			AFCTIW,
    			AFCTIWCC,
    			AFCTIWZ,
    			AFCTIWZCC,
    			AFDIV,
    			AFDIVCC,
    			AFMADD,
    			AFMADDCC,
    			AFMOVD,
    			AFMOVDU,
    			/* case AFMOVDS: */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    for(const tab of this.$.tabs.tabs){tab.nodes=undefined;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  9. src/cmd/internal/obj/riscv/obj.go

    		ins.imm = 1
    
    	case ASNEZ:
    		// SNEZ rs, rd -> SLTU rs, x0, rd
    		ins.as = ASLTU
    		ins.rs1 = REG_ZERO
    
    	case AFABSS:
    		// FABSS rs, rd -> FSGNJXS rs, rs, rd
    		ins.as = AFSGNJXS
    		ins.rs1 = uint32(p.From.Reg)
    
    	case AFABSD:
    		// FABSD rs, rd -> FSGNJXD rs, rs, rd
    		ins.as = AFSGNJXD
    		ins.rs1 = uint32(p.From.Reg)
    
    	case AFNEGS:
    		// FNEGS rs, rd -> FSGNJNS rs, rs, rd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  10. src/strings/strings.go

    				b.WriteByte(byte(r))
    			} else {
    				// r is not an ASCII rune.
    				b.WriteRune(r)
    			}
    		}
    	}
    
    	return b.String()
    }
    
    // According to static analysis, spaces, dashes, zeros, equals, and tabs
    // are the most commonly repeated string literal,
    // often used for display on fixed-width terminal windows.
    // Pre-declare constants for these for O(1) repetition in the common-case.
    const (
    	repeatedSpaces = "" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:48:16 UTC 2024
    - 31.2K bytes
    - Viewed (0)
Back to top