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

  /external/chromium_org/third_party/angle/src/compiler/
ForLoopUnroll.h 15 int stopValue;
ForLoopUnroll.cpp 76 info.stopValue = evaluateIntConstant(
95 return (info.currentValue == info.stopValue);
97 return (info.currentValue != info.stopValue);
99 return (info.currentValue < info.stopValue);
101 return (info.currentValue > info.stopValue);
103 return (info.currentValue <= info.stopValue);
105 return (info.currentValue >= info.stopValue);

Completed in 23 milliseconds