Searched defs:rounder (Results 1 – 8 of 8) sorted by relevance
27 public Precision rounder; field in MicroProps
23 public Precision rounder; field in MicroProps
28 RoundingImpl rounder; member
119 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerImportRowShrink_SSE2() local200 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in ProcessRow_SSE2() local255 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerExportRowExpand_SSE2() local
220 public T rounding(Precision rounder) { in rounding()
217 public T rounding(Precision rounder) { in rounding()
235 Pow2Rounder rounder; in TEST() local
1724 Derived rounding(const Rounder& rounder) const & { in rounding()