Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,387 for sltr (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// STR <Qt>, [<Xn|SP>], #<simm>
    	{0xffe00c00, 0x3c800400, STR, instArgs{arg_Qt, arg_Xns_mem_post_imm9_1_signed}, nil},
    	// STR <Bt>, [<Xn|SP>{, #<simm>}]!
    	{0xffe00c00, 0x3c000c00, STR, instArgs{arg_Bt, arg_Xns_mem_wb_imm9_1_signed}, nil},
    	// STR <Ht>, [<Xn|SP>{, #<simm>}]!
    	{0xffe00c00, 0x7c000c00, STR, instArgs{arg_Ht, arg_Xns_mem_wb_imm9_1_signed}, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/serialized-mlir-module-str-attr.mlir

    // RUN: tf-mlir-translate -mlir-tf-str-attr-to-mlir %s -mlir-print-debuginfo -mlir-print-local-scope | FileCheck %s
    
    "\0A\0Amodule attributes {tf.versions = {producer = 888 : i32}} {\0A func.func @main(%arg0: tensor<?xi32>) -> tensor<?xi32> {\0A %0 = \22tf.Identity\22(%arg0) : (tensor<?xi32>) -> tensor<?xi32> loc(unknown)\0A return %0 : tensor<?xi32> loc(unknown)\0A } loc(unknown)\0A} loc(unknown)"
    
    // Test simple serialized computation consisting of a function named `main`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 09 13:27:00 UTC 2022
    - 998 bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	ADD	X5, X6					// 33035300
    	ADD	$2047, X5, X6				// 1383f27f
    	ADD	$-2048, X5, X6				// 13830280
    	ADD	$2047, X5				// 9382f27f
    	ADD	$-2048, X5				// 93820280
    
    	SLT	X6, X5, X7				// b3a36200
    	SLT	$55, X5, X7				// 93a37203
    	SLTU	X6, X5, X7				// b3b36200
    	SLTU	$55, X5, X7				// 93b37203
    
    	AND	X6, X5, X7				// b3f36200
    	AND	X5, X6					// 33735300
    	AND	$1, X5, X6				// 13f31200
    	AND	$1, X5					// 93f21200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. src/encoding/xml/read_test.go

    		t.Fatalf("Marshal: %v", err)
    	}
    	want := `<Tables><table xmlns="http://www.w3.org/TR/html4/">hello</table><table xmlns="http://www.w3schools.com/furniture">world</table></Tables>`
    	str := string(data)
    	if str != want {
    		t.Errorf("have: %q\nwant: %q\n", str, want)
    	}
    }
    
    type TableAttrs struct {
    	TAttr TAttr
    }
    
    type TAttr struct {
    	HTable string `xml:"http://www.w3.org/TR/html4/ table,attr"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/serialized-mlir-module-str-attr-invalid.mlir

    // RUN: not tf-mlir-translate -mlir-tf-str-attr-to-mlir %s 2>&1 | FileCheck %s
    
    "builtin.totally @invalid MLIR module {here} <-"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 01 20:38:29 UTC 2021
    - 220 bytes
    - Viewed (0)
  6. src/cmd/compile/internal/walk/convert.go

    		// Copy from the static string data to the [n]byte.
    		if len(sc) > 0 {
    			sptr := ir.NewUnaryExpr(base.Pos, ir.OSPTR, s)
    			sptr.SetBounded(true)
    			as := ir.NewAssignStmt(base.Pos, ir.NewStarExpr(base.Pos, p), ir.NewStarExpr(base.Pos, typecheck.ConvNop(sptr, t.PtrTo())))
    			appendWalkStmt(init, as)
    		}
    
    		// Slice the [n]byte to a []byte.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 17:28:22 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  7. src/internal/bytealg/compare_riscv64.s

    	JMP	cmp8_loop
    
    cmp1a:
    	SLTU	X9, X8, X5
    	SLTU	X8, X9, X6
    	JMP	cmp_ret
    cmp1b:
    	SLTU	X16, X15, X5
    	SLTU	X15, X16, X6
    	JMP	cmp_ret
    cmp1c:
    	SLTU	X18, X17, X5
    	SLTU	X17, X18, X6
    	JMP	cmp_ret
    cmp1d:
    	SLTU	X20, X19, X5
    	SLTU	X19, X20, X6
    	JMP	cmp_ret
    cmp1e:
    	SLTU	X22, X21, X5
    	SLTU	X21, X22, X6
    	JMP	cmp_ret
    cmp1f:
    	SLTU	X24, X23, X5
    	SLTU	X23, X24, X6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

        internal.istio.io/parents: Gateway/gateway/slctr-expr-notin-yes.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-slctr-expr-notin-yes
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - default/*.slctr-expr-notin-yes.example
        - group-namespace1/*.slctr-expr-notin-yes.example
        - group-namespace2/*.slctr-expr-notin-yes.example
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/route-binding.status.yaml.golden

          status: "True"
          type: Programmed
        - lastTransitionTime: fake
          message: No errors found
          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        name: slctr-labels
        supportedKinds:
        - group: gateway.networking.k8s.io
          kind: HTTPRoute
        - group: gateway.networking.k8s.io
          kind: GRPCRoute
      - attachedRoutes: 1
        conditions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/Constants.java

        public static final String PURGE_SUGGEST_SEARCH_LOG_DAY_PROPERTY = "purge.suggest.searchlog.day";
    
        public static final String LTR_MODEL_NAME_PROPERTY = "ltr.model.name";
    
        public static final String LTR_WINDOW_SIZE_PROPERTY = "ltr.window.size";
    
        public static final String SSO_TYPE_PROPERTY = "sso.type";
    
        public static final String REQUEST_QUERIES = "fess.Queries";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top