Home
last modified time | relevance | path

Searched defs:getMax (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.hpp205 ConstValueAccess getMax (void) const { return ConstValueAccess(*m_type, m_max); } in getMax() function in rsg::ConstValueRangeAccess
247 ValueAccess getMax (void) { return ValueAccess(*m_type, m_max); } in getMax() function in rsg::ValueRangeAccess
283 ValueAccess getMax (void) { return ValueAccess(m_type, getMaxPtr()); } in getMax() function in rsg::ValueRange
286 ConstValueAccess getMax (void) const { return ConstValueAccess(m_type, getMaxPtr()); } in getMax() function in rsg::ValueRange
/third_party/boost/boost/thread/detail/
Dplatform_time.hpp340 static mono_platform_timepoint getMax() in getMax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6979 ScalarEvolution::BackedgeTakenInfo::getMax(BasicBlock *ExitingBlock, in getMax() function in ScalarEvolution::BackedgeTakenInfo
6990 ScalarEvolution::BackedgeTakenInfo::getMax(ScalarEvolution *SE) const { in getMax() function in ScalarEvolution::BackedgeTakenInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14262 …virtual double getMax (double value, double ulps) { return value + floatFormat16.ulp(deAbs(v… in getMax() function