Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 337 for z0 (0.03 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/vpclmulqdq_avx512f.s

    	VPCLMULQDQ $97, Z9, Z0, Z24                        // 62437d4844c161 or 6243fd4844c161
    	VPCLMULQDQ $97, Z3, Z0, Z24                        // 62637d4844c361 or 6263fd4844c361
    	VPCLMULQDQ $97, 7(SI)(DI*1), Z0, Z24               // 62637d4844843e0700000061 or 6263fd4844843e0700000061
    	VPCLMULQDQ $97, 15(DX)(BX*8), Z0, Z24              // 62637d484484da0f00000061 or 6263fd484484da0f00000061
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 8.2K bytes
    - Viewed (0)
  2. hack/verify-openapi-docs-urls.sh

    TMP_URLS="${_tmpdir}/docs_urls.txt"
    touch "${TMP_URLS}"
    
    
    for full_repo_path in "${SPECV3PATH}"/*.json; do
      grep -oE '"description": ".*",?$' "$full_repo_path" | grep -oE 'https?:\/\/[-a-zA-Z0-9._+]{1,256}\.[a-zA-Z0-9]{1,6}\b([-a-zA-Z0-9:%_+.~&/=]*[a-zA-Z0-9])' >> "${TMP_URLS}" || true
    done
    sort -u "${TMP_URLS}" -o "${TMP_URLS}"
    
    RESULT=0
    while read -r URL; do
      if ! curl --head --location --fail --silent "$URL" > /dev/null; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:44:44 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. pkg/config/labels/instance.go

    	"github.com/hashicorp/go-multierror"
    
    	"istio.io/istio/pkg/maps"
    	"istio.io/istio/pkg/slices"
    )
    
    const (
    	DNS1123LabelMaxLength = 63 // Public for testing only.
    	dns1123LabelFmt       = "[a-zA-Z0-9](?:[-a-zA-Z0-9]*[a-zA-Z0-9])?"
    	// a wild-card prefix is an '*', a normal DNS1123 label with a leading '*' or '*-', or a normal DNS1123 label
    	wildcardPrefix = `(\*|(\*|\*-)?` + dns1123LabelFmt + `)`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 16 06:54:36 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s

    	VPMINUB Z24, Z0, K4, Z0                            // 62917d4cdac0 or 6291fd4cdac0
    	VPMINUB Z12, Z0, K4, Z0                            // 62d17d4cdac4 or 62d1fd4cdac4
    	VPMINUB (R14), Z0, K4, Z0                          // 62d17d4cda06 or 62d1fd4cda06
    	VPMINUB -7(DI)(R8*8), Z0, K4, Z0                   // 62b17d4cda84c7f9ffffff or 62b1fd4cda84c7f9ffffff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 159.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    }
    
    // CHECK:      tf_device.replicate
    // CHECK-SAME: [%[[ARG_0]], %[[ARG_0]]] as %{{[a-z0-9]*}}
    // CHECK-SAME: [%[[ARG_2]], %[[ARG_2]]] as %{{[a-z0-9]*}}
    // CHECK-SAME: [%[[ARG_4]], %[[ARG_4]]] as %{{[a-z0-9]*}}
    // CHECK-SAME: %[[ARG_1]] as %{{[a-z0-9]*}}
    // CHECK-SAME: %[[ARG_3]] as %{{[a-z0-9]*}}
    // CHECK-SAME: %[[ARG_5]] as %{{[a-z0-9]*}}
    
    
    // Test that the `is_mirrored_variable` attribute is preserved in the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/functionalize-if.mlir

    // CHECK: func @main()
    // CHECK: computation = @[[FUNCTIONALIZE_FUNC:[A-Za-z0-9_]*]]
    
    
    // In the newly cloned function, check that we have a _tf.If operation and capture the then and else branch.
    // CHECK: func private @[[FUNCTIONALIZE_FUNC]]
    // CHECK: "tf.If"
    // CHECK-SAME:  else_branch = @[[ELSE_FUNC:[A-Za-z0-9_]*]]
    // CHECK-SAME:  then_branch = @[[THEN_FUNC:[A-Za-z0-9_]*]]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/templates/root-project/checkstyle.xml

            <module name="PackageName">
                <property name="format" value="^[a-z]+(\\.[a-z][a-z0-9_]*)*\$"/>
            </module>
            <module name="ParameterName"/>
            <module name="StaticVariableName"/>
            <module name="TypeName">
                <property name="format" value="^[A-Z][a-zA-Z0-9_]*\$"/>
            </module>
        </module>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 856 bytes
    - Viewed (0)
  8. src/net/lookup_windows_test.go

    	for _, ans := range rx.FindAllStringSubmatch(r, -1) {
    		ns = append(ns, &NS{absDomainName(ans[2])})
    	}
    	return
    }
    
    func nslookupCNAME(name string) (cname string, err error) {
    	var r string
    	if r, err = nslookup("cname", name); err != nil {
    		return
    	}
    	// mail.golang.com canonical name = golang.org.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. pkg/kubelet/util/store/store.go

    limitations under the License.
    */
    
    package store
    
    import (
    	"fmt"
    	"regexp"
    )
    
    const (
    	keyMaxLength = 250
    
    	keyCharFmt      string = "[A-Za-z0-9]"
    	keyExtCharFmt   string = "[-A-Za-z0-9_.]"
    	qualifiedKeyFmt string = "(" + keyCharFmt + keyExtCharFmt + "*)?" + keyCharFmt
    )
    
    var (
    	// Key must consist of alphanumeric characters, '-', '_' or '.', and must start
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 22:18:30 UTC 2017
    - 1.9K bytes
    - Viewed (0)
  10. pkg/apis/certificates/validation/validation_test.go

    			},
    		},
    		"signerName path component ends with a symbol": {
    			csr: capi.CertificateSigningRequest{
    				ObjectMeta: validObjectMeta,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
Back to top