Home
last modified time | relevance | path

Searched refs:newMax (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgUtils.hpp69 float newMax = deFloatFloor(max*subdiv)/subdiv; in quantizeFloatRange() local
70 if (min <= newMax) in quantizeFloatRange()
71 max = newMax; in quantizeFloatRange()
/third_party/icu/icu4c/source/test/intltest/
Dcolldata.cpp114 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local
115 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add()
129 listMax = newMax; in add()
195 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local
196 UnicodeString *newStrings = new UnicodeString[newMax]; in add()
206 listMax = newMax; in add()
/third_party/sqlite/src/
Dsqlite3.c98513 unsigned int newMax;
98518 newMax = 0;
98520 newMax = sqlite3BtreeLastPage(pBt);
98521 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3;
98523 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);