Searched refs:comparable (Results 1 – 25 of 55) sorted by relevance
123
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | ArbitraryInstancesTest.java | 264 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/ |
D | README | 5 and 2nd order context modeling, with a compression ratio comparable to the best
|
D | README.md | 7 and 2nd order context modeling, with a compression ratio comparable to the best
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | TablePrinter.java | 425 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/ |
D | blankweights.sed | 4 # "Blanking out" the weights makes files comparable,
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
D | README.md | 37 On October 31, 2017, the benchmarks demonstrated comparable performance
|
/external/ply/ply/ |
D | ANNOUNCE | 15 PLY to be comparable.
|
/external/tensorflow/tensorflow/contrib/factorization/g3doc/ |
D | kmeans.md | 29 comparable to K-Means++ seeding. k-MC2 works particularly well if it is combined
|
/external/brotli/c/tools/ |
D | brotli.md | 15 coding and 2-nd order context modeling, with a compression ratio comparable to
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b4.rst | 126 re.compile(), become comparable (only x==y and x!=y operators). This change
|
/external/python/cpython3/Doc/library/ |
D | marshal.rst | 28 performance is comparable, version independence is guaranteed, and pickle
|
D | queue.rst | 65 If the *data* elements are not comparable, the data can be wrapped in a class
|
D | timeit.rst | 132 it makes independent timings more comparable. The disadvantage is
|
/external/fec/ |
D | README | 45 and IBM calls it "VMX". Altivec is roughly comparable to SSE2 on the
|
/external/python/cpython2/Doc/library/ |
D | marshal.rst | 28 performance is comparable, version independence is guaranteed, and pickle
|
D | timeit.rst | 126 it makes independent timings more comparable. This disadvantage is
|
/external/grpc-grpc/doc/ |
D | load-balancing.md | 85 any more than in a comparable situation without loadbalancing.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | runtime-check-address-space.ll | 6 ; different pointers are directly comparable.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | runtime-check-address-space.ll | 6 ; different pointers are directly comparable.
|
/external/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 214 of all threads is comparable with the process cpu clock.
|
/external/python/cpython3/Doc/tutorial/ |
D | floatingpoint.rst | 129 with inexact values become comparable to one another::
|
/external/python/cpython3/Doc/howto/ |
D | sorting.rst | 181 * The original items do not have to be comparable because the ordering of the
|
/external/python/cpython2/Tools/pybench/ |
D | README | 326 longer strictly comparable with previous runs, the '.version' class
|
/external/python/cpython2/Doc/howto/ |
D | sorting.rst | 192 * The original items do not have to be comparable because the ordering of the
|
D | doanddont.rst | 286 any sequence with comparable semantics, for example, yet many people write
|
123