Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 72 for v110 (0.06 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_STAT                         = 4106
    	SYS_LSTAT                        = 4107
    	SYS_FSTAT                        = 4108
    	SYS_UNUSED109                    = 4109
    	SYS_IOPL                         = 4110
    	SYS_VHANGUP                      = 4111
    	SYS_IDLE                         = 4112
    	SYS_VM86                         = 4113
    	SYS_WAIT4                        = 4114
    	SYS_SWAPOFF                      = 4115
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/prepare-quantize-signed.mlir

    func.func @prepareStatisticsNudge(%arg0: tensor<8x4x3xf32>) -> tensor<8x4x3xf32> {
      %0 = "quantfork.stats"(%arg0) {
        layerStats = dense<[0.1, 1.0]> : tensor<2xf32>
      } : (tensor<8x4x3xf32>) -> tensor<8x4x3xf32>
      %1 = "quantfork.stats"(%0) {
        layerStats = dense<[0.1, 1.0]> : tensor<2xf32>,
        axisStats = dense<[
          [-1.0, 1.0],
          [-8.0, -1.0],
          [-0.5, 0.5]
        ]> : tensor<3x2xf32>, axis = 2 : i64
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwiceRejected

    00000010  31 f3 b1 d8 c7 c9 26 6d  74 0a c0 c0 c0 39 ad b5  |1.....&mt....9..|
    00000020  1b b1 dc d3 15 9f a4 96  27 dd 65 85 ad 83 2f 97  |........'.e.../.|
    00000030  42 6f 8a 9b 58 fc f8 1b  54 89 cd 9c 11 10 b9 1d  |Bo..X...T.......|
    00000040  c3 e1 8e 89 20 a5 2d 0b  31 b5 e0 16 54 ce 93 9b  |.... .-.1...T...|
    00000050  de cc b1 af 48 48 33 96  4d a6 00 78 7b 60 3f 7c  |....HH3.M..x{`?||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildConfigurationAttributesResolveIntegrationTest.groovy

                        }
                    }
                }
            }
    
            where:
            v1    | v2    | usePluginsDSL
            '1.0' | '1.0' | false
            '1.1' | '1.0' | false
    
            '1.0' | '1.0' | true
            '1.1' | '1.0' | true
        }
    
        private String usesTypedAttributesPlugin(String version, boolean usePluginsDSL) {
            String pluginsBlock = usePluginsDSL ? """
                plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:30:36 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  5. src/internal/types/testdata/check/stmt0.go

    	}
    
    	var y32 float32
    	switch y32 {
    	case 1.1:
    	case 11/10: // integer division!
    	case 11. /* ERROR "duplicate case" */ /10:
    	case 2, 3.0, 4.1:
    	case 5.2, 1.10 /* ERROR "duplicate case" */ :
    	}
    
    	var y64 float64
    	switch y64 {
    	case 1.1:
    	case 11/10: // integer division!
    	case 11. /* ERROR "duplicate case" */ /10:
    	case 2, 3.0, 4.1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 19K bytes
    - Viewed (0)
  6. src/internal/fmtsort/sort_test.go

    	typeGroups := []string{
    		"NaN: 1.1: 2.1: 3.1:", // float64
    		"false: true:",        // bool
    		"1: 2: 3:",            // int
    		"a: b: c:",            // string
    		"[0 1]: [1 0]:",       // [2]int
    		"{0 1}: {1 0}:",       // struct{ x int; y int }
    	}
    	for _, g := range typeGroups {
    		if !strings.Contains(got, g) {
    			t.Errorf("sorted map should contain %q", g)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv13-AES256-SHA384

    00000050  2e 00 2b 00 02 03 04 00  33 00 24 00 1d 00 20 10  |..+.....3.$... .|
    00000060  0e 84 6c ef b3 7e f7 93  33 67 0e d0 5e e4 c6 a8  |..l..~..3g..^...|
    00000070  5f c5 ac e7 85 06 86 a4  21 10 aa 56 18 3a 39 14  |_.......!..V.:9.|
    00000080  03 03 00 01 01 17 03 03  00 17 a8 c3 84 a3 a2 42  |...............B|
    00000090  ba c8 40 ef f8 53 02 58  d7 39 3f b2 34 2f 4e 71  |..@..S.X.9?.4/Nq|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. src/os/signal/signal.go

    }
    
    type stopping struct {
    	c chan<- os.Signal
    	h *handler
    }
    
    type handler struct {
    	mask [(numSig + 31) / 32]uint32
    }
    
    func (h *handler) want(sig int) bool {
    	return (h.mask[sig/32]>>uint(sig&31))&1 != 0
    }
    
    func (h *handler) set(sig int) {
    	h.mask[sig/32] |= 1 << uint(sig&31)
    }
    
    func (h *handler) clear(sig int) {
    	h.mask[sig/32] &^= 1 << uint(sig&31)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:12 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	ENOTSOCK           = Errno(1105)
    	EDESTADDRREQ       = Errno(1106)
    	EMSGSIZE           = Errno(1107)
    	EPROTOTYPE         = Errno(1108)
    	ENOPROTOOPT        = Errno(1109)
    	EPROTONOSUPPORT    = Errno(1110)
    	ESOCKTNOSUPPORT    = Errno(1111)
    	EOPNOTSUPP         = Errno(1112)
    	EPFNOSUPPORT       = Errno(1113)
    	EAFNOSUPPORT       = Errno(1114)
    	EADDRINUSE         = Errno(1115)
    	EADDRNOTAVAIL      = Errno(1116)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/p256_asm.go

    	// following addition chain generated with github.com/mmcloughlin/addchain
    	// v0.4.0.
    	//
    	//  _10     = 2*1
    	//  _11     = 1 + _10
    	//  _110    = 2*_11
    	//  _111    = 1 + _110
    	//  _111000 = _111 << 3
    	//  _111111 = _111 + _111000
    	//  x12     = _111111 << 6 + _111111
    	//  x15     = x12 << 3 + _111
    	//  x16     = 2*x15 + 1
    	//  x32     = x16 << 16 + x16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top