Home
last modified time | relevance | path

Searched +refs:simple +refs:mod +refs:reduce +refs:p2 (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model/metalava-model/linux_glibc_common/javac-header/
Dmetalava-model.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-stdlib- ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model/metalava-model/linux_glibc_common/combined/
Dmetalava-model.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-stdlib- ...
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dgeneric.rules355 // rewrite shifts of 8/16/32 bit consts into 64 bit consts to reduce
709 (Load <t1> p1 (Store {t2} p2 x _))
710 && isSamePtr(p1, p2)
714 (Load <t1> p1 (Store {t2} p2 _ (Store {t3} p3 x _)))
718 && disjoint(p3, t3.Size(), p2, t2.Size())
720 (Load <t1> p1 (Store {t2} p2 _ (Store {t3} p3 _ (Store {t4} p4 x _))))
724 && disjoint(p4, t4.Size(), p2, t2.Size())
727 (Load <t1> p1 (Store {t2} p2 _ (Store {t3} p3 _ (Store {t4} p4 _ (Store {t5} p5 x _)))))
731 && disjoint(p5, t5.Size(), p2, t2.Size())
737 (Load <t1> p1 (Store {t2} p2 (Const64 [x]) _)) && isSamePtr(p1,p2) && sizeof(t2) == 8 && is64BitFl…
[all …]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst78 * :pep:`680`: :mod:`tomllib` —
124 print(manhattan_distance(p1, p2))
249 the :mod:`typing` module.
318 The new :data:`~typing.Self` annotation provides a simple and intuitive
458 implementation of the :meth:`!__getstate__` method. :mod:`copy`\ing
459 and :mod:`pickle`\ing instances of subclasses of builtin types
548 line flag, or :mod:`sys` APIs. See the :ref:`integer string conversion
558 * :mod:`tomllib`: For parsing `TOML <https://toml.io/>`_.
562 * :mod:`wsgiref.types`:
780 *tiny_sha3* instead of the *Keccak Code Package* to reduce code and binary
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DREADME.txt71 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:
/aosp_15_r20/external/llvm/lib/Target/
H A DREADME.txt71 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:
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
H A DREADME.txt71 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:
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/compliancetests/mockmodem/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/out/target/common/obj/APPS/DocumentsUI_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/DocumentsUI/DocumentsUI/android_common/withres/
DDocumentsUI.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A Dorg_golang_x_tools-deletegopls.patch120 -# 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 …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/TerminalApp/VmTerminalApp/android_common_apex10000/withres/
DVmTerminalApp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/external/python/cpython2/Misc/
Dcheatsheet44 -m mod run library module as a script (terminates option list
674 "def callable(p1=1, p2=2)"
677 "callable(p2=99)" <=> "callable(1, 99)"
842 def test (p1, p2 = 1+1, *rest, **keywords):
906 Used mostly for filter(), map(), reduce() functions, and GUI callbacks..
1020 reduce(f, list [, Applies the binary function f to the items oflist so as to
1021 init]) reduce the list to a single value.If init given, it is
1877 dumbdbm A dumb and slow but simple dbm clone.
1969 shlex Lexical analyzer class for simple shell-like syntaxes.
2118 DEL reduce indentation, or delete single character
/aosp_15_r20/out/target/common/obj/APPS/ThemePicker_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePicker/android_common/withres/
DThemePicker.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/turbine-combined/
DWallpaperPicker2Lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/repackaged-jarjar/turbine/
DWallpaperPicker2Lib.jarorg/jspecify/annotations/package-info.class <Unknown> package org.jspecify. ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/repackaged-jarjar/turbine/
DThemePickerLib.jarorg/jspecify/annotations/package-info.class <Unknown> package org.jspecify. ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/turbine-combined/
DThemePickerLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common_apex30/withres/
DMediaProvider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common/withres/
DMediaProvider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common/jarjar/
DMediaProvider.jarorg/jspecify/annotations/Nullable.class Nullable.java package org.jspecify.annotations public ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common/combined/
DMediaProvider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common_apex30/jarjar/
DMediaProvider.jarorg/jspecify/annotations/Nullable.class Nullable.java package org.jspecify.annotations public ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common_apex30/combined/
DMediaProvider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...

123456