Searched defs:roundNBit (Results 1 – 1 of 1) sorted by relevance
151 struct roundNBit struct153 roundNBit (int n): n(n) {} in roundNBit() argument154 half operator () (half x) {return x.round(n);} in operator()155 int n;