Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,686 for intp (0.14 sec)

  1. security/pkg/pki/testdata/multilevelpki/ecc-int2-key.pem

    jacob-delgado <******@****.***> 1588995233 -0600
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 09 03:33:53 UTC 2020
    - 227 bytes
    - Viewed (0)
  2. security/pkg/pki/testdata/multilevelpki/int2-cert-chain.pem

    Oliver Liu <******@****.***> 1520311744 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 06 04:49:04 UTC 2018
    - 5.7K bytes
    - Viewed (0)
  3. security/pkg/pki/testdata/spiffe-int-cert.pem

    Kailun Qin <******@****.***> 1616176932 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 19 18:02:12 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  4. security/pkg/pki/testdata/multilevelpki/ecc-int-cert.pem

    jacob-delgado <******@****.***> 1588995233 -0600
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 09 03:33:53 UTC 2020
    - 749 bytes
    - Viewed (0)
  5. security/pkg/pki/testdata/multilevelpki/ecc-int2-cert-chain.pem

    jacob-delgado <******@****.***> 1588995233 -0600
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 09 03:33:53 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor_test.cc

          mlir::FloatType::getFloat8E4M3FN(&context)));
    
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<int4>(
          {static_cast<int4>(1), static_cast<int4>(-1)}, DT_INT4,
          mlir::IntegerType::get(&context, 4,
                                 mlir::IntegerType::SignednessSemantics::Signed)));
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<int8>(
          {1, -1}, DT_INT8, mlir::IntegerType::get(&context, 8)));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. src/testing/quick/quick.go

    	"reflect"
    	"strings"
    	"time"
    )
    
    var defaultMaxCount *int = flag.Int("quickchecks", 100, "The default number of iterations for each check")
    
    // A Generator can generate random values of its own type.
    type Generator interface {
    	// Generate returns a random instance of the type on which it is a
    	// method using the size as a size hint.
    	Generate(rand *rand.Rand, size int) reflect.Value
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:47 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  8. security/pkg/pki/testdata/multilevelpki/ecc-int-key.pem

    jacob-delgado <******@****.***> 1588995233 -0600
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 09 03:33:53 UTC 2020
    - 227 bytes
    - Viewed (0)
  9. src/cmd/compile/internal/test/logic_test.go

    		golden func(int8) int8
    	}{
    		{"x|x", func(x int8) int8 { return x | x }, id},
    		{"x|0", func(x int8) int8 { return x | 0 }, id},
    		{"x|-1", func(x int8) int8 { return x | -1 }, func(x int8) int8 { return -1 }},
    		{"x&x", func(x int8) int8 { return x & x }, id},
    		{"x&0", func(x int8) int8 { return x & 0 }, zero},
    		{"x&-1", func(x int8) int8 { return x & -1 }, id},
    		{"x^x", func(x int8) int8 { return x ^ x }, zero},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 23:34:11 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  10. src/crypto/tls/handshake_messages_test.go

    	if rand.Intn(10) > 5 {
    		m.supportedVersion = uint16(rand.Intn(0xffff) + 1)
    	}
    	if rand.Intn(10) > 5 {
    		m.cookie = randomBytes(rand.Intn(500)+1, rand)
    	}
    	if rand.Intn(10) > 5 {
    		for i := 0; i < rand.Intn(5); i++ {
    			m.serverShare.group = CurveID(rand.Intn(30000) + 1)
    			m.serverShare.data = randomBytes(rand.Intn(200)+1, rand)
    		}
    	} else if rand.Intn(10) > 5 {
    		m.selectedGroup = CurveID(rand.Intn(30000) + 1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top