HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 101 - 125 of 1661) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/test/cintltst/
cnumtst.h 42 * The function used to test Number format API rounding with significant digits
  /external/llvm/test/CodeGen/Hexagon/
doubleconvert-ieee-rnd-near.ll 3 ; to 32-bit int value in IEEE rounding to the nearest mode in V5.
  /external/llvm/test/CodeGen/SystemZ/
fp-round-01.ll 1 ; Test rint()-like rounding, with non-integer values triggering an
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 51 The next macros are defined iff the appropriate rounding mode is
83 /* Rounding control. */
85 /* Get current rounding direction. */
88 /* Establish the rounding direction represented by ROUND. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 51 The next macros are defined iff the appropriate rounding mode is
83 /* Rounding control. */
85 /* Get current rounding direction. */
88 /* Establish the rounding direction represented by ROUND. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 51 The next macros are defined iff the appropriate rounding mode is
83 /* Rounding control. */
85 /* Get current rounding direction. */
88 /* Establish the rounding direction represented by ROUND. */
  /external/libyuv/files/unit_test/
scale_test.cc 22 FilterMode f, int rounding, int benchmark_iterations) {
23 const int b = 128 * rounding;
24 int src_width_uv = (src_width + rounding) >> 1;
25 int src_height_uv = (src_height + rounding) >> 1;
37 int dst_width_uv = (dst_width + rounding) >> 1;
38 int dst_height_uv = (dst_height + rounding) >> 1;
122 // operations may introduce rounding somewhere. So do a difference
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
tointegral.decTest 31 rounding: half_up
166 rounding: half_up
178 -- all rounding modes
179 rounding: half_even
188 rounding: half_up
197 rounding: half_down
206 rounding: up
215 rounding: down
224 rounding: ceiling
233 rounding: floo
    [all...]
tointegralx.decTest 31 rounding: half_up
166 rounding: half_up
178 -- all rounding modes
179 rounding: half_even
188 rounding: half_up
197 rounding: half_down
206 rounding: up
215 rounding: down
224 rounding: ceiling
233 rounding: floo
    [all...]
add.decTest 23 rounding: half_up
238 rounding: half_up
260 rounding: half_even
286 rounding: down
310 rounding: half_up
331 rounding: half_down
341 rounding: half_up
394 rounding: half_up
403 rounding: half_down
408 rounding: half_u
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
tointegral.decTest 31 rounding: half_up
166 rounding: half_up
178 -- all rounding modes
179 rounding: half_even
188 rounding: half_up
197 rounding: half_down
206 rounding: up
215 rounding: down
224 rounding: ceiling
233 rounding: floo
    [all...]
tointegralx.decTest 31 rounding: half_up
166 rounding: half_up
178 -- all rounding modes
179 rounding: half_even
188 rounding: half_up
197 rounding: half_down
206 rounding: up
215 rounding: down
224 rounding: ceiling
233 rounding: floo
    [all...]
add.decTest 23 rounding: half_up
238 rounding: half_up
260 rounding: half_even
286 rounding: down
310 rounding: half_up
331 rounding: half_down
341 rounding: half_up
394 rounding: half_up
403 rounding: half_down
408 rounding: half_u
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 35 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
59 input0 = _mm_add_epi32(input0, rounding);
60 input1 = _mm_add_epi32(input1, rounding);
61 input2 = _mm_add_epi32(input2, rounding);
62 input3 = _mm_add_epi32(input3, rounding);
98 input0 = _mm_add_epi32(input0, rounding);
99 input1 = _mm_add_epi32(input1, rounding);
100 input2 = _mm_add_epi32(input2, rounding);
101 input3 = _mm_add_epi32(input3, rounding);
401 tmp0 = _mm_add_epi32(tmp0, rounding); \
506 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
624 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
962 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
1240 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
2434 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
3130 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
3489 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 48 /* Rounding mode constants. */
63 /* (e.g. the rounding mode, whether to render a vertical or horizontal */
68 /* Rounding function */
248 TT_Round_Func func_round; /* current rounding function */
264 TT_Round_Func func_round_sphn; /* subpixel rounding function */
  /external/freetype/src/truetype/
ttinterp.h 48 /* Rounding mode constants. */
63 /* (e.g. the rounding mode, whether to render a vertical or horizontal */
68 /* Rounding function */
248 TT_Round_Func func_round; /* current rounding function */
264 TT_Round_Func func_round_sphn; /* subpixel rounding function */
  /frameworks/base/libs/hwui/
Rect.h 176 * Similar to snapToPixelBoundaries, but estimates bounds conservatively to handle GL rounding
184 /* For AA geometry with a ramp perimeter, don't snap by rounding - AA geometry will have
186 * conservatively rounding out the bounds with floor/ceil.
188 * In order to avoid changing integer bounds with floor/ceil due to rounding errors
198 /* For other geometry, we do the regular rounding in order to snap, but also outset the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 25 * Converts a double precision value into a short int after rounding
51 * Converts a double precision value into a int after rounding
76 * Converts a double precision value into a short int after rounding and saturation
120 * Converts a double precision value into a int after rounding and saturation
164 * Converts a double precision value into a unsigned short int after rounding and saturation
192 * Converts a double precision value into a unsigned int after rounding and saturation
220 * Converts a double precision value into a 64 bit int after rounding
363 * integer value. Takes care of rounding while clipping the final
902 * Description : Integer division with rounding to the nearest integer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 25 * Converts a double precision value into a short int after rounding
51 * Converts a double precision value into a int after rounding
76 * Converts a double precision value into a short int after rounding and saturation
120 * Converts a double precision value into a int after rounding and saturation
164 * Converts a double precision value into a unsigned short int after rounding and saturation
192 * Converts a double precision value into a unsigned int after rounding and saturation
220 * Converts a double precision value into a 64 bit int after rounding
363 * integer value. Takes care of rounding while clipping the final
902 * Description : Integer division with rounding to the nearest integer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 25 * Converts a double precision value into a short int after rounding
51 * Converts a double precision value into a int after rounding
76 * Converts a double precision value into a short int after rounding and saturation
120 * Converts a double precision value into a int after rounding and saturation
164 * Converts a double precision value into a unsigned short int after rounding and saturation
192 * Converts a double precision value into a unsigned int after rounding and saturation
220 * Converts a double precision value into a 64 bit int after rounding
363 * integer value. Takes care of rounding while clipping the final
902 * Description : Integer division with rounding to the nearest integer.
  /external/chromium_org/third_party/icu/source/i18n/
decContext.h 36 /* round -- must be one of the enumerated rounding modes */
74 enum rounding { enum
91 enum rounding round; /* rounding mode */
252 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
256 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
  /external/icu4c/i18n/
decContext.h 37 /* round -- must be one of the enumerated rounding modes */
75 enum rounding { enum
92 enum rounding round; /* rounding mode */
253 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 42 * rounding modes in IEEE 754, as described in fenv(3)
45 * from the exception flags, mask, and rounding mode
s_rint.c 19 * rounding mode.
65 * possibility of errors from double rounding in
  /external/chromium_org/media/base/
audio_timestamp_helper_unittest.cc 89 // Verify GetFramesToTarget() rounding behavior.
113 // tested above to verify that the code is rounding properly.

Completed in 1398 milliseconds

1 2 3 45 6 7 8 91011>>