Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 68 for sotype (0.1 sec)

  1. src/reflect/type.go

    func typeOffFor(t *abi.Type, off aTypeOff) *abi.Type {
    	return toRType(t).typeOff(off)
    }
    
    func (t *interfaceType) typeOff(off aTypeOff) *abi.Type {
    	return toRType(&t.Type).typeOff(off)
    }
    
    func (t *interfaceType) common() *abi.Type {
    	return &t.Type
    }
    
    func (t *interfaceType) uncommon() *abi.UncommonType {
    	return t.Uncommon()
    }
    
    // mapType represents a map type.
    type mapType struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/xcoff.go

    	/* Symbol table */
    	for _, s := range f.loaderSymbols {
    		lds := &XcoffLdSym64{
    			Loffset: uint32(stlen + 2),
    			Lsmtype: s.smtype,
    			Lsmclas: s.smclas,
    		}
    		sym := s.sym
    		switch s.smtype {
    		default:
    			ldr.Errorf(sym, "unexpected loader symbol type: 0x%x", s.smtype)
    		case XTY_ENT | XTY_SD:
    			lds.Lvalue = uint64(ldr.SymValue(sym))
    			lds.Lscnum = f.getXCOFFscnum(ldr.SymSect(sym))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/dwarf.go

    	return die
    }
    
    // Define gotype, for composite ones recurse into constituents.
    func (d *dwctxt) defgotype(gotype loader.Sym) loader.Sym {
    	if gotype == 0 {
    		return d.mustFind("<unspecified>")
    	}
    
    	// If we already have a tdmap entry for the gotype, return it.
    	if ds, ok := d.tdmap[gotype]; ok {
    		return ds
    	}
    
    	sn := d.ldr.SymName(gotype)
    	if !strings.HasPrefix(sn, "type:") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types/type.go

    }
    
    // Map contains Type fields specific to maps.
    type Map struct {
    	Key  *Type // Key type
    	Elem *Type // Val (elem) type
    
    	Bucket *Type // internal struct type representing a hash bucket
    }
    
    // MapType returns t's extra map-specific fields.
    func (t *Type) MapType() *Map {
    	t.wantEtype(TMAP)
    	return t.extra.(*Map)
    }
    
    // Forward contains Type fields specific to forward types.
    type Forward struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            rng.uniform(low=0.0, high=1.0, size=static_input_shape).astype(
                np.float32
            )
        )
    
        def data_gen() -> repr_dataset.RepresentativeDataset:
          for _ in range(100):
            yield {
                'input_tensor': rng.uniform(
                    low=0.0, high=1.0, size=static_input_shape
                ).astype(np.float32)
            }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  6. cmd/batch-handlers.go

    // input to list only active batch jobs of 'jobType'
    func (a adminAPIHandlers) ListBatchJobs(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.ListBatchJobsAction)
    	if objectAPI == nil {
    		return
    	}
    
    	jobType := r.Form.Get("jobType")
    	if jobType == "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  7. src/cmd/cgo/out.go

    				npad++
    			}
    			ctype += fmt.Sprintf("\t\t%s %s;\n", t.C, name)
    			fmt.Fprintf(gotype, "\t\t%s ", name)
    			noSourceConf.Fprint(gotype, fset, typ)
    			fmt.Fprintf(gotype, "\n")
    			off += t.Size
    		}
    		if fn.Recv != nil {
    			argField(fn.Recv.List[0].Type, "recv")
    		}
    		fntype := fn.Type
    		forFieldList(fntype.Params,
    			func(i int, aname string, atype ast.Expr) {
    				argField(atype, "p%d", i)
    			})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_arm64.go

    	77:  "no locks available",
    	78:  "function not implemented",
    	79:  "inappropriate file type or format",
    	80:  "authentication error",
    	81:  "need authenticator",
    	82:  "device power is off",
    	83:  "device error",
    	84:  "value too large to be stored in data type",
    	85:  "bad executable (or shared library)",
    	86:  "bad CPU type in executable",
    	87:  "shared library version mismatch",
    	88:  "malformed Mach-o file",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  9. src/cmd/link/internal/loader/loader.go

    				panic("aux dwarf info sym with wrong type")
    			}
    		case goobj.AuxDwarfLoc:
    			auxDwarfLoc = l.resolve(r, a.Sym())
    			if l.SymType(auxDwarfLoc) != sym.SDWARFLOC {
    				panic("aux dwarf loc sym with wrong type")
    			}
    		case goobj.AuxDwarfRanges:
    			auxDwarfRanges = l.resolve(r, a.Sym())
    			if l.SymType(auxDwarfRanges) != sym.SDWARFRANGE {
    				panic("aux dwarf ranges sym with wrong type")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	94:  "too many users",
    	95:  "socket operation on non-socket",
    	96:  "destination address required",
    	97:  "message too long",
    	98:  "protocol wrong type for socket",
    	99:  "option not supported by protocol",
    	120: "protocol not supported",
    	121: "socket type not supported",
    	122: "operation not supported on transport endpoint",
    	123: "protocol family not supported",
    	124: "address family not supported by protocol family",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top