Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 49 for proximate (0.18 sec)

  1. src/cmd/compile/internal/ssa/magic.go

    // integer arithmetic.  Let's instead compute 2^e/c
    // for a value of e TBD (^ = exponentiation).  Then
    //   ⎣x / c⎦ = ⎣x * (2^e/c) / 2^e⎦.
    // Dividing by 2^e is easy.  2^e/c isn't an integer, unfortunately.
    // So we must approximate it.  Let's call its approximation m.
    // We'll then compute
    //   ⎣x * m / 2^e⎦
    // Which we want to be equal to ⎣x / c⎦ for 0 <= x < 2^n-1
    // where n is the word size.
    // Setting x = c gives us c * m >= 2^e.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:25 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/math/rand/v2/rand_test.go

    						for _, have := range counts {
    							err := float64(have) - want
    							χ2 += err * err
    						}
    						χ2 /= want
    						samples[i] = χ2
    					}
    
    					// Check that our samples approximate the appropriate normal distribution.
    					dof := float64(nfact - 1)
    					expected := &statsResults{mean: dof, stddev: math.Sqrt(2 * dof)}
    					errorScale := max(1.0, expected.stddev)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. guava/src/com/google/common/hash/BloomFilter.java

    import java.util.stream.Collector;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A Bloom filter for instances of {@code T}. A Bloom filter offers an approximate containment test
     * with one-sided error: if it claims that an element is contained in it, this might be in error,
     * but if it claims that an element is <i>not</i> contained in it, then this is definitely true.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/hash/BloomFilter.java

    import java.math.RoundingMode;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A Bloom filter for instances of {@code T}. A Bloom filter offers an approximate containment test
     * with one-sided error: if it claims that an element is contained in it, this might be in error,
     * but if it claims that an element is <i>not</i> contained in it, then this is definitely true.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  5. src/runtime/extern.go

    	This increases tracer overhead, but could be helpful as a workaround or for
    	debugging unexpected regressions caused by frame pointer unwinding.
    
    	traceadvanceperiod: the approximate period in nanoseconds between trace generations. Only
    	applies if a program is built with GOEXPERIMENT=exectracer2. Used primarily for testing
    	and debugging the execution tracer.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. src/cmd/go/internal/cache/cache.go

    	trimLimit     = 5 * 24 * time.Hour
    )
    
    // used makes a best-effort attempt to update mtime on file,
    // so that mtime reflects cache access time.
    //
    // Because the reflection only needs to be approximate,
    // and to reduce the amount of disk activity caused by using
    // cache entries, used only updates the mtime if the current
    // mtime is more than an hour old. This heuristic eliminates
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 14:19:39 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  7. src/internal/bisect/bisect.go

    	}
    	return h
    }
    
    // A dedup is a deduplicator for call stacks, so that we only print
    // a report for new call stacks, not for call stacks we've already
    // reported.
    //
    // It has two modes: an approximate but lock-free mode that
    // may still emit some duplicates, and a precise mode that uses
    // a lock and never emits duplicates.
    type dedup struct {
    	// 128-entry 4-way, lossy cache for seenLossy
    	recent [128][4]uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  8. docs/pt/docs/async.md

    E como você pode ter paralelismo e sincronicidade ao mesmo tempo, você tem uma maior performance do que a maioria dos frameworks NodeJS testados e lado a lado com Go, que é uma linguagem compilada próxima ao C <a href="https://www.techempower.com/benchmarks/#section=data-r17&hw=ph&test=query&l=zijmkf-1" class="external-link" target="_blank">(tudo graças ao Starlette)</a>.
    
    ### Concorrência é melhor que paralelismo?
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  9. src/runtime/pprof/pprof.go

    // are waiting to acquire the lock will report contention when the lock is
    // finally unlocked (that is, at [sync.Mutex.Unlock]).
    //
    // Sample values correspond to the approximate cumulative time other goroutines
    // spent blocked waiting for the lock, subject to event-based sampling
    // specified by [runtime.SetMutexProfileFraction]. For example, if a caller
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/language/match.go

    					have := h.haveTags[i]
    					if equalsRest(have.tag, w) {
    						return have, w, Exact
    					}
    				}
    			}
    			if w.ScriptID == 0 && w.RegionID == 0 {
    				// We skip all tags matching und for approximate matching, including
    				// private tags.
    				continue
    			}
    			max, _ = w.Maximize()
    			if h = m.index[max.LangID]; h == nil {
    				continue
    			}
    		}
    		pin := true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top