Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for ababcd (0.14 sec)

  1. src/cmd/internal/obj/loong64/a.out.go

    	C_LAUTO
    	C_SEXT
    	C_LEXT
    	C_ZOREG
    	C_SOREG
    	C_LOREG
    	C_GOK
    	C_ADDR
    	C_TLS_LE
    	C_TLS_IE
    	C_GOTADDR
    	C_TEXTSIZE
    
    	C_NCLASS // must be the last
    )
    
    const (
    	AABSD = obj.ABaseLoong64 + obj.A_ARCHSPECIFIC + iota
    	AABSF
    	AADD
    	AADDD
    	AADDF
    	AADDU
    
    	AADDW
    	AAND
    	ABEQ
    	ABGEZ
    	ABLEZ
    	ABGTZ
    	ABLTZ
    	ABFPF
    	ABFPT
    
    	ABNE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. src/index/suffixarray/suffixarray_test.go

    		}
    		return out
    	})
    }
    
    // test tests an arbitrary suffix array construction function.
    // Generates many inputs, builds and checks suffix arrays.
    func test(t *testing.T, build func([]byte) []int) {
    	t.Run("ababab...", func(t *testing.T) {
    		// Very repetitive input has numLMS = len(x)/2-1
    		// at top level, the largest it can be.
    		// But maxID is only two (aba and ab$).
    		size := 100000
    		if testing.Short() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. internal/ioutil/ioutil_test.go

    		t.Error("DeadlineWriter shouldn't be successful - should return context.DeadlineExceeded")
    	}
    	w.Close()
    	w = NewDeadlineWriter(&sleepWriter{timeout: 100 * time.Millisecond}, 600*time.Millisecond)
    	n, err := w.Write([]byte("abcd"))
    	w.Close()
    	if err != nil {
    		t.Errorf("DeadlineWriter should succeed but failed with %s", err)
    	}
    	if n != 4 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. src/hash/crc32/crc32_test.go

    	{0x9e83486d, 0xe2a22936, "ab", "crc\x01ʇ\x91M跾C", "crc\x01wB\x84\x81\xc1\xd0C0"},
    	{0x352441c2, 0x364b3fb7, "abc", "crc\x01ʇ\x91M跾C", "crc\x01wB\x84\x81\xc1\xd0C0"},
    	{0xed82cd11, 0x92c80a31, "abcd", "crc\x01ʇ\x91M\x9e\x83Hm", "crc\x01wB\x84\x81\xe2\xa2)6"},
    	{0x8587d865, 0xc450d697, "abcde", "crc\x01ʇ\x91M\x9e\x83Hm", "crc\x01wB\x84\x81\xe2\xa2)6"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/loong64/asm.go

    		case AABSF:
    			opset(AMOVFD, r0)
    			opset(AMOVDF, r0)
    			opset(AMOVWF, r0)
    			opset(AMOVFW, r0)
    			opset(AMOVWD, r0)
    			opset(AMOVDW, r0)
    			opset(ANEGF, r0)
    			opset(ANEGD, r0)
    			opset(AABSD, r0)
    			opset(ATRUNCDW, r0)
    			opset(ATRUNCFW, r0)
    			opset(ASQRTF, r0)
    			opset(ASQRTD, r0)
    
    		case AMOVVF:
    			opset(AMOVVD, r0)
    			opset(AMOVFV, r0)
    			opset(AMOVDV, r0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      # Currently, only some specific forms of equantions are supported for
      # batchmatmul conversion.
      @parameterized.parameters(
          testing.parameter_combinations([{
              'equation': ('abc,cd->abd', 'abcd,cde->abe'),
              'shape_unknown': (True, False),
              'activation_fn': (None, nn_ops.relu, nn_ops.relu6),
              'has_bias': (True, False),
              'use_kernel': (True, False),
          }])
      )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  7. cmd/erasure-healing_test.go

    		t.Fatalf("FileInfo not equal after healing")
    	}
    
    	// Test 2: Test with a corrupted xl.meta
    	err = firstDisk.WriteAll(context.Background(), bucket, pathJoin(object, xlStorageFormatFile), []byte("abcd"))
    	if err != nil {
    		t.Errorf("Failure during creating part.1 - %v", err)
    	}
    
    	_, err = objLayer.HealObject(ctx, bucket, object, "", madmin.HealOpts{ScanMode: madmin.HealNormalScan})
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    			oprangeset(AFMADDD, t)
    			oprangeset(AFNMSUBS, t)
    			oprangeset(AFNMSUBD, t)
    			oprangeset(AFNMADDS, t)
    			oprangeset(AFNMADDD, t)
    
    		case AFCVTSD:
    			oprangeset(AFCVTDS, t)
    			oprangeset(AFABSD, t)
    			oprangeset(AFABSS, t)
    			oprangeset(AFNEGD, t)
    			oprangeset(AFNEGS, t)
    			oprangeset(AFSQRTD, t)
    			oprangeset(AFSQRTS, t)
    			oprangeset(AFRINTNS, t)
    			oprangeset(AFRINTND, t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    	{AOUTW, yin, Pe, opBytes{0xe7, 0xef}},
    	{AOUTSB, ynone, Pb, opBytes{0x6e}},
    	{AOUTSL, ynone, Px, opBytes{0x6f}},
    	{AOUTSW, ynone, Pe, opBytes{0x6f}},
    	{APABSB, yxm_q4, Pq4, opBytes{0x1c}},
    	{APABSD, yxm_q4, Pq4, opBytes{0x1e}},
    	{APABSW, yxm_q4, Pq4, opBytes{0x1d}},
    	{APACKSSLW, ymm, Py1, opBytes{0x6b, Pe, 0x6b}},
    	{APACKSSWB, ymm, Py1, opBytes{0x63, Pe, 0x63}},
    	{APACKUSDW, yxm_q4, Pq4, opBytes{0x2b}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    		{uint8(8), [...]bool{false, true, false, false}},
    		{uint16(16), [...]bool{false, true, false, false}},
    		{uint32(32), [...]bool{false, true, false, false}},
    		{uint64(64), [...]bool{false, true, false, false}},
    		{uintptr(0xABCD), [...]bool{false, true, false, false}},
    		// floating-point
    		{float32(256.25), [...]bool{false, false, true, false}},
    		{float64(512.125), [...]bool{false, false, true, false}},
    		// complex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top