Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/common/
Dmathutil.h407 const float inverseMax = 1.0f / std::numeric_limits<T>::max(); in normalizedToFloat() local
417 const float inverseMax = 1.0f / ((1 << inputBitCount) - 1); in normalizedToFloat() local