HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 176 - 200 of 2466) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
conversions.h 42 // rounding towards zero.
53 // rounding towards zero.
64 // There is no rounding involved in converting an integer to a
72 // There is no rounding involved in converting an unsigned integer to a
diy-fp.cc 15 // significant 64 bits are only used for rounding the most significant 64
  /external/valgrind/none/tests/arm/
intdiv.c 41 // Check for rounding towards zero
  /frameworks/base/libs/hwui/utils/
Blur.h 33 // radius conversion a small rounding error may be introduced. This function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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/go/darwin-x86/src/math/
sqrt.go 72 // 3. Final rounding
77 // The rounding mode can be detected by checking whether
82 // Notes: Rounding mode detection omitted. The constants "mask", "shift",
138 // final rounding
  /prebuilts/go/linux-x86/src/math/
sqrt.go 72 // 3. Final rounding
77 // The rounding mode can be detected by checking whether
82 // Notes: Rounding mode detection omitted. The constants "mask", "shift",
138 // final rounding
  /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
  /libcore/luni/src/test/java/libcore/util/
ZoneInfoTest.java 114 * Checks to make sure that rounding the time from milliseconds to seconds does not cause issues
148 * Checks to make sure that rounding the time from milliseconds to seconds does not cause issues
183 * transitions where the transition times are negative is not affected by rounding issues.
206 // Now create one a few milliseconds before the DST transition to make sure that rounding
216 * transitions where the transition times are positive is not affected by rounding issues.
239 // Now create one a few milliseconds before the DST transition to make sure that rounding
249 * transitions where the transition times are negative is not affected by rounding issues.
268 // Now create one a few milliseconds after the DST transition to make sure that rounding
278 * transitions where the transition times are positive is not affected by rounding issues.
297 // Now create one a few milliseconds after the DST transition to make sure that rounding
    [all...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigReal.java 52 /** Rounding mode for divisions. **/
192 * Gets the rounding mode for division operations
194 * @return the rounding mode.
202 * Sets the rounding mode for decimal divisions.
203 * @param roundingMode rounding mode for decimal divisions
  /external/freetype/src/truetype/
ttinterp.h 31 /* Rounding mode constants. */
46 /* (e.g. the rounding mode, whether to render a vertical or horizontal */
51 /* Rounding function */
235 TT_Round_Func func_round; /* current rounding function */
253 TT_Round_Func func_round_sphn; /* subpixel rounding function */
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_bilinear_sse2.asm 25 movq xmm3, rcx ;rounding
45 paddsw xmm0, xmm3 ;rounding
73 movq xmm4, rcx ;rounding
90 paddsw xmm0, xmm4 ;rounding
118 paddsw xmm0, xmm4 ;rounding
vpx_subpixel_bilinear_ssse3.asm 24 movq xmm2, rcx ;rounding
36 paddsw xmm0, xmm2 ;rounding
62 movq xmm6, rcx ;rounding
74 paddsw xmm0, xmm6 ;rounding
95 paddsw xmm0, xmm6 ;rounding
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 31 /* Rounding mode constants. */
46 /* (e.g. the rounding mode, whether to render a vertical or horizontal */
51 /* Rounding function */
235 TT_Round_Func func_round; /* current rounding function */
253 TT_Round_Func func_round_sphn; /* subpixel rounding function */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_bilinear_sse2.asm 25 movq xmm3, rcx ;rounding
45 paddsw xmm0, xmm3 ;rounding
73 movq xmm4, rcx ;rounding
90 paddsw xmm0, xmm4 ;rounding
118 paddsw xmm0, xmm4 ;rounding
vp9_subpixel_bilinear_ssse3.asm 24 movq xmm2, rcx ;rounding
36 paddsw xmm0, xmm2 ;rounding
62 movq xmm6, rcx ;rounding
74 paddsw xmm0, xmm6 ;rounding
95 paddsw xmm0, xmm6 ;rounding

Completed in 984 milliseconds

1 2 3 4 5 6 78 91011>>