Home
last modified time | relevance | path

Searched refs:comparable (Results 1 – 25 of 55) sorted by relevance

123

/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java264 Comparable<Object> comparable = ArbitraryInstances.get(Comparable.class); in testGet_comparable() local
265 assertEquals(0, comparable.compareTo(comparable)); in testGet_comparable()
266 assertTrue(comparable.compareTo("") > 0); in testGet_comparable()
268 comparable.compareTo(null); in testGet_comparable()
/external/brotli/
DREADME5 and 2nd order context modeling, with a compression ratio comparable to the best
DREADME.md7 and 2nd order context modeling, with a compression ratio comparable to the best
/external/cldr/tools/java/org/unicode/cldr/tool/
DTablePrinter.java425 private String format(Comparable comparable) { in format() argument
426 if (comparable == null) { in format()
429 String s = comparable.toString().replace("\n", "<br>"); in format()
/external/cldr/tools/scripts/uca/
Dblankweights.sed4 # "Blanking out" the weights makes files comparable,
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
DREADME.md37 On October 31, 2017, the benchmarks demonstrated comparable performance
/external/ply/ply/
DANNOUNCE15 PLY to be comparable.
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dkmeans.md29 comparable to K-Means++ seeding. k-MC2 works particularly well if it is combined
/external/brotli/c/tools/
Dbrotli.md15 coding and 2-nd order context modeling, with a compression ratio comparable to
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b4.rst126 re.compile(), become comparable (only x==y and x!=y operators). This change
/external/python/cpython3/Doc/library/
Dmarshal.rst28 performance is comparable, version independence is guaranteed, and pickle
Dqueue.rst65 If the *data* elements are not comparable, the data can be wrapped in a class
Dtimeit.rst132 it makes independent timings more comparable. The disadvantage is
/external/fec/
DREADME45 and IBM calls it "VMX". Altivec is roughly comparable to SSE2 on the
/external/python/cpython2/Doc/library/
Dmarshal.rst28 performance is comparable, version independence is guaranteed, and pickle
Dtimeit.rst126 it makes independent timings more comparable. This disadvantage is
/external/grpc-grpc/doc/
Dload-balancing.md85 any more than in a comparable situation without loadbalancing.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Druntime-check-address-space.ll6 ; different pointers are directly comparable.
/external/llvm/test/Transforms/LoopVectorize/
Druntime-check-address-space.ll6 ; different pointers are directly comparable.
/external/ltp/testcases/realtime/
D00_Descriptions.txt214 of all threads is comparable with the process cpu clock.
/external/python/cpython3/Doc/tutorial/
Dfloatingpoint.rst129 with inexact values become comparable to one another::
/external/python/cpython3/Doc/howto/
Dsorting.rst181 * The original items do not have to be comparable because the ordering of the
/external/python/cpython2/Tools/pybench/
DREADME326 longer strictly comparable with previous runs, the '.version' class
/external/python/cpython2/Doc/howto/
Dsorting.rst192 * The original items do not have to be comparable because the ordering of the
Ddoanddont.rst286 any sequence with comparable semantics, for example, yet many people write

123