Home
last modified time | relevance | path

Searched refs:newMin (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgUtils.hpp63 float newMin = deFloatCeil(min*subdiv)/subdiv; in quantizeFloatRange() local
64 if (newMin <= max) in quantizeFloatRange()
65 min = newMin; // Minimum value quantized in quantizeFloatRange()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_abort_sniffer.cpp114 dng_priority newMin = MinPriority (); in Decrement() local
116 if (newMin < oldMin) in Decrement()
/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/node/tools/
Dlint-md.mjs4730 let newMin = b < 0 ? Math.abs(b) : 1; variable
4731 negatives = splitToPatterns(newMin, Math.abs(a), state, opts);