Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 175 for NOR (0.03 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt

          }
        }
      }
    
      @Throws(IOException::class)
      fun flush() {
        writer.flush()
      }
    
      /**
       * Degrades this connection such that new streams can neither be created locally, nor accepted
       * from the remote peer. Existing streams are not impacted. This is intended to permit an endpoint
       * to gracefully stop accepting new requests without harming previously established streams.
       */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		{name: "ORCC", argLength: 2, reg: gp21, asm: "ORCC", commutative: true, typ: "(Int,Flags)"},     // arg0|arg1 sets CC
    		{name: "NOR", argLength: 2, reg: gp21, asm: "NOR", commutative: true},                           // ^(arg0|arg1)
    		{name: "NORCC", argLength: 2, reg: gp21, asm: "NORCC", commutative: true, typ: "(Int,Flags)"},   // ^(arg0|arg1) sets CC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  3. src/crypto/rsa/rsa.go

    //
    // The value of the modulus N is considered secret by this library and protected
    // from leaking through timing side-channels. However, neither the value of the
    // exponent E nor the precise bit size of N are similarly protected.
    type PublicKey struct {
    	N *big.Int // modulus
    	E int      // public exponent
    }
    
    // Any methods implemented on PublicKey might need to also be implemented on
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go

    //
    // <decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber>
    // ```
    //
    // No matter which of the three exponent forms is used, no quantity may represent
    // a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal
    // places. Numbers larger or more precise will be capped or rounded up.
    // (E.g.: 0.1m will rounded up to 1m.)
    // This may be extended in the future if we require larger or smaller quantities.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

    but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. pilot/pkg/autoregistration/controller.go

    					})
    				}
    			}
    		case <-stopCh:
    			return
    		}
    	}
    }
    
    func (c *Controller) shouldCleanupEntry(wle config.Config) bool {
    	// don't clean up if WorkloadEntry is neither auto-registered
    	// nor health-checked
    	if !isAutoRegisteredWorkloadEntry(&wle) &&
    		!(isHealthCheckedWorkloadEntry(&wle) && health.HasHealthCondition(&wle)) {
    		return false
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  7. src/internal/bisect/bisect.go

    //     ending with the bits 01 or 10, but excluding those ending in 1001.
    //
    //   - “-01-1000” and “y-01-1000 both denote the set of all changes
    //     with IDs not ending in 01 nor 1000.
    //
    //   - “0+1-01+001” is not a valid pattern, because all the + operators do not
    //     appear before all the - operators.
    //
    // In the syntaxes described so far, the pattern specifies the changes to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/inject.go

    					metadata.Namespace, potentialPodName(metadata))
    				inject = false
    				useDefault = false
    				break
    			}
    		}
    	}
    
    	// If there's no annotation nor a NeverInjectSelector, check the AlwaysInject one
    	if useDefault {
    		for _, alwaysSelector := range config.AlwaysInjectSelector {
    			selector, err := metav1.LabelSelectorAsSelector(&alwaysSelector)
    			if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  9. src/crypto/tls/common.go

    // slice as defined in RFC 5705. If context is nil, it is not used as part of
    // the seed. If the connection was set to allow renegotiation via
    // Config.Renegotiation, or if the connections supports neither TLS 1.3 nor
    // Extended Master Secret, this function will return an error.
    //
    // Exporting key material without Extended Master Secret or TLS 1.3 was disabled
    // in Go 1.22 due to security issues (see the Security Considerations sections
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

      return {};
    }
    
    void QuantizationDriver::PreprocessConstantOps() {
      fn_.walk([&](arith::ConstantOp cst) {
        // Non-float tensors are neither weights nor require quantization.
        const auto type = mlir::dyn_cast<ShapedType>(cst.getType());
        if (!type || !mlir::isa<FloatType>(type.getElementType())) return;
    
        // Skip if the value is NaN or INF.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top