Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 542 for Maximum (0.15 sec)

  1. android/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

        assertThat(keySet).containsExactly(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
    
        // add an at-the-maximum-weight entry
        getAll(cache, asList(45));
        CacheTesting.drainRecencyQueues(cache);
        assertThat(keySet).containsExactly(0, 45);
    
        // add an over-the-maximum-weight entry
        getAll(cache, asList(46));
        CacheTesting.drainRecencyQueues(cache);
        assertThat(keySet).contains(0);
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 14.9K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaProject.java

         * settings when compiling.
         * <p>
         * When not explicitly set, this is calculated as the maximum language level for the Idea modules of this Idea project.
         */
        public IdeaLanguageLevel getLanguageLevel() {
            return languageLevel;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 12 14:00:13 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types/size.go

    func typePos(t *Type) src.XPos {
    	if pos := t.Pos(); pos.IsKnown() {
    		return pos
    	}
    	base.Fatalf("bad type: %v", t)
    	panic("unreachable")
    }
    
    // MaxWidth is the maximum size of a value on the target architecture.
    var MaxWidth int64
    
    // CalcSizeDisabled indicates whether it is safe
    // to calculate Types' widths and alignments. See CalcSize.
    var CalcSizeDisabled bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 15K bytes
    - Viewed (0)
  4. pkg/controller/deployment/util/deployment_util.go

    	if deploymentReplicasToAdd > 0 {
    		// Use the minimum between the replica set fraction and the maximum allowed replicas
    		// when scaling up. This way we ensure we will not scale up more than the allowed
    		// replicas we can add.
    		return min(rsFraction, allowed)
    	}
    	// Use the maximum between the replica set fraction and the maximum allowed replicas
    	// when scaling down. This way we ensure we will not scale down more than the allowed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    $$ -*- mode: c++; -*-
    $var n = 50  $$ Maximum length of Values arguments we want to support.
    $var maxtuple = 10  $$ Maximum number of Combine arguments we want to support.
    // Copyright 2008, Google Inc.
    // All rights reserved.
    //
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. src/runtime/tracestack.go

    // license that can be found in the LICENSE file.
    
    // Trace stack table and acquisition.
    
    package runtime
    
    import (
    	"internal/abi"
    	"internal/goarch"
    	"unsafe"
    )
    
    const (
    	// Maximum number of PCs in a single stack trace.
    	// Since events contain only stack id rather than whole stack trace,
    	// we can allow quite large values here.
    	traceStackSize = 128
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 14:38:56 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

        equates to quantization error when using quant_min and quant_max.
    
    
        Args:
          quant_min: The minimum real value that can be represented by a quantized
            value.
          quant_max: The maximum real value that can be represented by a quantized
            value.
    
        Returns:
          dequantized hist_mids after quantizing by quant_min and quant_max
        """
        maxbound = 2**self._num_bits - 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/cache/CacheEvictionTest.java

        assertThat(keySet).containsExactly(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
    
        // add an at-the-maximum-weight entry
        getAll(cache, asList(45));
        CacheTesting.drainRecencyQueues(cache);
        assertThat(keySet).containsExactly(0, 45);
    
        // add an over-the-maximum-weight entry
        getAll(cache, asList(46));
        CacheTesting.drainRecencyQueues(cache);
        assertThat(keySet).contains(0);
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 14.9K bytes
    - Viewed (0)
  9. src/internal/zstd/fse.go

    	base uint16 // add those bits to this state to get the next state
    }
    
    // readFSE reads an FSE table from data starting at off.
    // maxSym is the maximum symbol value.
    // maxBits is the maximum number of bits permitted for symbols in the table.
    // The FSE is written into table, which must be at least 1<<maxBits in size.
    // This returns the number of bits in the FSE table and the new offset.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 16:44:06 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  10. pkg/apis/certificates/types.go

    	// maximum duration they will honor per the --cluster-signing-duration CLI
    	// flag to the Kubernetes controller manager.
    	//
    	// Certificate signers may not honor this field for various reasons:
    	//
    	//   1. Old signer that is unaware of the field (such as the in-tree
    	//      implementations prior to v1.22)
    	//   2. Signer whose configured maximum is shorter than the requested duration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top