Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/test/SemaCXX/
Dstd-compare-cxx2a.cpp17 struct comparable { struct
18 int operator<=>(comparable);
/external/guava/android/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java277 Comparable<Object> comparable = ArbitraryInstances.get(Comparable.class); in testGet_comparable() local
278 assertEquals(0, comparable.compareTo(comparable)); in testGet_comparable()
279 assertTrue(comparable.compareTo("") > 0); in testGet_comparable()
281 comparable.compareTo(null); in testGet_comparable()
/external/brotli/
DREADME5 and 2nd order context modeling, with a compression ratio comparable to the best
DREADME.md13 and 2nd order context modeling, with a compression ratio comparable to the best
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java285 Comparable<Object> comparable = ArbitraryInstances.get(Comparable.class); in testGet_comparable() local
286 assertEquals(0, comparable.compareTo(comparable)); in testGet_comparable()
287 assertTrue(comparable.compareTo("") > 0); in testGet_comparable()
289 comparable.compareTo(null); in testGet_comparable()
/external/cldr/tools/scripts/uca/
Dblankweights.sed4 # "Blanking out" the weights makes files comparable,
/external/rust/crates/walkdir/
DREADME.md103 The short story is that performance is comparable with `find` and glibc's
139 On my system, the performance of `walkdir`, `find` and `nftw` is comparable.
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
DREADME.md37 On October 31, 2017, the benchmarks demonstrated comparable performance
/external/cldr/tools/java/org/unicode/cldr/tool/
DTablePrinter.java427 private String format(Comparable comparable) { in format() argument
428 if (comparable == null) { in format()
431 String s = comparable.toString().replace("\n", "<br>"); in format()
/external/ply/ply/
DANNOUNCE15 PLY to be comparable.
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.proto71 // tensors that are comparable.
/external/pigweed/pw_string/
Ddocs.rst93 The incremental code size cost of StringBuilder is comparable to ``snprintf`` if
/external/brotli/c/tools/
Dbrotli.md15 coding and 2-nd order context modeling, with a compression ratio comparable to
/external/python/cpython3/Doc/library/
Dmarshal.rst28 performance is comparable, version independence is guaranteed, and pickle
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b4.rst126 re.compile(), become comparable (only x==y and x!=y operators). This change
/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
/external/libyuv/files/docs/
Dformats.md147 The 2 bit alpha has 4 values. Here are the comparable 8 bit alpha values.
/external/python/jinja/docs/
Dswitching.rst23 systems such as memcached. The memory consumed by templates is comparable
/external/grpc-grpc/doc/
Dload-balancing.md85 any more than in a comparable situation without loadbalancing.
/external/llvm-project/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/enum34/enum/doc/
Denum.rst466 being comparable to integers, and thus by transitivity to other
598 the normal ``Enum`` invariants (such as not being comparable to other
/external/python/cpython3/Doc/howto/
Dsorting.rst194 * The original items do not have to be comparable because the ordering of the

1234