Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for i0 (0.02 sec)

  1. test/abi/s_sif_sif.go

    // license that can be found in the LICENSE file.
    
    package main
    
    // Test ensures that abi information producer and consumer agree about the
    // order of registers for inputs.  T's registers should be I0, F0, I1, F1.
    
    import "fmt"
    
    type P struct {
    	a int8
    	x float64
    }
    
    type T struct {
    	d, e P
    }
    
    //go:registerparams
    //go:noinline
    func G(t T) float64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 651 bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/fuse.go

    	if b.Kind != BlockIf {
    		return false
    	}
    	// It doesn't matter how much Preds does s0 or s1 have.
    	var ss0, ss1 *Block
    	s0 := b.Succs[0].b
    	i0 := b.Succs[0].i
    	if s0.Kind != BlockPlain || !isEmpty(s0) {
    		s0, ss0 = b, s0
    	} else {
    		ss0 = s0.Succs[0].b
    		i0 = s0.Succs[0].i
    	}
    	s1 := b.Succs[1].b
    	i1 := b.Succs[1].i
    	if s1.Kind != BlockPlain || !isEmpty(s1) {
    		s1, ss1 = b, s1
    	} else {
    		ss1 = s1.Succs[0].b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:45:54 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/tests/raise_to_tf.mlir

      %0 = "tfr.cast"(%arg0) : (tensor<3xf32>) -> !tfr.tensor
      %n = arith.constant 3: i32
      %split = tfr.call @tf__risc_split(%0, %n) : (!tfr.tensor, i32) -> !tfr.tensor_list
      %i0 = arith.constant 0: index
      %s0 = tfr.get_element %split[%i0] : (!tfr.tensor_list, index) -> !tfr.tensor
      %4 = "tfr.cast"(%s0) : (!tfr.tensor) -> tensor<f32>
      func.return %4 : tensor<f32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/java-sourcesets-process-resources.graffle

    set0 HelveticaNeue;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 \f0\fs32 \cf0 process \f1\i SourceSet \f0\i0 Resources}AllowLabelDropfalseC{156, 57.500000000000014}{207.5, 57.5}Rotation90StylefillD.0g0.0r0.0space9eaea0911d89d6{{9, 19}, {147, 78}}ClassShapedGraphicID.75g1r0.75spacesrgbshadowDra.0g0.0r0.0space9eaea0911d89d6{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. test/noinit.go

    var bx bool
    var b0 = false
    var b1 = true
    
    var fx float32
    var f0 = float32(0)
    var f1 = float32(1)
    
    var gx float64
    var g0 = float64(0)
    var g1 = float64(1)
    
    var ix int
    var i0 = 0
    var i1 = 1
    
    var jx uint
    var j0 = uint(0)
    var j1 = uint(1)
    
    var cx complex64
    var c0 = complex64(0)
    var c1 = complex64(1)
    
    var dx complex128
    var d0 = complex128(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 14 17:57:36 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  6. src/internal/types/testdata/examples/types.go

    type I2 interface {
    	I1(int)     // method!
    	I1[string]  // embedded I1
    }
    
    func _() {
    	var x I2
    	x.I1(0)
    	x.m1("foo")
    }
    
    type I0 interface {
    	m0()
    }
    
    type I3 interface {
    	I0
    	I1[bool]
    	m(string)
    }
    
    func _() {
    	var x I3
    	x.m0()
    	x.m1(true)
    	x.m("foo")
    }
    
    type _ struct {
    	( /* ERROR "cannot parenthesize" */ int8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 23:16:04 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv12-ExportKeyingMaterial

    000002d0  04 00 80 41 24 c2 f9 e8  40 21 47 3c ab 8e 99 5e  |...A$...@!G<...^|
    000002e0  0e 08 27 86 6c 29 ae 36  ed 21 18 23 67 cc f7 d5  |..'.l).6.!.#g...|
    000002f0  3f e2 2c 48 2f 3d 47 e5  af d5 61 86 0f 91 69 30  |?.,H/=G...a...i0|
    00000300  cf 84 56 f2 d3 c1 9a a3  a1 a2 c8 ef 4d 33 de 12  |..V.........M3..|
    00000310  d6 46 55 5b c6 6a 65 a5  36 b5 51 5b db 04 25 aa  |.FU[.je.6.Q[..%.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top