Searched +refs:simple +refs:mod +refs:reduce +refs:p1 (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Doc/whatsnew/ |
D | 3.11.rst | 76 * :pep:`680`: :mod:`tomllib` — 122 print(manhattan_distance(p1, p2)) 247 the :mod:`typing` module. 316 The new :data:`~typing.Self` annotation provides a simple and intuitive 456 implementation of the :meth:`!__getstate__` method. :mod:`copy`\ing 457 and :mod:`pickle`\ing instances of subclasses of builtin types 549 line flag, or :mod:`sys` APIs. See the :ref:`integer string conversion 559 * :mod:`tomllib`: For parsing `TOML <https://toml.io/>`_. 563 * :mod:`wsgiref.types`: 780 always set to a value of 255 representing "unknown" by the :mod:`gzip` [all …]
|
/external/bazelbuild-rules_go/third_party/ |
D | org_golang_x_tools-deletegopls.patch | 120 -# Create an empty go.mod file, only for tracking requirements. 122 -go mod init gopls-unstable 780 -To reduce false positives it ignores: 964 -Adds a dependency to the go.mod file for a module. 970 - // The go.mod file URI. 1035 - // The go.mod file URI. 1042 -### **Run go mod edit -go=version** 1045 -Runs `go mod edit -go=version` for a module. 1053 - // The version to pass to `go mod edit -go`. 1214 -Removes a dependency from the go.mod file of a module. [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
D | README.txt | 71 multiple uses. Here's a simple example: 637 We do a number of simplifications in simplify libcalls to strength reduce 689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a 993 It would be better to do the mul once to reduce codesize above the if. 998 This simple function from 179.art: 1476 uint8_t p1(uint8_t b, uint8_t a) { 1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp { 1527 It would be interesting extend IPSCCP to be able to handle simple cases like 1537 handle simple things like this:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 71 multiple uses. Here's a simple example: 637 We do a number of simplifications in simplify libcalls to strength reduce 689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a 993 It would be better to do the mul once to reduce codesize above the if. 998 This simple function from 179.art: 1476 uint8_t p1(uint8_t b, uint8_t a) { 1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp { 1527 It would be interesting extend IPSCCP to be able to handle simple cases like 1537 handle simple things like this:
|
/external/llvm/lib/Target/ |
D | README.txt | 71 multiple uses. Here's a simple example: 637 We do a number of simplifications in simplify libcalls to strength reduce 689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a 993 It would be better to do the mul once to reduce codesize above the if. 998 This simple function from 179.art: 1476 uint8_t p1(uint8_t b, uint8_t a) { 1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp { 1527 It would be interesting extend IPSCCP to be able to handle simple cases like 1537 handle simple things like this:
|
/external/pcre/doc/ |
D | pcre2.txt | 688 variables. The API is designed to be fairly simple for non-threaded ap- 2092 for patterns to be analyzed, and for one-off matches and simple pat- 2206 simple check against passing an arbitrary memory pointer. Here is a 2413 should point to a uint32_t integer. The simple assertions \b and \B re- 2481 As a simple example of the name/number table, consider the following 2691 Here is an example of a simple call to pcre2_match(): 3221 at the same position in the subject string. Some simple patterns that 3561 the relevant name is "B". This facility can be used to perform simple 3679 when the simple (non-extended) syntax is used and PCRE2_SUBSTITUTE_UN- 3850 Here is an example of a simple call to pcre2_dfa_match(): [all …]
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 55 - // There should be very few layer in the project, use recusion to keep simple. 6452 - pair (T1 p1, T2 p2) 6453 - : m1 {p1}, 14730 -# but we know of no workaround that is simple, portable, and efficient. 16437 - crossing the specified threshold to reduce fragmentation. (@interwq) 16593 - - Eagerly coalesce large extents to reduce fragmentation. (@interwq) 16609 - Purging the additional extent helps save memory as well as reduce VM 16954 - which can substantially reduce virtual memory churn and fragmentation. This 17294 - run fragmentation, smaller runs reduce external fragmentation for small size 17306 - additional optimizations that reduce maximum lookup depth to one or two [all …]
|