Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for 0x7FC00000 (0.67 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/prepare_quantize/prepare_quantize.mlir

    func.func @skip_nan_inf_constant(%arg0: tensor<?x112x112x64xf32>) -> tensor<?x56x56x64xf32> {
      // CHECK-DAG: %[[cst0:.*]] = stablehlo.constant dense<0xFF800000> : tensor<f32
      // CHECK-DAG: %[[cst1:.*]] = stablehlo.constant dense<0x7FC00000> : tensor<f32>
      // CHECK-DAG: %[[cst2:.*]] = stablehlo.constant dense<6.000000e+00> : tensor<f32>
      // CHECK-DAG: %[[cst3:.*]] = stablehlo.constant dense<0.000000e+00> : tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 19:52:06 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/float_test.go

    	{
    		const nan = uint32(0xffbfffff) // sNaN
    		if x := math.Float32bits(math.Float32frombits(nan)); x != nan {
    			t.Errorf("got %#x, want %#x", x, nan)
    		}
    	}
    
    	// quiet NaNs
    	{
    		const nan = uint32(0x7fc00000) // qNaN
    		if x := math.Float32bits(math.Float32frombits(nan)); x != nan {
    			t.Errorf("got %#x, want %#x", x, nan)
    		}
    	}
    	{
    		const nan = uint32(0x7fffffff) // qNaN
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	MFD_HUGE_16MB                               = 0x60000000
    	MFD_HUGE_1GB                                = 0x78000000
    	MFD_HUGE_1MB                                = 0x50000000
    	MFD_HUGE_256MB                              = 0x70000000
    	MFD_HUGE_2GB                                = 0x7c000000
    	MFD_HUGE_2MB                                = 0x54000000
    	MFD_HUGE_32MB                               = 0x64000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  4. src/compress/flate/huffman_bit_writer_test.go

    	want        string // File name of data with the expected output with input available.
    	wantNoInput string // File name of the expected output when no input is available.
    }
    
    const ml = 0x7fc00000 // Maximum length token. Used to reduce the size of writeBlockTests
    
    var writeBlockTests = []huffTest{
    	{
    		input:       "testdata/huffman-null-max.in",
    		want:        "testdata/huffman-null-max.%s.expect",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 40.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK: return %[[RESULT]]
      func.return %0 : tensor<2x3xf32>
    }
    
    // CHECK-LABEL: @is_inf
    func.func @is_inf(%arg0: tensor<3x4xf32>) -> tensor<3x4xi1> {
      // CHECK: %[[INF:.*]] = "tf.Const"() <{value = dense<0x7F800000> : tensor<f32>}> : () -> tensor<f32>
      // CHECK: %[[ABS:.*]] = "tf.Abs"(%arg0) : (tensor<3x4xf32>) -> tensor<3x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm/asm5.go

    		return -1
    	}
    
    	ei := math.Float64bits(e)
    	l := uint32(ei)
    	h := uint32(ei >> 32)
    
    	if l != 0 || h&0xffff != 0 {
    		return -1
    	}
    	h1 := h & 0x7fc00000
    	if h1 != 0x40000000 && h1 != 0x3fc00000 {
    		return -1
    	}
    	n := 0
    
    	// sign bit (a)
    	if h&0x80000000 != 0 {
    		n |= 1 << 7
    	}
    
    	// exp sign bit (b)
    	if h1 == 0x3fc00000 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	MFD_HUGETLB                    = 0x4
    	MFD_HUGE_16GB                  = -0x78000000
    	MFD_HUGE_16MB                  = 0x60000000
    	MFD_HUGE_1GB                   = 0x78000000
    	MFD_HUGE_1MB                   = 0x50000000
    	MFD_HUGE_256MB                 = 0x70000000
    	MFD_HUGE_2GB                   = 0x7c000000
    	MFD_HUGE_2MB                   = 0x54000000
    	MFD_HUGE_32MB                  = 0x64000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	{0xffe00c00, 0x78800c00, LDRSH, instArgs{arg_Xt, arg_Xns_mem_wb_imm9_1_signed}, nil},
    	// LDRSH <Wt>, [<Xn|SP>{, #<pimm>}]
    	{0xffc00000, 0x79c00000, LDRSH, instArgs{arg_Wt, arg_Xns_mem_optional_imm12_2_unsigned}, nil},
    	// LDRSH <Xt>, [<Xn|SP>{, #<pimm>}]
    	{0xffc00000, 0x79800000, LDRSH, instArgs{arg_Xt, arg_Xns_mem_optional_imm12_2_unsigned}, nil},
    	// LDRSH <Wt>, [<Xn|SP>, (<Wm>|<Xm>) {, <extend> {<amount>}}]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  9. src/cmd/link/internal/arm64/obj.go

    	arch := sys.ArchARM64
    
    	theArch := ld.Arch{
    		Funcalign:  funcAlign,
    		Maxalign:   maxAlign,
    		Minalign:   minAlign,
    		Dwarfregsp: dwarfRegSP,
    		Dwarfreglr: dwarfRegLR,
    		TrampLimit: 0x7c00000, // 26-bit signed offset * 4, leave room for PLT etc.
    
    		Adddynrel:        adddynrel,
    		Archinit:         archinit,
    		Archreloc:        archreloc,
    		Archrelocvariant: archrelocvariant,
    		Extreloc:         extreloc,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:32:19 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    	PT_HIOS ProgType = 0x6fffffff /* Last OS-specific. */
    
    	PT_LOPROC ProgType = 0x70000000 /* First processor-specific type. */
    
    	PT_ARM_ARCHEXT ProgType = 0x70000000 /* Architecture compatibility */
    	PT_ARM_EXIDX   ProgType = 0x70000001 /* Exception unwind tables */
    
    	PT_AARCH64_ARCHEXT ProgType = 0x70000000 /* Architecture compatibility */
    	PT_AARCH64_UNWIND  ProgType = 0x70000001 /* Exception unwind tables */
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top