HomeSort by relevance Sort by last modified time
    Searched refs:computing (Results 51 - 75 of 95) sorted by null

1 23 4

  /prebuilts/go/linux-x86/src/cmd/go/
list.go 110 Compiler string // compiler to assume when computing target paths
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt.go 144 return fmt.Errorf("computing diff: %s", err)
  /prebuilts/go/linux-x86/src/index/suffixarray/
qsufsort.go 10 // This algorithm computes the suffix array sa by computing its inverse.
  /prebuilts/go/linux-x86/src/math/
lgamma.go 79 // Note: one should avoid computing pi*(-x) directly in the
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 36 // computing quantiles.
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 1834 boolean computing = false; field in class:MapMakerInternalMapTest.DummyValueReference
    [all...]
  /external/vixl/tools/
generate_tests.py 539 are computing a product of operand variants in "operands". This field allows
  /external/libvorbis/doc/
06-floor0.tex 52 coefficient values from the bitstream, and then computing the floor
  /external/v8/benchmarks/
base.js 30 // computing a score based on the timing measurements.
  /prebuilts/go/darwin-x86/src/math/big/
prime.go 222 // except for U_s ? 0 mod n, which allows us to avoid computing any U_k values.
  /prebuilts/go/linux-x86/src/math/big/
prime.go 222 // except for U_s ? 0 mod n, which allows us to avoid computing any U_k values.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 58 domblockstore []ID // scratch space for computing dominators
regalloc.go 721 // Data structure used for computing desired registers.
1024 // Walk values backwards computing desired register info.
    [all...]
  /prebuilts/go/darwin-x86/src/log/
log.go 343 // frames to skip when computing the file name and line number
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 58 domblockstore []ID // scratch space for computing dominators
  /prebuilts/go/linux-x86/src/log/
log.go 343 // frames to skip when computing the file name and line number
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 335 // p224Invert calculates *out = in**-1 by computing in**(2**224 - 2**96 - 1),
  /prebuilts/go/darwin-x86/src/go/token/
position.go 479 h := i + (j-i)/2 // avoid overflow when computing h
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 178 // padding padding added to a cell before computing its width
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 335 // p224Invert calculates *out = in**-1 by computing in**(2**224 - 2**96 - 1),
  /prebuilts/go/linux-x86/src/go/token/
position.go 479 h := i + (j-i)/2 // avoid overflow when computing h
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 178 // padding padding added to a cell before computing its width
  /prebuilts/go/darwin-x86/src/time/
time.go 28 // Each Time has associated with it a Location, consulted when computing the
257 // It is called when computing a presentation property like Month or Hour.
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 28 // Each Time has associated with it a Location, consulted when computing the
257 // It is called when computing a presentation property like Month or Hour.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 356 * computing FIRST of what follows the rule reference in the

Completed in 4156 milliseconds

1 23 4