Home
last modified time | relevance | path

Searched refs:better (Results 1 – 25 of 1538) sorted by relevance

12345678910>>...62

/external/google-styleguide/docguide/
Dphilosophy.md15 1. [Better is better than perfect](#better-is-better-than-perfect)
23 * **Fewer distractions** make for better writing and more productive reading.
50 * **Static content is better than dynamic**, because content should not depend
51 on the features of any one server. However, **fresh is better than stale**. We
60 * **Brief and utilitarian is better than long and exhaustive**. The vast
64 ## Better is better than perfect
66 * **Incremental improvement is better than prolonged debate**. Patience and
/external/clang/test/SemaObjCXX/
Dconversion-ranking.mm21 // conversion of C* to B* is better than conversion of C* to A*.
29 // conversion of B* to A* is better than conversion of C* to A*
46 // A conversion to an a non-id object pointer type is better than a
55 // A conversion to an a non-Class object pointer type is better than a
83 // A conversion to an a non-id object pointer type is better than a
/external/clang/test/Modules/Inputs/available-is-better/
Dmodule.modulemap7 header "available-is-better.h"
11 header "available-is-better.h"
16 header "available-is-better.h"
/external/cldr/tools/java/org/unicode/cldr/tool/
DUpdateAliasedCodes.java24 R2<List<String>, String> better = togood.get(repl); in main() local
25 if (better != null) { in main()
26 …p.Metadata mapping bad: " + badCode + " => " + replacement + "; " + repl + " should be " + better); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DREADME.txt35 9. Since almost all instructions set flags - implement brcond / select in better
38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
40 11. Implement hooks for better memory op folding, etc.
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DREADME.txt35 9. Since almost all instructions set flags - implement brcond / select in better
38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
40 11. Implement hooks for better memory op folding, etc.
/external/llvm/lib/Target/MSP430/
DREADME.txt35 9. Since almost all instructions set flags - implement brcond / select in better
38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
40 11. Implement hooks for better memory op folding, etc.
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp339 std::function<bool(const TType& from, const TType& to1, const TType& to2)> better, in selectFunction() argument
421 … const auto betterParam = [&call, &better](const TFunction& can1, const TFunction& can2) -> bool { in selectFunction()
425 if (better(*call[param].type, *can1[param].type, *can2[param].type)) { in selectFunction()
433 …const auto equivalentParams = [&call, &better](const TFunction& can1, const TFunction& can2) -> bo… in selectFunction()
436 if (better(*call[param].type, *can1[param].type, *can2[param].type) || in selectFunction()
437 better(*call[param].type, *can2[param].type, *can1[param].type)) in selectFunction()
/external/tensorflow/tensorflow/python/autograph/
DSTYLE_GUIDE.md79 operators. E.g., `x**2` better than `x^2`, `x[i, j]` better than `x_{i,j}`,
80 `sum{ f(x[i]) : i=1...n }` better than `\sum_{i=1}^n f(x_i)` `int{sin(x) dx:
81 x in [0, 2 pi]}` better than `\int_0^{2\pi} sin(x) dx`.
/external/capstone/
DTODO11 - More optimization for better performance.
16 - OCaml binding is working, but still needs to support the core API better.
/external/python/cpython3/Doc/library/
Ddifflib.rst231 usually works better than using this function.
679 >>> text1 = ''' 1. Beautiful is better than ugly.
680 ... 2. Explicit is better than implicit.
681 ... 3. Simple is better than complex.
682 ... 4. Complex is better than complicated.
688 >>> text2 = ''' 1. Beautiful is better than ugly.
689 ... 3. Simple is better than complex.
690 ... 4. Complicated is better than complex.
691 ... 5. Flat is better than nested.
710 [' 1. Beautiful is better than ugly.\n',
[all …]
/external/python/cpython2/Doc/library/
Ddifflib.rst226 frequent as to constitute noise, and this usually works better than the pre-2.3
652 >>> text1 = ''' 1. Beautiful is better than ugly.
653 ... 2. Explicit is better than implicit.
654 ... 3. Simple is better than complex.
655 ... 4. Complex is better than complicated.
661 >>> text2 = ''' 1. Beautiful is better than ugly.
662 ... 3. Simple is better than complex.
663 ... 4. Complicated is better than complex.
664 ... 5. Flat is better than nested.
683 [' 1. Beautiful is better than ugly.\n',
[all …]
/external/llvm/test/CodeGen/Mips/
Dcmov.ll248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
322 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
335 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
361 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
378 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
424 ; FIXME: We can do better than this by adding/subtracting the result of slti
471 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dcmov.ll248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
322 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
335 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
361 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
378 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
424 ; FIXME: We can do better than this by adding/subtracting the result of slti
471 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
[all …]
/external/curl/docs/cmdline-opts/
Dfail.d7 better enable scripts etc to better deal with failed attempts. In normal cases
/external/mesa3d/docs/specs/
DMESA_shader_integer_functions.txt229 functions are compared. A function definition A is considered a better
233 in A is better than the corresponding conversion in B; and
235 * there is no function argument for which the conversion in B is better
238 If a single function definition is considered a better match than every
243 better than that for another match, the following rules are applied, in
246 1. An exact match is better than a match involving any implicit
250 better than a match involving any other implicit conversion.
253 float is better than a match involving an implicit conversion from
257 neither conversion is considered better than the other.
267 // ivec4. (A) better than (B) for 2nd
[all …]
/external/iptables/extensions/
Dlibipt_icmp.t3 # output uses the number, better use the name?
6 # output uses the number, better use the name?
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-neg-01.ll25 ; be better implemented using an XI on the upper byte. Do some extra
26 ; processing so that using FPRs is unequivocally better.
Dfp-neg-02.ll24 ; be better implemented using an XI on the upper byte. Do some extra
25 ; processing so that using FPRs is unequivocally better.
Dfp-abs-01.ll27 ; be better implemented using an NI on the upper byte. Do some extra
28 ; processing so that using FPRs is unequivocally better.
Dfp-abs-02.ll29 ; probably be better implemented using an OI on the upper byte. Do some
30 ; extra processing so that using FPRs is unequivocally better.
/external/llvm/test/CodeGen/SystemZ/
Dfp-neg-01.ll25 ; be better implemented using an XI on the upper byte. Do some extra
26 ; processing so that using FPRs is unequivocally better.
Dfp-abs-01.ll27 ; be better implemented using an NI on the upper byte. Do some extra
28 ; processing so that using FPRs is unequivocally better.
/external/antlr/runtime/Python/
DTODO32 - better documentation for output=template w/ full examples
37 - better output for return objects
47 - better test coverage for runtime modules
/external/linux-kselftest/tools/testing/selftests/tc-testing/
DTODO.txt9 need to better handle problems in pre- and post-suite.
16 - A better implementation of the "hooks". Currently, every plugin

12345678910>>...62