Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 69 for 1486 (0.06 sec)

  1. guava-tests/test/com/google/common/primitives/BooleansTest.java

            5,
            1,
            6,
            new boolean[] {false, true, false, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            14,
            1,
            6,
            new boolean[] {false, false, true, false, true, true, false});
    
        // Rotate the first three elements
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 15:43:29 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  2. test/codegen/arithmetic.go

    }
    
    func Mul_n120(n int) int {
    	// s390x:`SLD\t[$]3`,`SLD\t[$]7`,-`MULLD`
    	return n * -120
    }
    
    func MulMemSrc(a []uint32, b []float32) {
    	// 386:`IMULL\s4\([A-Z]+\),\s[A-Z]+`
    	a[0] *= a[1]
    	// 386/sse2:`MULSS\s4\([A-Z]+\),\sX[0-9]+`
    	// amd64:`MULSS\s4\([A-Z]+\),\sX[0-9]+`
    	b[0] *= b[1]
    }
    
    // Multiplications merging tests
    
    func MergeMuls1(n int) int {
    	// amd64:"IMUL3Q\t[$]46"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:28:00 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. test/codegen/memops.go

    	y[16*i+1] = t
    }
    
    func idxLoadPlusOp32(x []int32, i int) int32 {
    	s := x[0]
    	// 386: `ADDL\t4\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+`
    	// amd64: `ADDL\t4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*`
    	s += x[i+1]
    	// 386: `SUBL\t8\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+`
    	// amd64: `SUBL\t8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*`
    	s -= x[i+2]
    	// 386: `IMULL\t12\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+`
    	s *= x[i+3]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/primitives/BooleansTest.java

            5,
            1,
            6,
            new boolean[] {false, true, false, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            14,
            1,
            6,
            new boolean[] {false, false, true, false, true, true, false});
    
        // Rotate the first three elements
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 15:43:29 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    00000020  0f ad a1 da da 86 fb 60  07 4a 0e 5c ba 36 09 8b  |.......`.J.\.6..|
    00000030  95 3f f0 87 26 0f 7a e7  7c 1f af c7 67 42 c9 39  |.?..&.z.|...gB.9|
    00000040  39 6a 4d 8d 87 00 3b 14  76 4a 86 87 46 1e d4 04  |9jM...;.vJ..F...|
    00000050  2d ea c1 44 1f e8 87 71  da 1e 26 72 a2 e9 40 0c  |-..D...q..&r..@.|
    00000060  33 6e 6f 06 43 ed 7f fc  8f 4c d4 f4 0f 83 19 cb  |3no.C....L......|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_XMLDSIG_ERROR                                                       syscall.Errno = 1466
    	ERROR_RESTART_APPLICATION                                                 syscall.Errno = 1467
    	ERROR_WRONG_COMPARTMENT                                                   syscall.Errno = 1468
    	ERROR_AUTHIP_FAILURE                                                      syscall.Errno = 1469
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  7. src/runtime/proc_test.go

    			// Enable netpoller, affects schedler behavior.
    			laddr := "localhost:0"
    			if runtime.GOOS == "android" {
    				// On some Android devices, there are no records for localhost,
    				// see https://golang.org/issues/14486.
    				// Don't use 127.0.0.1 for every case, it won't work on IPv6-only systems.
    				laddr = "127.0.0.1:0"
    			}
    			ln, err := net.Listen("tcp", laddr)
    			if err != nil {
    				defer ln.Close() // yup, defer in a loop
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/tests/compose-uniform-quantized-type.mlir

        %13 = stablehlo.broadcast_in_dim %4, dims = [0, 1, 2] : (tensor<1x1x3xf32>) -> tensor<1x4x3xf32>  // Optional
        %14 = stablehlo.multiply %12, %13 : tensor<1x4x3xf32>  // s1 * s2
        %15 = call @uniform_quantize_1(%14, %5, %6) : (tensor<1x4x3xf32>, tensor<1x1x1xf32>, tensor<1x1x1xi8>) -> tensor<1x4x3xi8>
        %16 = call @uniform_dequantize_0(%15, %5, %6) : (tensor<1x4x3xi8>, tensor<1x1x1xf32>, tensor<1x1x1xi8>) -> tensor<1x4x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 37K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/cpumanager/policy_test.go

    			185: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			125: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			245: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			66:  {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			186: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			126: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			246: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			73:  {CoreID: 26, SocketID: 1, NUMANodeID: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/tests/tfl_legalize_hlo.mlir

    // CHECK-NEXT:      %15 = "tfl.shape"(%arg1) : (tensor<4x?x256xf32>) -> tensor<3xi32>
    // CHECK-NEXT:      %16 = "tfl.pseudo_const"() <{value = dense<[0, 1]> : tensor<2xi64>}> : () -> tensor<2xi64>
    // CHECK-NEXT:      %17 = "tfl.gather"(%14, %16) <{axis = 0 : i32, batch_dims = 0 : i32}> : (tensor<3xi32>, tensor<2xi64>) -> tensor<2xi32>
    // CHECK-NEXT:      %18 = "tfl.pseudo_const"() <{value = dense<1> : tensor<1xi64>}> : () -> tensor<1xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 40.1K bytes
    - Viewed (0)
Back to top