Searched +refs:simple +refs:mod +refs:reduce +refs:p2 (Results 1 – 6 of 6) 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: 1481 uint8_t p2(uint8_t b, uint8_t a) { 1495 define zeroext i8 @p2(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: 1481 uint8_t p2(uint8_t b, uint8_t a) { 1495 define zeroext i8 @p2(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: 1481 uint8_t p2(uint8_t b, uint8_t a) { 1495 define zeroext i8 @p2(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/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) 6454 - m2 {p2} 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 …]
|