HomeSort by relevance Sort by last modified time
    Searched refs:Algorithms (Results 1 - 25 of 34) sorted by null

1 2

  /external/autotest/client/common_lib/
sequence_utils.py 12 Algorithm adapted from "Introduction to Algorithms" - CLRS.
  /external/eigen/blas/testing/
dblat3.f 43 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
44 * Sven Hammarling, Numerical Algorithms Group Ltd.
367 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
368 * Sven Hammarling, Numerical Algorithms Group Ltd.
648 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
649 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
sblat3.f 43 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
44 * Sven Hammarling, Numerical Algorithms Group Ltd.
367 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
368 * Sven Hammarling, Numerical Algorithms Group Ltd.
648 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
649 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
cblat3.f 46 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
47 * Sven Hammarling, Numerical Algorithms Group Ltd.
377 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
378 * Sven Hammarling, Numerical Algorithms Group Ltd.
662 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
663 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
zblat3.f 46 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
47 * Sven Hammarling, Numerical Algorithms Group Ltd.
378 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
379 * Sven Hammarling, Numerical Algorithms Group Ltd.
663 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
664 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
  /external/cblas/testing/
c_cblat3.f 45 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
46 * Sven Hammarling, Numerical Algorithms Group Ltd.
437 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
438 * Sven Hammarling, Numerical Algorithms Group Ltd.
767 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
768 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
c_dblat3.f 42 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
43 * Sven Hammarling, Numerical Algorithms Group Ltd.
428 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
429 * Sven Hammarling, Numerical Algorithms Group Ltd.
752 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
753 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
c_sblat3.f 42 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
43 * Sven Hammarling, Numerical Algorithms Group Ltd.
428 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
429 * Sven Hammarling, Numerical Algorithms Group Ltd.
756 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
757 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
c_zblat3.f 45 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
46 * Sven Hammarling, Numerical Algorithms Group Ltd.
438 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
439 * Sven Hammarling, Numerical Algorithms Group Ltd.
768 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
769 * Sven Hammarling, Numerical Algorithms Group Ltd.
    [all...]
c_cblat2.f 56 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
58 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
    [all...]
c_dblat2.f 55 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
57 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
    [all...]
c_sblat2.f 55 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
57 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
    [all...]
c_zblat2.f 56 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
58 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
sort.go 287 // The used algorithms are simple and provable correct on all input and use
289 // experimentally to other stable in-place sorting algorithms.
291 // Remarks on other algorithms evaluated:
297 // The given algorithms are in-place, number of Swap and Assignments
304 // - All the optimal in-place sorting/merging algorithms I found are either
306 // performed block rearrangements. See also "In-Place Merging Algorithms",
309 // - Often "optimal" algorithms are optimal in the number of assignments
344 // Radzik, editors, Algorithms - ESA 2004, volume 3221 of Lecture Notes in
474 Pay attention when comparing to other optimal algorithms which
  /prebuilts/go/linux-x86/src/sort/
sort.go 287 // The used algorithms are simple and provable correct on all input and use
289 // experimentally to other stable in-place sorting algorithms.
291 // Remarks on other algorithms evaluated:
297 // The given algorithms are in-place, number of Swap and Assignments
304 // - All the optimal in-place sorting/merging algorithms I found are either
306 // performed block rearrangements. See also "In-Place Merging Algorithms",
309 // - Often "optimal" algorithms are optimal in the number of assignments
344 // Radzik, editors, Algorithms - ESA 2004, volume 3221 of Lecture Notes in
474 Pay attention when comparing to other optimal algorithms which
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 571 "Algorithms + Data Structures = Programs" by Niklaus Wirth
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 183 // OIDs for signature algorithms
189 // RFC 3279 2.2.1 RSA Signature Algorithms
216 // RFC 5758 3.1 DSA Signature Algorithms
220 // csor(3) algorithms(4) id-dsa-with-sha2(3) 2}
277 // RFC 3279, 2.3 Public Key Algorithms
538 // involves algorithms that are not currently implemented.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 183 // OIDs for signature algorithms
189 // RFC 3279 2.2.1 RSA Signature Algorithms
216 // RFC 5758 3.1 DSA Signature Algorithms
220 // csor(3) algorithms(4) id-dsa-with-sha2(3) 2}
277 // RFC 3279, 2.3 Public Key Algorithms
538 // involves algorithms that are not currently implemented.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 428 * "Algorithms + Data Structures = Programs" by Niklaus Wirth
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 597 // "The Yacas Book of Algorithms":
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int.go 594 // "The Yacas Book of Algorithms":
  /prebuilts/go/darwin-x86/src/math/big/
int.go 596 // "The Yacas Book of Algorithms":
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 597 // "The Yacas Book of Algorithms":
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int.go 594 // "The Yacas Book of Algorithms":
  /prebuilts/go/linux-x86/src/math/big/
int.go 596 // "The Yacas Book of Algorithms":

Completed in 676 milliseconds

1 2