Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 180 for Odd (0.02 sec)

  1. pkg/volume/nfs/nfs.go

    			}
    			notMnt, mntErr := mount.IsNotMountPoint(nfsMounter.mounter, dir)
    			if mntErr != nil {
    				klog.Errorf("IsNotMountPoint check failed: %v", mntErr)
    				return err
    			}
    			if !notMnt {
    				// This is very odd, we don't expect it.  We'll try again next sync loop.
    				klog.Errorf("%s is still mounted, despite call to unmount().  Will try again next sync loop.", dir)
    				return err
    			}
    		}
    		os.Remove(dir)
    		return err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/math/LongMath.java

        int bTwos = Long.numberOfTrailingZeros(b);
        b >>= bTwos; // divide out all 2s
        while (a != b) { // both a, b are odd
          // The key to the binary GCD algorithm is as follows:
          // Both a and b are odd. Assume a > b; then gcd(a - b, b) = gcd(a, b).
          // But in gcd(a - b, b), a - b is even and b is odd, so we can divide out powers of two.
    
          // We bend over backwards to avoid branching, adapting a technique from
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/arch/arm.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file encapsulates some of the odd characteristics of the ARM
    // instruction set, to minimize its interaction with the core of the
    // assembler.
    
    package arch
    
    import (
    	"strings"
    
    	"cmd/internal/obj"
    	"cmd/internal/obj/arm"
    )
    
    var armLS = map[string]uint8{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/cgo_suspect_flag_force_external.txt

    # CGO in it. It used to be that only the explicit use of CGO would
    # trigger external linking, and that the program that only used
    # "runtime/cgo" would always be handled with internal linking. This caused
    # issues when users included odd/unusual flags (ex: -fplugin, -flto)
    # in CGO_CFLAGS, causing the Go linker to have to read and interpret
    # non-standard host objects.
    #
    # As of 1.21 we continue to use internal linking for programs whose
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 25 18:16:01 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/test2json_test.go

    					if i+2 <= len(in) {
    						writeAndKill(c, in[i:i+2])
    					} else {
    						writeAndKill(c, in[i:])
    					}
    				}
    				c.Close()
    				diffJSON(t, buf.Bytes(), want)
    			})
    
    			// Write 2 bytes at a time on odd boundaries.
    			t.Run("odd2", func(t *testing.T) {
    				buf.Reset()
    				c = NewConverter(&buf, "", 0)
    				in = append([]byte{}, orig...)
    				if len(in) > 0 {
    					writeAndKill(c, in[:1])
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  6. src/math/cmplx/tan.go

    //
    // If
    //     z = x + iy,
    //
    // then
    //
    //           sin 2x  +  i sinh 2y
    //     w  =  --------------------.
    //            cos 2x  +  cosh 2y
    //
    // On the real axis the denominator is zero at odd multiples
    // of PI/2. The denominator is evaluated by its Taylor
    // series near these points.
    //
    // ctan(z) = -i ctanh(iz).
    //
    // ACCURACY:
    //
    //                      Relative error:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 8.5K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Writer.kt

       * a part of the response to `streamId`. The `promisedStreamId` has a priority of one greater than
       * `streamId`.
       *
       * @param streamId client-initiated stream ID.  Must be an odd number.
       * @param promisedStreamId server-initiated stream ID.  Must be an even number.
       * @param requestHeaders minimally includes `:method`, `:scheme`, `:authority`, and `:path`.
       */
      @Throws(IOException::class)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  8. guava/src/com/google/common/math/LongMath.java

        int bTwos = Long.numberOfTrailingZeros(b);
        b >>= bTwos; // divide out all 2s
        while (a != b) { // both a, b are odd
          // The key to the binary GCD algorithm is as follows:
          // Both a and b are odd. Assume a > b; then gcd(a - b, b) = gcd(a, b).
          // But in gcd(a - b, b), a - b is even and b is odd, so we can divide out powers of two.
    
          // We bend over backwards to avoid branching, adapting a technique from
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  9. src/internal/bytealg/index_ppc64x.s

    index2loop:
    	VLOADSWAP(R7, R0, V2, V2)  // Load 16 bytes @R7 into V2
    	VCMPEQUH V1, V2, V5        // Search for sep
    	VCMPEQUH V1, V3, V6        // Search for sep offset by 1
    	VSEL     V6, V5, V31, V7   // merge even and odd indices
    	VCLZD    V7, V18           // find index of first match
    	MFVSRD   V18, R25          // get first value
    	CMP      R25, $64          // Found if < 64
    	BLT      foundR25          // Return byte index where found
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 31.6K bytes
    - Viewed (0)
  10. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/NativeProjectWithDepsGeneratorTask.groovy

                        deps << new Dependency(":" + dependentProject, libName, 'static')
                        includes << "${libName}/header.h"
                    }
                } else {
                    // odd components depend on the component with index 2
                    def libName = "${generatedProjectName}2"
                    deps << new Dependency(":" + generatedProjectName, "${generatedProjectName}2", 'static')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 07 13:12:26 UTC 2021
    - 11.2K bytes
    - Viewed (0)
Back to top