Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for below (0.1 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Cvt64Fto32F sqrt0:(Sqrt (Cvt32Fto64F x))) && sqrt0.Uses==1 => (Sqrt32 x)
    
    (Sqrt (Const64F [c])) && !math.IsNaN(math.Sqrt(c)) => (Const64F [math.Sqrt(c)])
    
    // for rewriting results of some late-expanded rewrites (below)
    (SelectN [0] (MakeResult x ___)) => x
    (SelectN [1] (MakeResult x y ___)) => y
    (SelectN [2] (MakeResult x y z ___)) => z
    
    // for late-expanded calls, recognize newobject and remove zeroing and nilchecks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier_test.go

    			masq:   false,
    		},
    		{
    			name:     "pod to NodePort with eTP:Local",
    			sourceIP: "10.0.0.2",
    			destIP:   testNodeIP,
    			destPort: 3002,
    
    			// See the comment below in the "pod to LB with eTP:Local" case.
    			// It doesn't actually make sense to short-circuit here, since if
    			// you connect directly to a NodePort from outside the cluster,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Maps.java

            K key, java.util.function.Function<? super K, ? extends V> mappingFunction) {
          throw new UnsupportedOperationException();
        }
    
        /*
         * TODO(cpovirk): Uncomment the @NonNull annotations below once our JDK stubs and J2KT
         * emulations include them.
         */
        @Override
        @CheckForNull
        /*
         * Our checker arguably should produce a nullness error here until we see @NonNull in JDK APIs.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  4. cmd/site-replication.go

    			}
    		}
    	}
    
    	// if disable/enable ILM expiry replication, deployment id not needed.
    	// check for below error only if other options being updated (e.g. endpoint, sync, bandwidth)
    	if !opts.DisableILMExpiryReplication && !opts.EnableILMExpiryReplication && !found {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    	a2    uint8  // p.Reg argument (int16 Register)
    	a3    uint8  // p.RestArgs[0]  (obj.AddrPos)
    	a4    uint8  // p.RestArgs[1]
    	a5    uint8  // p.RestARgs[2]
    	a6    uint8  // p.To (obj.Addr)
    	type_ int8   // cases in asmout below. E.g., 44 = st r,(ra+rb); 45 = ld (ra+rb), r
    	size  int8   // Text space in bytes to lay operation
    
    	// A prefixed instruction is generated by this opcode. This cannot be placed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. tests/integration/pilot/common/routing.go

    					call: c.CallOrFail,
    					opts: echo.CallOptions{
    						ToWorkload: d,
    						Port:       echo.Port{ServicePort: port, Protocol: protocol.HTTP},
    						// Ideally we would actually check to make sure we do not blow up the pod,
    						// but I couldn't find a way to reliably detect this.
    						Check: check.Error(),
    					},
    				})
    			}
    		}
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top