HomeSort by relevance Sort by last modified time
    Searched defs:ROUNDER (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dsp/
rescaler.c 22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
23 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
120 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
157 #undef ROUNDER
rescaler_mips_dsp_r2.c 21 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
22 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
289 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
298 #undef ROUNDER
rescaler_msa.c 23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
24 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
241 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
rescaler_neon.c 23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
24 #define MULT_FIX_C(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
107 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
rescaler_sse2.c 26 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
27 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
120 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
156 const __m128i E1 = _mm_add_epi64(D1, rounder);
157 const __m128i E2 = _mm_add_epi64(D2, rounder);
201 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
257 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
303 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 277 return new BigDecimal(picos).divide(divisor, ROUNDER) + preferredAbbrev(bestUnit);
280 private static final MathContext ROUNDER = new MathContext(4);
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 89 milliseconds