Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for 16x16 (0.11 sec)

  1. src/runtime/sys_freebsd_amd64.s

    	JCC	2(PC)
    	MOVL	$0xf1, 0xf1  // crash
    	RET
    
    // Call the function stored in _cgo_munmap using the GCC calling convention.
    // This must be called on the system stack.
    TEXT runtime·callCgoMunmap(SB),NOSPLIT,$16-16
    	MOVQ	addr+0(FP), DI
    	MOVQ	n+8(FP), SI
    	MOVQ	_cgo_munmap(SB), AX
    	MOVQ	SP, BX
    	ANDQ	$~15, SP	// alignment as per amd64 psABI
    	MOVQ	BX, 0(SP)
    	CALL	AX
    	MOVQ	0(SP), SP
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

      %2 = "tf.TensorListStack"(%1#2, %cst_0) {device = "/job:localhost/replica:0/task:0/device:CPU:0", num_elements = 16 : i64} : (tensor<!tf_type.variant<tensor<*xf32>>>, tensor<2xi32>) -> tensor<16x16x?xf32>
      return %2 : tensor<16x16x?xf32>
    }
    // CHECK-LABEL: tf.NestedWhileRegion1_body
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
  3. test/live.go

    	printnl()
    	// Note: no .?autotmp live at printnl.  See issue 16996.
    }
    func ddd2(a ...*int) { // ERROR "live at entry to ddd2: a$"
    	sink = a[0]
    }
    
    // issue 16016: autogenerated wrapper should have arguments live
    type T struct{}
    
    func (*T) Foo(ptr *int) {}
    
    type R struct{ *T }
    
    // issue 18860: output arguments must be live all the time if there is a defer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. src/internal/bytealg/index_ppc64x.s

    	// Separator >= 2
    index2to16tail:
    	ADD   R3, R4, R9     // End of string
    	SUB   R7, R9, R9     // Number of bytes left
    	ANDCC $15, R7, R10   // 16 byte offset
    	ADD   R10, R9, R11   // offset + len
    	CMP   R11, $16       // >= 16?
    	BLE   short          // Does not cross 16 bytes
    	VLOADSWAP(R7, R0, V1, V1) // Load 16 bytes @R7 into V1
    	BR    index2to16next // Continue on
    
    short:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 31.6K bytes
    - Viewed (0)
  5. src/runtime/sys_linux_amd64.s

    	JLS	2(PC)
    	MOVL	$0xf1, 0xf1  // crash
    	RET
    
    // Call the function stored in _cgo_munmap using the GCC calling convention.
    // This must be called on the system stack.
    TEXT runtime·callCgoMunmap(SB),NOSPLIT,$16-16
    	MOVQ	addr+0(FP), DI
    	MOVQ	n+8(FP), SI
    	MOVQ	_cgo_munmap(SB), AX
    	MOVQ	SP, BX
    	ANDQ	$~15, SP	// alignment as per amd64 psABI
    	MOVQ	BX, 0(SP)
    	CALL	AX
    	MOVQ	0(SP), SP
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  6. test/live_regabi.go

    	printnl()
    	// Note: no .?autotmp live at printnl.  See issue 16996.
    }
    func ddd2(a ...*int) { // ERROR "live at entry to ddd2: a$"
    	sink = a[0]
    }
    
    // issue 16016: autogenerated wrapper should have arguments live
    type T struct{}
    
    func (*T) Foo(ptr *int) {}
    
    type R struct{ *T }
    
    // issue 18860: output arguments must be live all the time if there is a defer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

    # monitored resource to ingest logs against.
    # Json Log Example:
    # {"log":"[info:2016-02-16T16:04:05.930-08:00] Some log text here\n","stream":"stdout","time":"2016-02-17T00:04:05.931087621Z"}
    # CRI Log Example:
    # 2016-02-17T00:04:05.931087621Z stdout F [info:2016-02-16T16:04:05.930-08:00] Some log text here
    <source>
      @type tail
      path /var/log/containers/*.log
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

    // This filesystem will support `gs://` URI schemes.
    namespace gcs = google::cloud::storage;
    
    // The environment variable that overrides the block size for aligned reads from
    // GCS. Specified in MB (e.g. "16" = 16 x 1024 x 1024 = 16777216 bytes).
    constexpr char kBlockSize[] = "GCS_READ_CACHE_BLOCK_SIZE_MB";
    constexpr size_t kDefaultBlockSize = 64 * 1024 * 1024;
    // The environment variable that overrides the max size of the LRU cache of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 06:55:53 UTC 2023
    - 46.9K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/mips/asm0.go

    		o1 = c.oprrr(p.As)
    
    	case 6: /* beq r1,[r2],sbra */
    		v := int32(0)
    		if p.To.Target() == nil {
    			v = int32(-4) >> 2
    		} else {
    			v = int32(p.To.Target().Pc-p.Pc-4) >> 2
    		}
    		if (v<<16)>>16 != v {
    			c.ctxt.Diag("short branch too far\n%v", p)
    		}
    		o1 = OP_IRR(c.opirr(p.As), uint32(v), p.From.Reg, p.Reg)
    		// for ABFPT and ABFPF only: always fill delay slot with 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  10. src/internal/types/testdata/check/builtins0.go

    }                // 16
    
    type S4 struct { // offset
    	S3       //  0
    	int32    // 12
    }                // 24
    
    type S5 struct {   // offset
    	a [3]int32 //  0
    	b int32    // 16
    }                  // 16
    
    func (S2) m() {}
    
    func Alignof1() {
    	var x int
    	_ = unsafe.Alignof() // ERROR "not enough arguments"
    	_ = unsafe.Alignof(1, 2) // ERROR "too many arguments"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.3K bytes
    - Viewed (0)
Back to top