HomeSort by relevance Sort by last modified time
    Searched full:composites (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/test/chan/
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
119 composites := make(chan int, 50)
125 // Merge channels of multiples of 'primes' into 'composites'.
133 composites <- min
145 composites <- head
150 // Sieve out 'composites' from 'candidates'.
164 c := <-composites
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
119 composites := make(chan int, 50)
125 // Merge channels of multiples of 'primes' into 'composites'.
133 composites <- min
145 composites <- head
150 // Sieve out 'composites' from 'candidates'.
164 c := <-composites
  /external/deqp/doc/testspecs/VK/
pipeline.spec_constant.txt 15 + Specialization constants in composites (OpSpecConstantComposite instruction)
69 // Specialization constant composites
  /prebuilts/go/darwin-x86/src/cmd/vet/
composite.go 20 register("composites",
doc.go 76 Flag: -composites
  /prebuilts/go/linux-x86/src/cmd/vet/
composite.go 20 register("composites",
doc.go 76 Flag: -composites
  /external/freetype/include/freetype/internal/
ftgloadr.h 37 /* together (for example, in the case of composites). */
  /external/valgrind/drd/tests/
omp_prime.c 23 /* No need to check against known composites */
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
BigIntegerTest.java 60 // Some composites that passed Maple V's primality test.
64 // Composites that passed the primality test of Mathematica 2.0
67 // Composites that passed Axioms primality tests
83 // This paper gives bounds for the number of bases necessary to distinguish composites from
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 46 var composites = []string{ var
137 for i, s := range composites {
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 46 var composites = []string{ var
137 for i, s := range composites {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/vet/
vetflag.go 36 {Name: "composites", BoolVar: new(bool)},
  /prebuilts/go/linux-x86/src/cmd/go/internal/vet/
vetflag.go 36 {Name: "composites", BoolVar: new(bool)},
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java 79 // We do not display any values for composites in the UI as they are only intermediate
GLListProperty.java 121 // We do not display any values for composites in the UI as they are only intermediate
GLSparseArrayProperty.java 137 // We do not display any values for composites in the UI as they are only intermediate
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
OrderingTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java     [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 247 composites = sorted(self._composites.items())
249 for charname, components in composites:
  /external/ImageMagick/ImageMagick/api/
composite.html 59 <p>CompositeImageCommand() reads one or more images and an optional mask and composites them into a new image.</p>
  /external/ImageMagick/www/api/
composite.html 63 <p>CompositeImageCommand() reads one or more images and an optional mask and composites them into a new image.</p>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 94 * Require a minimum weight of the NAF representation, since low-weight composites may
  /external/wayland/doc/publican/sources/
Compositors.xml 116 compositor interface. The host application composites the client
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 31 Composites:

Completed in 772 milliseconds

1 2 3 4 5