Home
last modified time | relevance | path

Searched refs:decodeGeneric (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DRandomKey.java89 decodeGeneric(baseSequence(getLength()), getRepresentation(), sortedRepresentation) in RandomKey()
106 return decodeGeneric(sequence, getRepresentation(), sortedRepresentation); in decode()
119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric() method in RandomKey
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp4562 static void decodeGeneric(unsigned char** out, unsigned* w, unsigned* h, in decodeGeneric() function
4742 decodeGeneric(out, w, h, state, in, insize); in lodepng_decode()