Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for integers (0.17 sec)

  1. src/crypto/x509/verify_test.go

    	}
    	tests := []struct {
    		name       string
    		root       ekuDescs
    		inters     []ekuDescs
    		leaf       ekuDescs
    		verifyEKUs []ExtKeyUsage
    		err        string
    	}{
    		{
    			name:       "valid, full chain",
    			root:       ekuDescs{EKUs: []ExtKeyUsage{ExtKeyUsageServerAuth}},
    			inters:     []ekuDescs{ekuDescs{EKUs: []ExtKeyUsage{ExtKeyUsageServerAuth}}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

       * the map, such as iteration order, are left intact. For example, the code:
       *
       * <pre>{@code
       * Map<String, Integer> map = ImmutableMap.of("a", 4, "b", 9);
       * Function<Integer, Double> sqrt =
       *     new Function<Integer, Double>() {
       *       public Double apply(Integer in) {
       *         return Math.sqrt((int) in);
       *       }
       *     };
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  3. src/reflect/all_test.go

    	{new(**integer), "**reflect_test.integer(0)"},
    	{new(map[string]int32), "map[string]int32{<can't iterate on maps>}"},
    	{new(chan<- string), "chan<- string"},
    	{new(func(a int8, b int32)), "func(int8, int32)(0)"},
    	{new(struct {
    		c chan *int32
    		d float32
    	}),
    		"struct { c chan *int32; d float32 }{chan *int32, 0}",
    	},
    	{new(struct{ c func(chan *integer, *int8) }),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    	/* VSX scalar FP-integer conversion */
    	{as: AXSCVDPSXDS, a1: C_VSREG, a6: C_VSREG, type_: 89, size: 4}, /* vsx scalar fp-integer conversion, xx2-form */
    
    	/* VSX scalar integer-FP conversion */
    	{as: AXSCVSXDDP, a1: C_VSREG, a6: C_VSREG, type_: 89, size: 4}, /* vsx scalar integer-fp conversion, xx2-form */
    
    	/* VSX vector FP-integer conversion */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                        property('output')
                            .forbiddenAt(reserved)
                            .includeLink()
                    }))
                    verifyAll(receivedProblem(index as Integer)) {
                        fqid == 'validation:property-validation:cannot-write-to-reserved-location'
                        contextualLabel == "Property \'output\' points to \'${reserved.absolutePath}\' which is managed by Gradle"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    constexpr size_t kInitialBufferSize = 10240;
    
    // Flatbuffer fields to be padded to 16 bytes aligned.
    constexpr size_t kFbAlignment = 16;
    
    // Set `isSigned` to false if the `type` is an 8-bit unsigned integer type.
    // Since tflite doesn't support unsigned for other types, returns error if
    // `isSigned` is set to false for other types.
    static StatusOr<tflite::TensorType> GetTFLiteType(Type type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  7. cmd/server_test.go

    	// execute the HTTP request.
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	// validating the error response.
    	verifyError(c, response, "InvalidArgument", "Argument maxKeys must be an integer between 0 and 2147483647", http.StatusBadRequest)
    
    	// create listObjectsV2 request with invalid value of max-keys parameter. max-keys is set to -2.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  8. src/reflect/value.go

    				} else {
    					*(*unsafe.Pointer)(addr) = v.ptr
    				}
    				// There's only one step for a stack-allocated value.
    				break stepsLoop
    			case abiStepIntReg, abiStepPointer:
    				// Copy values to "integer registers."
    				if v.flag&flagIndir != 0 {
    					offset := add(v.ptr, st.offset, "precomputed value offset")
    					if st.kind == abiStepPointer {
    						// Duplicate this pointer in the pointer area of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            private static final Set<? extends Class<?>> PRIMITIVE_TYPES = ImmutableSet.of(Byte.TYPE, Boolean.TYPE, Character.TYPE, Short.TYPE, Integer.TYPE, Long.TYPE, Float.TYPE, Double.TYPE);
            private static final String DYNAMIC_OBJECT_HELPER_FIELD = "_gr_dyn_";
            private static final String MAPPING_FIELD = "_gr_map_";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  10. src/database/sql/sql.go

    //	*interface{}
    //	*RawBytes
    //	*Rows (cursor value)
    //	any type implementing Scanner (see Scanner docs)
    //
    // In the most simple case, if the type of the value from the source
    // column is an integer, bool or string type T and dest is of type *T,
    // Scan simply assigns the value through the pointer.
    //
    // Scan also converts between string and numeric types, as long as no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
Back to top