/packages/apps/Exchange/src/com/android/exchange/utility/ |
SimpleIcsWriter.java | 42 // Fold it when necessary.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/ |
swab.h | 29 * C versions that gcc can fold into a compile-time constant when
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/ |
swab.h | 29 * C versions that gcc can fold into a compile-time constant when
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/ |
swab.h | 29 * C versions that gcc can fold into a compile-time constant when
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uu.py | 23 # between ascii and binary. This results in a 1000-fold speedup. The C
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uu.py | 23 # between ascii and binary. This results in a 1000-fold speedup. The C
|
/external/flac/libFLAC/ |
bitwriter.c | 445 /* fold signed to unsigned; actual formula is: negative(v)? -2v-1 : 2v */ 459 /* fold signed to unsigned */ 524 /* fold signed to unsigned; actual formula is: negative(v)? -2v-1 : 2v */ 557 /* fold signed to unsigned; actual formula is: negative(v)? -2v-1 : 2v */ 667 /* fold signed to unsigned */
|
/external/chromium_org/third_party/angle/src/compiler/ |
Intermediate.cpp | 213 // See if we can fold constants. 219 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); 354 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink); 632 // See if all the operands are constant, then fold it otherwise not. 1127 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) function in class:TIntermConstantUnion [all...] |
/external/llvm/lib/Analysis/IPA/ |
InlineCost.cpp | 322 // Try to fold GEPs of constant-offset call site argument pointers. This 521 // We have common bases, fold the icmp to a constant based on the 562 // Try to handle a special case: we can fold computing the difference of two 571 // We have common bases, fold the subtract to a constant based on the 681 // inside of instsimplify, directly constant fold calls here. [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uprops.cpp | 601 // first: b = NFKC(Fold(a)) 619 // second: c = NFKC(Fold(b))
|
utrie.c | 393 * Fold the normalization data for supplementary code points into 446 * Fold significant index values into the area just after the BMP indexes. 764 /* fold and compact if necessary, also checks that indexLength is within limits */ 769 /* fold the supplementary part of the index array */ [all...] |
/external/icu4c/common/ |
uprops.cpp | 575 // first: b = NFKC(Fold(a)) 593 // second: c = NFKC(Fold(b))
|
/external/llvm/include/llvm/ADT/ |
Twine.h | 344 // the compiler to be smart enough to fold operator+()/concat() down to the 480 // Otherwise we need to create a new node, taking care to fold in unary
|
/external/llvm/include/llvm/CodeGen/ |
FastISel.h | 118 /// \brief We're checking to see if we can fold \p LI into \p FoldInst. Note 134 /// fold the load as an operand to the instruction, returning true if
|
/external/llvm/include/llvm/Transforms/Utils/ |
Local.h | 106 /// recursively fold the 'and' to 0. 149 /// and if a predecessor branches to us and one of our successors, fold the
|
/external/llvm/lib/CodeGen/ |
LiveRangeEdit.cpp | 177 // FIXME: Targets don't know how to fold subreg uses. 199 DEBUG(dbgs() << "Try to fold single def: " << *DefMI
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | 420 // RHS so that we can fold the shift into the insert. 480 // SETEQ/SETNE comparison with 16-bit immediate, fold it. 484 // If this is a 16-bit signed immediate, fold it. 521 // SETEQ/SETNE comparison with 16-bit immediate, fold it. 525 // If this is a 16-bit signed immediate, fold it. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 642 // If multiple addends share same symbolic value, fold them together. [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
Rfc822Output.java | 322 * Unpack, encode, and fold address(es) into a header 333 writer.append(MimeUtility.fold(Address.packedToHeader(value), name.length() + 2));
|
/art/runtime/base/ |
stringpiece.h | 181 // this observation to fold the odd-length case into the even-length case.
|
/external/chromium_org/media/base/ |
vector_math.cc | 186 // Fold the maximums together to get the overall maximum.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 238 if (fold(std::multiplies<size_t>(), 1u,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
base.hpp | 229 fold(F op, T a, It0 it0, It0 end0, Its... its) { function in namespace:clover
|
/external/chromium_org/v8/test/mjsunit/ |
constant-folding-2.js | 29 // Flags: --nodead-code-elimination --fold-constants --allow-natives-syntax
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-first-local-read-after-block-merge-expected.txt | 24 Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it.
|