Searched refs:destMax (Results 1 – 1 of 1) sorted by relevance
82 DestT destMax = std::numeric_limits<DestT>::max(); in clampCast() local83 if (value >= static_cast<SrcT>(destMax)) in clampCast()85 return destMax; in clampCast()