Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 3,004 for greatest (0.41 sec)

  1. src/math/big/int.go

    	if z.neg && len(mWords) > 0 {
    		// make modulus result positive
    		z.abs = z.abs.sub(mWords, z.abs) // z == x**y mod |m| && 0 <= z < |m|
    		z.neg = false
    	}
    
    	return z
    }
    
    // GCD sets z to the greatest common divisor of a and b and returns z.
    // If x or y are not nil, GCD sets their value such that z = a*x + b*y.
    //
    // a and b may be positive, zero or negative. (Before Go 1.14 both had
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  2. guava-testlib/src/com/google/common/testing/ClassSanityTester.java

        List<InvocationTargetException> instantiationExceptions = Lists.newArrayList();
        List<FactoryMethodReturnsNullException> nullErrors = Lists.newArrayList();
        // Try factories with the greatest number of parameters.
        for (Invokable<?, ?> factory : factories) {
          if (factory.getParameters().size() == numberOfParameters) {
            try {
              testEqualsUsing(factory);
              return;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

        List<InvocationTargetException> instantiationExceptions = Lists.newArrayList();
        List<FactoryMethodReturnsNullException> nullErrors = Lists.newArrayList();
        // Try factories with the greatest number of parameters.
        for (Invokable<?, ?> factory : factories) {
          if (factory.getParameters().size() == numberOfParameters) {
            try {
              testEqualsUsing(factory);
              return;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/term/terminal.go

    	// cursorX contains the current X value of the cursor where the left
    	// edge is 0. cursorY contains the row number where the first row of
    	// the current line is 0.
    	cursorX, cursorY int
    	// maxLine is the greatest value of cursorY so far.
    	maxLine int
    
    	termWidth, termHeight int
    
    	// outBuf contains the terminal data to be sent.
    	outBuf []byte
    	// remainder contains the remainder of any partial key sequences after
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 22.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/math/LongMath.java

        if (m <= 0) {
          throw new ArithmeticException("Modulus must be positive");
        }
        long result = x % m;
        return (result >= 0) ? result : result + m;
      }
    
      /**
       * Returns the greatest common divisor of {@code a, b}. Returns {@code 0} if {@code a == 0 && b ==
       * 0}.
       *
       * @throws IllegalArgumentException if {@code a < 0} or {@code b < 0}
       */
      public static long gcd(long a, long b) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  6. guava/src/com/google/common/math/LongMath.java

        if (m <= 0) {
          throw new ArithmeticException("Modulus must be positive");
        }
        long result = x % m;
        return (result >= 0) ? result : result + m;
      }
    
      /**
       * Returns the greatest common divisor of {@code a, b}. Returns {@code 0} if {@code a == 0 && b ==
       * 0}.
       *
       * @throws IllegalArgumentException if {@code a < 0} or {@code b < 0}
       */
      public static long gcd(long a, long b) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  7. pkg/controller/deployment/util/deployment_util.go

    	if newRS.Annotations == nil {
    		newRS.Annotations = make(map[string]string)
    	}
    	oldRevision, ok := newRS.Annotations[RevisionAnnotation]
    	// The newRS's revision should be the greatest among all RSes. Usually, its revision number is newRevision (the max revision number
    	// of all old RSes + 1). However, it's possible that some of the old RSes are deleted after the newRS revision being updated, and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  8. src/runtime/mpagealloc.go

    			start += si
    		}
    
    		// Recompute the max value of the running sum by looking
    		// across the boundary between the running sum and sums[i]
    		// and at the max sums[i], taking the greatest of those two
    		// and the max of the running sum.
    		most = max(most, end+si, mi)
    
    		// Merge in end by checking if this new summary is totally
    		// free. If it is, then we want to extend the running sum's
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    If your Gradle build produces the same output as the Ant build, this will give you and others confidence in switching over and make it easier to implement the big changes that will provide the greatest benefits.
     3. Decide whether you have a multi-project build or not.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  10. src/html/template/escape_test.go

    			"dangerousURLStart2",
    			`<a href='  {{"javascript:alert(%22pwned%22)"}}'>`,
    			`<a href='  #ZgotmplZ'>`,
    		},
    		{
    			"nonHierURL",
    			`<a href={{"mailto:Muhammed \"The Greatest\" Ali <******@****.***>"}}>`,
    			`<a href=mailto:Muhammed%20%22The%20Greatest******@****.***%3e>`,
    		},
    		{
    			"urlPath",
    			`<a href='http://{{"javascript:80"}}/foo'>`,
    			`<a href='http://javascript:80/foo'>`,
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
Back to top