Home
last modified time | relevance | path

Searched refs:newMax (Results 1 – 4 of 4) 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/boost/libs/hana/doc/js/
Dhighcharts.js184 r(k.max,g));c={newMin:c,newMax:b};t(this,"zoom",c,function(b){var c=b.newMin,k=b.newMax;if(c!==e.mi… property
/third_party/sqlite/src/
Dsqlite3.c95138 unsigned int newMax;
95143 newMax = 0;
95145 newMax = sqlite3BtreeLastPage(pBt);
95146 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3;
95148 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);