Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 321 for 2x42 (0.04 sec)

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

    	SYS_SIN                             = 0x3F  // 63
    	SYS_COS                             = 0x40  // 64
    	SYS_TAN                             = 0x41  // 65
    	SYS_SINH                            = 0x42  // 66
    	SYS_ACOS                            = 0x43  // 67
    	SYS_ATAN                            = 0x44  // 68
    	SYS_ATAN2                           = 0x45  // 69
    	SYS_FTELL                           = 0x46  // 70
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/fiat/p224_fiat64.go

    	x35 := (uint8(x34) & 0xff)
    	x36 := (x34 >> 8)
    	x37 := (uint8(x36) & 0xff)
    	x38 := (x36 >> 8)
    	x39 := (uint8(x38) & 0xff)
    	x40 := (x38 >> 8)
    	x41 := (uint8(x40) & 0xff)
    	x42 := (x40 >> 8)
    	x43 := (uint8(x42) & 0xff)
    	x44 := (x42 >> 8)
    	x45 := (uint8(x44) & 0xff)
    	x46 := uint8((x44 >> 8))
    	x47 := (uint8(x1) & 0xff)
    	x48 := (x1 >> 8)
    	x49 := (uint8(x48) & 0xff)
    	x50 := (x48 >> 8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 43.2K bytes
    - Viewed (0)
  3. src/encoding/pem/pem_test.go

    		0xbd, 0xe7, 0x7f, 0x42, 0xea, 0x6c, 0xa7, 0xcf, 0x70, 0x56,
    		0x27, 0x70, 0x23, 0x38, 0xed, 0xf9, 0x67, 0x52, 0x7f, 0x25,
    		0x9f, 0x1f, 0x4f, 0xef, 0xd5, 0xa4, 0xb, 0xbe, 0xee, 0x5c,
    		0x31, 0x8b, 0x96, 0xff, 0xf0, 0xb4, 0x5b, 0x69, 0xe5, 0x63,
    		0x38, 0x8b, 0xe5, 0xb9, 0x44, 0x4e, 0x7b, 0x4c, 0xf0, 0xcc,
    		0xb6, 0xc9, 0xb3, 0x40, 0x47, 0x2d, 0xc8, 0x8, 0x7c, 0x42, 0x6,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:56:00 UTC 2022
    - 23.5K bytes
    - Viewed (0)
  4. src/crypto/tls/handshake_messages_test.go

    		}
    	}
    	return reflect.ValueOf(m)
    }
    
    func TestRejectEmptySCTList(t *testing.T) {
    	// RFC 6962, Section 3.3.1 specifies that empty SCT lists are invalid.
    
    	var random [32]byte
    	sct := []byte{0x42, 0x42, 0x42, 0x42}
    	serverHello := &serverHelloMsg{
    		vers:   VersionTLS12,
    		random: random[:],
    		scts:   [][]byte{sct},
    	}
    	serverHelloBytes := mustMarshal(t, serverHello)
    
    	var serverHelloCopy serverHelloMsg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  5. src/crypto/rsa/rsa_test.go

    				},
    			},
    			// Example 1.3
    			{
    				[]byte{0xd9, 0x4a, 0xe0, 0x83, 0x2e, 0x64, 0x45, 0xce,
    					0x42, 0x33, 0x1c, 0xb0, 0x6d, 0x53, 0x1a, 0x82, 0xb1,
    					0xdb, 0x4b, 0xaa, 0xd3, 0x0f, 0x74, 0x6d, 0xc9, 0x16,
    					0xdf, 0x24, 0xd4, 0xe3, 0xc2, 0x45, 0x1f, 0xff, 0x59,
    					0xa6, 0x42, 0x3e, 0xb0, 0xe1, 0xd0, 0x2d, 0x4f, 0xe6,
    					0x46, 0xcf, 0x69, 0x9d, 0xfd, 0x81, 0x8c, 0x6e, 0x97,
    					0xb0, 0x51,
    				},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 12 00:55:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/legalized_name.mlir

        // CHECK: name: "ba.r"
        %3:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<2> : tensor<i32>} : () -> (tensor<i32>) loc("ba r")
        // CHECK: name: "2"
        %4:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<3> : tensor<i32>} : () -> (tensor<i32>) loc("2")
        // CHECK: name: "_3"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/unique_name.mlir

        // CHECK: name: "foo{{_.*_2}}"
        %3:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<2> : tensor<i32>} : () -> (tensor<i32>) loc("foo")
        // CHECK: name: "2"
        %4:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<3> : tensor<i32>} : () -> (tensor<i32>) loc("2")
        // CHECK: name: "3"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 22:54:55 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/CacheLayout.java

            .changedTo(15, "2.4-rc-1")
            .changedTo(16, "2.8-rc-1")
            .changedTo(17, "3.0-milestone-1")
            .changedTo(21, "3.1-rc-1")
            .changedTo(23, "3.2-rc-1")
            .changedTo(24, "4.2-rc-1")
            .changedTo(31, "4.3-rc-1")
            .changedTo(36, "4.4-rc-1")
            .changedTo(48, "4.5-rc-1")
            .changedTo(51, "4.5.1")
            .changedTo(53, "4.6-rc-1")
            .changedTo(56, "4.7-rc-1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 12:09:31 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize/quantize_same_scale.mlir

        // CHECK: %[[Q2:.*]] = "quantfork.qcast"(%[[ARG1]]) {volatile} : (tensor<2x4xf32>) -> tensor<2x4x!quant.uniform<i8<-127:127>:f32:1, {6.000000e-03,6.000000e-03,6.000000e-03,6.000000e-03}>>
        // CHECK: %[[CALL:.*]] = call @quantized_dot_general_fn_1(%[[Q1]], %[[Q2]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  10. cmd/bucket-metadata_gen.go

    	// string "BucketTargetsConfigJSON"
    	o = append(o, 0xb7, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4a, 0x53, 0x4f, 0x4e)
    	o = msgp.AppendBytes(o, z.BucketTargetsConfigJSON)
    	// string "BucketTargetsConfigMetaJSON"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 25 05:52:39 UTC 2023
    - 22.1K bytes
    - Viewed (0)
Back to top