Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmathutil.h82 DestT destMax = std::numeric_limits<DestT>::max(); in clampCast() local
83 if (value >= static_cast<SrcT>(destMax)) in clampCast()
85 return destMax; in clampCast()