Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/audio/
Dsdlgenaudiocvt.pl151 sub maxIntVal { subroutine
166 my $val = maxIntVal($size) . '.0';
173 return 'DIVBY' . maxIntVal($size);
/third_party/vk-gl-cts/framework/randomshaders/
DrsgUtils.cpp206 const int maxIntVal = 16; in computeRandomValueRange() local
207 const int maxRangeLen = maxIntVal - minIntVal; in computeRandomValueRange()
DrsgExpression.cpp183 const int maxIntVal = 16; in computeRandomValueRangeForInfElements() local
184 const int maxRangeLen = maxIntVal - minIntVal; in computeRandomValueRangeForInfElements()