/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/ |
rounding.decTest | 2 -- rounding.decTest -- decimal rounding modes testcases -- 23 -- order to get correct results for some rounding modes. Rather than 24 -- single rounding tests we therefore need tests for most operators. 26 -- is rounding of negatives (if the latter works for addition, assume it 41 rounding: down 73 rounding: half_down 105 rounding: half_even 137 rounding: half_up 169 rounding: u [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
rounding.decTest | 2 -- rounding.decTest -- decimal rounding modes testcases -- 23 -- order to get correct results for some rounding modes. Rather than 24 -- single rounding tests we therefore need tests for most operators. 26 -- is rounding of negatives (if the latter works for addition, assume it 41 rounding: down 73 rounding: half_down 105 rounding: half_even 137 rounding: half_up 169 rounding: u [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
rounding.decTest | 2 -- rounding.decTest -- decimal rounding modes testcases -- 23 -- order to get correct results for some rounding modes. Rather than 24 -- single rounding tests we therefore need tests for most operators. 26 -- is rounding of negatives (if the latter works for addition, assume it 41 rounding: down 73 rounding: half_down 105 rounding: half_even 137 rounding: half_up 169 rounding: u [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtod.c | 57 #define Rounding Flt_Rounds 130 int Rounding; 132 Rounding = Flt_Rounds; 134 Rounding = 1; 136 case FE_TOWARDZERO: Rounding = 0; break; 137 case FE_UPWARD: Rounding = 2; break; 138 case FE_DOWNWARD: Rounding = 3; 178 fpi1.rounding = Rounding; 442 if (Rounding >= 2) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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); 413 tmp0 = _mm_add_epi32(tmp0, rounding); \ 542 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 678 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 1000 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 1377 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 2532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 3453 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 3738 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local [all...] |
/art/runtime/interpreter/mterp/x86_64/ |
cvtfp_int.S | 5 * should be zero. Further, the rounding mode is to truncate.
|
/bionic/libc/tzcode/ |
difftime.c | 51 ** This suffers from double rounding; attempt to lessen that
|
/external/compiler-rt/lib/builtins/arm/ |
fixdfsivfp.S | 15 // Converts double precision float to a 32-bit int rounding towards zero.
|
fixsfsivfp.S | 15 // Converts single precision float to a 32-bit int rounding towards zero.
|
fixunsdfsivfp.S | 15 // Converts double precision float to a 32-bit unsigned int rounding towards
|
fixunssfsivfp.S | 15 // Converts single precision float to a 32-bit unsigned int rounding towards
|
floatsisfvfp.S | 15 // Converts single precision float to a 32-bit int rounding towards zero.
|
floatunssisfvfp.S | 15 // Converts single precision float to a 32-bit int rounding towards zero.
|
/external/compiler-rt/lib/builtins/ |
fp_add_impl.inc | 10 // This file implements soft-float addition with the IEEE-754 default rounding 82 // bottom bit to get rounding correct. 121 // Result is denormal before rounding; the exponent is zero and we 139 // Final rounding. The result may overflow to infinity, but that is the
|
muldf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even).
|
mulsf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even).
|
/external/compiler-rt/lib/builtins/i386/ |
floatundixf.S | 35 addsd REL_ADDR(twop84_plus_twop52_neg), %xmm0 // hi - 2^52 (no rounding occurs)
|
/external/compiler-rt/lib/builtins/x86_64/ |
floatundixf.S | 61 faddl -8(%rsp) // hi - 2^52 (as double extended, no rounding occurs)
|
/external/gemmlowp/public/ |
output_stages.h | 37 // ((input + result_offset) * result_mult_int + rounding) >> result_shift 39 // rounding = (result_shift < 1) ? 0 : (1 << (result_shift - 1)); 54 // ((input + result_offset) * result_mult_int + rounding) >> result_shift 56 // rounding = (result_shift < 1) ? 0 : (1 << (result_shift - 1));
|
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.h | 42 * The function used to test Number format API rounding with significant digits
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
package.html | 19 <li>Enhanced number format to 'spell out' numbers, padding and rounding control.</li>
|
/external/libvpx/libvpx/vpx_ports/ |
mem.h | 41 /* Shift down with rounding */
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
dmg_fp.h | 13 // biased rounding (add half and chop).
|
/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/skia/src/core/ |
SkFDot6.h | 20 * _cairo_fixed_from_double. It does banker's rounding
|