Searched +refs:mod +refs:reduce +refs:p1 +refs:simple +refs:mod +refs:reduce +refs:p1 (Results 1 – 4 of 4) sorted by relevance
| /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/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/python/cpython2/Misc/ |
| D | cheatsheet | 44 -m mod run library module as a script (terminates option list 674 "def callable(p1=1, p2=2)" 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
|
| /external/pcre/doc/ |
| D | pcre2.txt | 669 variables. The API is designed to be fairly simple for non-threaded ap- 1996 for patterns to be analyzed, and for one-off matches and simple pat- 2108 simple check against passing an arbitrary memory pointer. Here is a 2315 should point to a uint32_t integer. The simple assertions \b and \B re- 2383 As a simple example of the name/number table, consider the following 2558 Here is an example of a simple call to pcre2_match(): 3068 at the same position in the subject string. Some simple patterns that 3407 the relevant name is "B". This facility can be used to perform simple 3525 when the simple (non-extended) syntax is used and PCRE2_SUBSTITUTE_UN- 3696 Here is an example of a simple call to pcre2_dfa_match(): [all …]
|