Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 619 for seal (0.19 sec)

  1. src/cmd/compile/internal/ssa/rewritedec.go

    func rewriteValuedec_OpComplexReal(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (ComplexReal (ComplexMake real _ ))
    	// result: real
    	for {
    		if v_0.Op != OpComplexMake {
    			break
    		}
    		real := v_0.Args[0]
    		v.copyOf(real)
    		return true
    	}
    	// match: (ComplexReal x:(Load <t> ptr mem))
    	// cond: t.IsComplex() && t.Size() == 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:48:31 UTC 2023
    - 24.9K bytes
    - Viewed (0)
  2. pkg/registry/core/service/ipallocator/ipallocator.go

    type dryRunAllocator struct {
    	real *Allocator
    }
    
    func (dry dryRunAllocator) Allocate(ip net.IP) error {
    	return dry.real.allocateService(nil, ip, dryRunTrue)
    
    }
    
    func (dry dryRunAllocator) AllocateNext() (net.IP, error) {
    	return dry.real.allocateNextService(nil, dryRunTrue)
    }
    
    func (dry dryRunAllocator) Release(ip net.IP) error {
    	return dry.real.release(ip, dryRunTrue)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/upgrade/common.go

    		if err != nil {
    			return nil, err
    		}
    
    		// In order for fakeclient.Discovery().ServerVersion() to return the backing API Server's
    		// real version; we have to do some clever API machinery tricks. First, we get the real
    		// API Server's version
    		realServerVersion, err := dryRunGetter.Client().Discovery().ServerVersion()
    		if err != nil {
    			return nil, errors.Wrap(err, "failed to get server version")
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. maven-core/plugin-manager.txt

    - we also seem to have artifact information tangled inside the plugin model
    - we have to deal with scripting implementations (groovy, beanshell, ruby)
    - we need to deal with a shared context for plugins, like the guarded mojos
    - we need to deal with plugins as core application logic which can also interact with plugins
    
    * Along with this comes the testing strategies that make this work
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  5. cmd/admin-router.go

    		if globalIsDistErasure || globalIsErasure {
    			// Heal operations
    
    			// Heal processing endpoint.
    			adminRouter.Methods(http.MethodPost).Path(adminVersion + "/heal/").HandlerFunc(adminMiddleware(adminAPI.HealHandler, traceAllFlag))
    			adminRouter.Methods(http.MethodPost).Path(adminVersion + "/heal/{bucket}").HandlerFunc(adminMiddleware(adminAPI.HealHandler, traceAllFlag))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 21:09:36 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  6. cmd/format-erasure.go

    		index := index
    		g.Go(func() error {
    			if storageDisks[index] == nil {
    				return errDiskNotFound
    			}
    			format, err := loadFormatErasure(storageDisks[index], heal)
    			if err != nil {
    				return err
    			}
    			formats[index] = format
    			if !heal {
    				// If no healing required, make the disks valid and
    				// online.
    				storageDisks[index].SetDiskID(format.Erasure.This)
    			}
    			return nil
    		}, index)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_library_plugin.adoc

    ----
    
    While a real module cannot directly depend on the unnamed module (only by adding command line flags), automatic modules can also see the unnamed module.
    Thus, if you cannot avoid to rely on a library without module information, you can wrap that library in an automatic module as part of your project.
    How you do that is described in the next section.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

        equates to quantization error when using quant_min and quant_max.
    
    
        Args:
          quant_min: The minimum real value that can be represented by a quantized
            value.
          quant_max: The maximum real value that can be represented by a quantized
            value.
    
        Returns:
          dequantized hist_mids after quantizing by quant_min and quant_max
        """
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  9. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonServer.java

            }
    
            @Provides
            ClassLoaderHierarchyHasher createClassLoaderHierarchyHasher() {
                // Return a dummy implementation of this as creating a real hasher drags ~20 more services
                // along with it, and a hasher isn't actually needed on the worker process side at the moment.
                return new ClassLoaderHierarchyHasher() {
                    @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. src/runtime/asm_386.s

    	get_tls(BX)
    	MOVL	$0x123, g(BX)
    	MOVL	runtime·m0+m_tls(SB), AX
    	CMPL	AX, $0x123
    	JEQ	ok
    	MOVL	AX, 0	// abort
    ok:
    	// set up m and g "registers"
    	get_tls(BX)
    	LEAL	runtime·g0(SB), DX
    	MOVL	DX, g(BX)
    	LEAL	runtime·m0(SB), AX
    
    	// save m->g0 = g0
    	MOVL	DX, m_g0(AX)
    	// save g0->m = m0
    	MOVL	AX, g_m(DX)
    
    	CALL	runtime·emptyfunc(SB)	// fault if stack check is wrong
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top