Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 70 for f16 (0.03 sec)

  1. test/live_regabi.go

    var m map[string]int
    var mi map[interface{}]int
    
    // str and iface are used to ensure that a temp is required for runtime calls below.
    func str() string
    func iface() interface{}
    
    func f16() {
    	if b {
    		delete(mi, iface()) // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
    	}
    	delete(mi, iface())
    	delete(mi, iface())
    }
    
    var m2s map[string]*byte
    var m2 map[[2]string]*byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    		ParamIntRegNames: "X10 X11 X12 X13 X14 X15 X16 X17 X8 X9 X18 X19 X20 X21 X22 X23",
    		// Float parameters passed in register F10-F17, F8-F9, F18-F23
    		ParamFloatRegNames: "F10 F11 F12 F13 F14 F15 F16 F17 F8 F9 F18 F19 F20 F21 F22 F23",
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  3. test/prove.go

    	j := *q
    	i2 := *p
    	useInt(a[i1+j])
    	useInt(a[i2+j]) // ERROR "Proved IsInBounds$"
    }
    
    func f15(s []int, x int) {
    	useSlice(s[x:])
    	useSlice(s[:x]) // ERROR "Proved IsSliceInBounds$"
    }
    
    func f16(s []int) []int {
    	if len(s) >= 10 {
    		return s[:10] // ERROR "Proved IsSliceInBounds$"
    	}
    	return nil
    }
    
    func f17(b []int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. src/runtime/asm_ppc64x.s

    	MOVD	-16(R12), g
    	MOVD	-8(R12), R31
    	RET
    TEXT runtimeĀ·elf_savefpr(SB),NOSPLIT|NOFRAME,$0
    	// R0 holds the LR of the caller's caller, R1 holds save location
    	FMOVD	F14, -144(R1)
    	FMOVD	F15, -136(R1)
    	FMOVD	F16, -128(R1)
    	FMOVD	F17, -120(R1)
    	FMOVD	F18, -112(R1)
    	FMOVD	F19, -104(R1)
    	FMOVD	F20, -96(R1)
    	FMOVD	F21, -88(R1)
    	FMOVD	F22, -80(R1)
    	FMOVD	F23, -72(R1)
    	FMOVD	F24, -64(R1)
    	FMOVD	F25, -56(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: %[[CAST:.*]] = mhlo.convert %arg0 : tensor<4x8xf16>
      // CHECK: %[[INITIAL:.*]] = mhlo.constant dense<0xFC00> : tensor<f16>
      // CHECK: %[[REDUCED:.*]] = mhlo.reduce(%[[CAST]] init: %[[INITIAL]]) applies mhlo.maximum across dimensions = [1] : (tensor<4x8xf16>, tensor<f16>) -> tensor<4xf16>
      // CHECK: %[[CAST_BACK:.*]] = mhlo.convert %[[REDUCED]] : tensor<4xf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    	"R30", // aka REGLINK
    	"SP",  // aka R31
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    	"F20",
    	"F21",
    	"F22",
    	"F23",
    	"F24",
    	"F25",
    	"F26",
    	"F27",
    	"F28",
    	"F29",
    	"F30",
    	"F31",
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/wasm/wasmobj.go

    	"F5":  REG_F5,
    	"F6":  REG_F6,
    	"F7":  REG_F7,
    	"F8":  REG_F8,
    	"F9":  REG_F9,
    	"F10": REG_F10,
    	"F11": REG_F11,
    	"F12": REG_F12,
    	"F13": REG_F13,
    	"F14": REG_F14,
    	"F15": REG_F15,
    
    	"F16": REG_F16,
    	"F17": REG_F17,
    	"F18": REG_F18,
    	"F19": REG_F19,
    	"F20": REG_F20,
    	"F21": REG_F21,
    	"F22": REG_F22,
    	"F23": REG_F23,
    	"F24": REG_F24,
    	"F25": REG_F25,
    	"F26": REG_F26,
    	"F27": REG_F27,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. tests/migrate_test.go

    		F3  string
    		F4  string
    		F5  string
    		F6  string
    		F7  string
    		F8  string
    		F9  string
    		F10 string
    		F11 string
    		F12 string
    		F13 string
    		F14 string
    		F15 string
    		F16 string
    		F17 string
    		F18 string
    		F19 string
    		F20 string
    		F21 string
    		F22 string
    		F23 string
    		F24 string
    		F25 string
    		F26 string
    		F27 string
    		F28 string
    		F29 string
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/test/test.go

    typedef jobject jweak;
    
    // Note: jvalue is already a non-pointer type due to it being a C union.
    
    // issue 22958
    
    typedef struct {
    	unsigned long long f8  : 8;
    	unsigned long long f16 : 16;
    	unsigned long long f24 : 24;
    	unsigned long long f32 : 32;
    	unsigned long long f40 : 40;
    	unsigned long long f48 : 48;
    	unsigned long long f56 : 56;
    	unsigned long long f64 : 64;
    } issue22958Type;
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      func.return %0 : tensor<?x?x?x10xf32>
    }
    
    // Verify SpaceToBatchND with input tensor of element type f16. This test case is derived from 'fourdim_space_to_batch_nd'. It checks the output
    // tensor shape and element type in a few lines in the resulting lowering.
    // CHECK-LABEL: space_to_batch_nd_element_type_f16
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
Back to top