Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sensible (0.24 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    therefore I tried, as in the 12th, 13th, and 14th Experiments, whether the Light of this Colour did not consist of a sensible Mixture of heterogeneous Rays, but found it did not. Nor did the Refractions cause any other sensible Colour than violet to emerge out of this Light, as they would have done out of white Light, and by consequence out of this violet Light had it been sensibly compounded with white Light. And therefore I concluded, that the reason why I could not see the Species of the Lines...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // # Environment variables
    //
    // The go command and the tools it invokes consult environment variables
    // for configuration. If an environment variable is unset or empty, the go
    // command uses a sensible default setting. To see the effective setting of
    // the variable <NAME>, run 'go env <NAME>'. To change the default setting,
    // run 'go env -w <NAME>=<VALUE>'. Defaults changed using 'go env -w'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    		} else if k.Reg == REG_K0 {
    			// The mask register must not be K0. That restriction is already
    			// handled by the Yknot0 restriction in the opcode tables, so we
    			// won't ever reach here. But put something sensible here just in case.
    			ctxt.Diag("mask register must not be K0 for .Z instructions: %v", p)
    		}
    		evexZ = 1
    	}
    	switch {
    	case suffix.rounding != rcUnset:
    		if rm != nil && rm.Type == obj.TYPE_MEM {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    	memRequests := resource.GetResourceRequest(podCopy, v1.ResourceMemory)
    	if cpuRequests > cpuAvailable || memRequests > memAvailable {
    		klog.V(3).InfoS("Resize is not feasible as request exceeds allocatable node resources", "pod", podCopy.Name)
    		return false, podCopy, v1.PodResizeStatusInfeasible
    	}
    
    	// Treat the existing pod needing resize as a new pod with desired resources seeking admit.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top