/external/zlib/src/examples/ |
D | enough.c | 207 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/ |
D | TREE_RCU-kconfig.txt | 25 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. 33 nohz_full - do at least one. 34 maxcpu -- do at least one. 35 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 36 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 37 rcupdate.rcu_self_test -- Do at least one each, offloaded and not. 38 rcutree.rcu_fanout_exact -- Do at least one.
|
/external/v8/tools/clang/scripts/ |
D | run_tool.py | 89 least = git_index 91 while least <= most: 92 middle = (least + most ) / 2 94 least = middle 99 least = middle + 1 100 while least < len(git_files) and git_files[least].startswith(path): 101 pruned_list.append(git_files[least]) 102 least += 1 103 git_index = least
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | CheckCompilerVersion.cmake | 1 # Check if the host compiler is new enough. LLVM requires at least GCC 4.8, 12 message(FATAL_ERROR "Host GCC version must be at least 4.8!") 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=19.0") 45 message(FATAL_ERROR "Host Visual Studio must be at least 2015") 47 message(WARNING "Host Visual Studio should at least be 2015 Update 3 (MSVC 19.00.24213.1)"
|
/external/llvm/cmake/modules/ |
D | CheckCompilerVersion.cmake | 1 # 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | floating-literals.s | 60 # 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/test/MC/AsmParser/ |
D | floating-literals.s | 60 # 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/eigen/doc/ |
D | LeastSquares.dox | 3 /** \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/skqp/src/pathops/ |
D | SkOpCubicHull.cpp | 130 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/ |
D | SkOpCubicHull.cpp | 130 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/tensorflow/tensorflow/core/profiler/g3doc/ |
D | options.md | 78 `-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/deqp-deps/glslang/Test/baseResults/ |
D | spv.subgroupClusteredNeg.comp.out | 2 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/autotest/client/site_tests/platform_MemCheck/ |
D | control | 30 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/ |
D | test_-b_-f.output | 34 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/llvm/test/tools/llvm-cov/Inputs/ |
D | test_-b_-f.output | 34 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/ |
D | control.battery_charge_time | 16 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/eigen/cmake/ |
D | FindSuperLU.cmake | 66 # at least 5.0 69 # at least 4.3 72 # at least 4.0
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug03.txt | 7 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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MatrixSolveLs.pbtxt | 31 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/ |
D | version_check.bzl | 40 …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/ |
D | sloppy-indentation.data | 9 to be indented with at least one space 13 to be indented with at least one space"
|
D | sloppy-indentation.canonical | 14 "the parser does not require scalars to be indented with at least one space" 16 "the parser does not require scalars to be indented with at least one space"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | sloppy-indentation.test | 11 to be indented with at least one space 15 to be indented with at least one space"
|
/external/llvm/test/YAMLParser/ |
D | sloppy-indentation.test | 11 to be indented with at least one space 15 to be indented with at least one space"
|
/external/libevent/m4/ |
D | ntp_pkg_config.m4 | 3 dnl Look for pkg-config, which must be at least 16 AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version])
|