Home
last modified time | relevance | path

Searched refs:least (Results 1 – 25 of 3134) sorted by relevance

12345678910>>...126

/external/guava/android/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java38 TopKSelector.least(-1); in testNegativeK()
48 TopKSelector.least(-1, Ordering.natural()); in testNegativeK()
60 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK()
68 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered()
73 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK()
82 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne()
90 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK()
97 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator()
114 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase()
/external/guava/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java38 TopKSelector.least(-1); in testNegativeK()
48 TopKSelector.least(-1, Ordering.natural()); in testNegativeK()
60 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK()
68 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered()
73 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK()
82 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne()
90 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK()
97 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator()
114 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase()
/external/llvm-project/lldb/test/Shell/Breakpoint/
Dcase-insensitive.test8 # CHECK: At least one location.
12 # CHECK: At least one location.
16 # CHECK: At least one location.
20 # CHECK: At least one location.
24 # CHECK: At least one location.
28 # CHECK: At least one location.
32 # CHECK: At least one location.
36 # CHECK: At least one location.
40 # CHECK: At least one location.
44 # CHECK: At least one location.
Dcase-sensitive.test8 # CHECK: At least one location.
12 # CHECK: At least one location.
28 # CHECK: At least one location.
32 # CHECK: At least one location.
/external/rust/crates/libz-sys/src/zlib/examples/
Denough.c207 int least; /* least number of syms to use at this juncture */ in count() local
227 least = (left << 1) - syms; in count()
228 if (least < 0) in count()
229 least = 0; in count()
239 for (use = least; use <= most; use++) { in count()
324 int least; /* least number of syms to use at this juncture */ in examine() local
363 least = (left << 1) - syms; in examine()
364 if (least < 0) in examine()
365 least = 0; in examine()
374 use = least; in examine()
[all …]
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt24 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not.
32 nohz_full - do at least one.
33 maxcpu -- do at least one.
34 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not.
35 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not.
36 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
37 rcutree.rcu_fanout_exact -- Do at least one.
/external/llvm/cmake/modules/
DCheckCompilerVersion.cmake1 # Check if the host compiler is new enough. LLVM requires at least GCC 4.7,
12 message(FATAL_ERROR "Host GCC version must be at least 4.7!")
16 message(FATAL_ERROR "Host Clang version must be at least 3.1!")
21 message(FATAL_ERROR "Host Clang must have at least -fms-compatibility-version=18.0")
45 message(FATAL_ERROR "Host Visual Studio must be at least 2013")
47 message(WARNING "Host Visual Studio should at least be 2013 Update 4 (MSVC 18.0.31101)"
/external/llvm/test/MC/AsmParser/
Dfloating-literals.s60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
/external/llvm-project/llvm/test/MC/AsmParser/
Dfloating-literals.s107 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
110 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
113 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
116 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
119 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
/external/eigen/doc/
DLeastSquares.dox3 /** \eigenManualPage LeastSquares Solving linear least squares systems
5 This page describes how to solve linear least squares systems using %Eigen. An overdetermined system
8 as small as possible. This \a x is called the least square solution (if the Euclidean norm is used).
12 equations is the fastest but least accurate, and the QR decomposition is in between.
22 computing least squares solutions:
37 The solve() method in QR decomposition classes also computes the least squares solution. There are
53 Finding the least squares solution of \a Ax = \a b is equivalent to solving the normal equation
/external/llvm-project/llvm/cmake/modules/
DCheckCompilerVersion.cmake38 …message(FATAL_ERROR "Host ${NICE_NAME} version must be at least ${MINIMUM_VERSION}, your version i…
41 …message(WARNING "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM w…
43 …message(FATAL_ERROR "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LL…
70 …message(FATAL_ERROR "Host Clang must have at least -fms-compatibility-version=${MSVC_MIN}, your ve…
78 # Test for libstdc++ version of at least 4.8 by checking for _ZNKSt17bad_function_call4whatEv.
97 message(FATAL_ERROR "libstdc++ version must be at least ${GCC_MIN}.")
99 # Test for libstdc++ version of at least 5.1 by checking for std::iostream_category().
117 …message(WARNING "libstdc++ version should be at least ${GCC_SOFT_ERROR} because LLVM will soon use…
119 …message(FATAL_ERROR "libstdc++ version should be at least ${GCC_SOFT_ERROR} because LLVM will soon…
/external/skqp/src/pathops/
DSkOpCubicHull.cpp130 int least = yMin ^ mask; in convexHull() local
133 order[1] = least; in convexHull()
137 if (!rotate(*this, least, most, midPath)) { // ! if cbc[least]==cbc[most] in convexHull()
141 int midSides = side(midPath[yMin].fY - midPath[least].fY); in convexHull()
142 midSides ^= side(midPath[midX].fY - midPath[least].fY); in convexHull()
/external/skia/src/pathops/
DSkOpCubicHull.cpp130 int least = yMin ^ mask; in convexHull() local
133 order[1] = least; in convexHull()
137 if (!rotate(*this, least, most, midPath)) { // ! if cbc[least]==cbc[most] in convexHull()
141 int midSides = side(midPath[yMin].fY - midPath[least].fY); in convexHull()
142 midSides ^= side(midPath[midX].fY - midPath[least].fY); in convexHull()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.subgroupClusteredNeg.comp.out2 ERROR: 0:22: 'cluster size' : argument must be at least 1
5 ERROR: 0:29: 'cluster size' : argument must be at least 1
6 ERROR: 0:31: 'cluster size' : argument must be at least 1
/external/llvm-project/mlir/test/Dialect/Shape/
Dinvalid.mlir93 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
101 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
110 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
118 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
126 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
134 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
142 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
152 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md78 `-min_bytes`: Show nodes that request at least this number of bytes.
80 `-min_peak_bytes`: Show nodes that using at least this number of bytes during peak memory usage.
82 `-min_residual_bytes`: Show nodes that have at least this number of bytes not being de-allocated af…
84 `-min_output_bytes`: Show nodes that have at least this number of bytes output (no necessarily allo…
86 `-min_micros`: Show nodes that spend at least this number of microseconds to run. It sums
89 `-min_accelerator_micros`: Show nodes that spend at least this number of microseconds to run on acc…
91 `-min_cpu_micros`: Show nodes that spend at least this number of microseconds to run on CPU.
93 `-min_params`: Show nodes that contains at least this number of parameters.
95 `-min_float_ops`: Show nodes that contain at least this number of float operations. Only available …
97 `-min_occurrence`: Show nodes that appear at least this number of times..
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol30 We are assuming that we should have at least 1/2 of total memory free and
31 that virtual memory should be at least 102400 KB and memory speed is at
32 least 1333 MHz.
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-b_-f.output34 Taken at least once:100.00% of 4
40 Taken at least once:81.82% of 11
56 Taken at least once:86.67% of 15
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.battery_charge_time16 at least 80% of design capacity (battery wear can be 20% at most). Over the
17 course of 3 hours, the battery charge should increase by at least 94% of the
25 # battery must be at least 80% of design capacity
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug03.txt7 processes, and then onlining the CPU, and checking to make sure at least
24 least one will migrate to the new CPU.
31 Verify that at least one process has migrated to the new CPU by
/external/eigen/cmake/
DFindSuperLU.cmake66 # at least 5.0
69 # at least 4.3
72 # at least 4.0
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixSolveLs.pbtxt31 summary: "Solves one or more linear least-squares problems."
39 in the least squares sense.
51 \\(X = (A^H A + \lambda I)^{-1} A^H B\\), which solves the least-squares
64 least-squares solution, even when \\(A\\) is rank deficient. This path is
/external/tensorflow/tensorflow/
Dversion_check.bzl40 …fail("\nCurrent Bazel version is lower than 0.2.1, expected at least %s\n" % minimum_bazel_version)
43 print("Make sure that you are running at least Bazel %s.\n" % minimum_bazel_version)
47 fail("\nCurrent Bazel version is {}, expected at least {}\n".format(
/external/snakeyaml/src/test/resources/pyyaml/
Dsloppy-indentation.data9 to be indented with at least one space
13 to be indented with at least one space"
/external/llvm-project/llvm/test/YAMLParser/
Dsloppy-indentation.test11 to be indented with at least one space
15 to be indented with at least one space"

12345678910>>...126