/external/swiftshader/src/Shader/ |
D | Constants.cpp | 337 static const dword4 maxPos = {0x7F7FFFFF, 0x7F7FFFFF, 0x7F7FFFFF, 0x7F7FFFFE}; in Constants() local 339 memcpy(&this->maxPos, &maxPos, sizeof(maxPos)); in Constants()
|
D | Constants.hpp | 97 dword4 maxPos; member
|
D | VertexRoutine.cpp | 127 Int4 finiteX = CmpLE(Abs(o[pos].x), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 128 Int4 finiteY = CmpLE(Abs(o[pos].y), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 129 Int4 finiteZ = CmpLE(Abs(o[pos].z), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags()
|
/external/swiftshader/src/Pipeline/ |
D | Constants.cpp | 337 static const dword4 maxPos = {0x7F7FFFFF, 0x7F7FFFFF, 0x7F7FFFFF, 0x7F7FFFFE}; in Constants() local 339 memcpy(&this->maxPos, &maxPos, sizeof(maxPos)); in Constants()
|
D | Constants.hpp | 97 dword4 maxPos; member
|
D | VertexRoutine.cpp | 127 Int4 finiteX = CmpLE(Abs(o[pos].x), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 128 Int4 finiteY = CmpLE(Abs(o[pos].y), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 129 Int4 finiteZ = CmpLE(Abs(o[pos].z), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags()
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
D | AbstractConfigurationBuilder.java | 212 private static String wordWrap(String text, int startPos, int maxPos) { in wordWrap() argument 224 int maxLength = maxPos - pos; in wordWrap() 227 length = part.lastIndexOf(' ', maxPos - pos) + 1; in wordWrap()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1019 int maxPos = text.length(); in parse() local 1043 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1267 if (parsedPos < maxPos && in parse() 1275 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1294 if (parsedPos < maxPos && in parse() 1302 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1316 if (parsedPos < maxPos && in parse() 1324 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1353 if (parsedPos < maxPos) { in parse() 1372 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1080 int maxPos = text.length(); in parse() local 1104 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1328 if (parsedPos < maxPos && in parse() 1336 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1355 if (parsedPos < maxPos && in parse() 1363 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1377 if (parsedPos < maxPos && in parse() 1385 if (tmpPos.getIndex() == maxPos || hasDigitOffset.value) { in parse() 1414 if (parsedPos < maxPos) { in parse() 1433 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 822 int32_t maxPos = text.length(); in parse() local 846 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse() 1118 if (parsedPos < maxPos && in parse() 1126 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse() 1144 if (parsedPos < maxPos && in parse() 1152 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse() 1166 if (parsedPos < maxPos && in parse() 1174 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse() 1199 if (parsedPos < maxPos) { in parse() 1223 …if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_SPECIFIC_… in parse() [all …]
|
/external/aac/libSBRdec/src/ |
D | env_extr.cpp | 1661 int maxPos, i, j; in checkFrameInfo() local 1686 maxPos = numberOfTimeSlots + (overlap / timeStep); in checkFrameInfo() 1691 if (startPos > maxPos - numberOfTimeSlots) /* First env. must start in or in checkFrameInfo() 1698 if (stopPos > maxPos) return 0; in checkFrameInfo()
|
/external/libxml2/ |
D | xpath.c | 11802 int maxPos, in xmlXPathCompOpEvalPositionalPredicate() argument 11917 if (res && (pos >= minPos) && (pos <= maxPos)) { in xmlXPathCompOpEvalPositionalPredicate() 11922 if (minPos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate() 11938 if (pos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate() 12002 int *maxPos) in xmlXPathIsPositionalPredicate() argument 12047 *maxPos = (int) floatval; in xmlXPathIsPositionalPredicate() 12048 if (floatval == (double) *maxPos) in xmlXPathIsPositionalPredicate() 12064 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest() 12075 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest() 12113 int maxPos; /* The requested position() (when a "[n]" predicate) */ in xmlXPathNodeCollectAndTest() local [all …]
|