Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfLut.h151 struct roundNBit struct
153 roundNBit (int n): n(n) {} in roundNBit() argument
154 half operator () (half x) {return x.round(n);} in operator()
155 int n;