HomeSort by relevance Sort by last modified time
    Searched refs:firstVal (Results 1 - 17 of 17) sorted by null

  /dalvik/vm/mterp/c/
opcommon.cpp 147 s4 firstVal, secondVal, result; \
148 firstVal = GET_REGISTER(vsrc1); \
155 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
157 result = firstVal; /* division */ \
161 result = firstVal _op secondVal; \
194 s4 firstVal, result; \
195 firstVal = GET_REGISTER(vsrc1); \
201 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
204 result = firstVal; /* division */ \
208 result = firstVal _op (s2) vsrc2;
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-armv5te.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-armv7-a-neon.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-armv7-a.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-x86-atom.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-x86.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-allstubs.cpp 653 s4 firstVal, secondVal, result; \
654 firstVal = GET_REGISTER(vsrc1); \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
663 result = firstVal; /* division */ \
667 result = firstVal _op secondVal; \
700 s4 firstVal, result; \
701 firstVal = GET_REGISTER(vsrc1); \
707 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
    [all...]
InterpC-portable.cpp 601 s4 firstVal, secondVal, result; \
602 firstVal = GET_REGISTER(vsrc1); \
609 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
611 result = firstVal; /* division */ \
615 result = firstVal _op secondVal; \
648 s4 firstVal, result; \
649 firstVal = GET_REGISTER(vsrc1); \
655 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
658 result = firstVal; /* division */ \
662 result = firstVal _op (s2) vsrc2;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 342 const TransformOperations* firstVal = operationsAt(valueList, firstIndex);
352 if (firstVal->operations().size() != val->operations().size())
355 for (size_t j = 0; j < firstVal->operations().size(); ++j) {
356 if (!firstVal->operations().at(j)->isSameType(*val->operations().at(j)))
367 list.resize(firstVal->operations().size());
368 for (size_t j = 0; j < firstVal->operations().size(); ++j) {
369 TransformOperation::OperationType type = firstVal->operations().at(j)->getOperationType();
377 lastRotAngle = static_cast<RotateTransformOperation*>(firstVal->operations().at(j).get())->angle();
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 408 const TransformOperations* firstVal = &m_keyframes[firstNonEmptyTransformKeyframeIndex].style()->transform();
420 if (firstVal->operations().size() != val->operations().size())
424 for (size_t j = 0; j < firstVal->operations().size(); ++j) {
425 if (!firstVal->operations()[j]->isSameType(*val->operations()[j]))
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 54 short firstVal;
201 aecm->firstVal = 0;
364 aecm->firstVal = aecm->msInSndCardBuf;
368 if (abs(aecm->firstVal - aecm->msInSndCardBuf)
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 121 Object firstVal = "Gabba";
123 map.put("Gah", firstVal);
127 ht.get("Gah") == firstVal);
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 65 short firstVal;
254 aecpc->firstVal = 0;
483 aecpc->firstVal = aecpc->msInSndCardBuf;
487 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) <
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 98 Object firstVal = "Gabba";
100 map.put("Gah", firstVal);
104 ht.get("Gah") == firstVal);
  /external/bison/data/
glr.c     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 437 SVal firstVal = state->getSVal(First, LCtx);
440 Loc *firstLoc = dyn_cast<Loc>(&firstVal);
477 // Switch the values so that firstVal is before secondVal.
    [all...]

Completed in 405 milliseconds