/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/ |
fenv.h | 37 * * [23:22] - RMode, Rounding Mode control field: 94 /* Rounding modes. */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/ |
fenv.h | 37 * * [23:22] - RMode, Rounding Mode control field: 94 /* Rounding modes. */
|
/bionic/libc/include/sys/ |
param.h | 37 /* Macros for counting and rounding. */
|
/bionic/libm/include/arm/machine/ |
fenv.h | 55 /* Rounding modes. */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_lrint.c | 42 * that overflows depends on the rounding mode when 'dtype' has more
|
/development/ndk/platforms/android-21/arch-arm/include/machine/ |
fenv.h | 55 /* Rounding modes. */
|
/development/ndk/platforms/android-21/include/sys/ |
param.h | 37 /* Macros for counting and rounding. */
|
/external/compiler-rt/lib/builtins/ |
adddf3.c | 11 // default rounding (to nearest, ties to even).
|
addsf3.c | 11 // default rounding (to nearest, ties to even).
|
addtf3.c | 11 // default rounding (to nearest, ties to even).
|
multf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even).
|
subdf3.c | 11 // IEEE-754 default rounding (to nearest, ties to even).
|
subsf3.c | 11 // IEEE-754 default rounding (to nearest, ties to even).
|
subtf3.c | 11 // IEEE-754 default rounding (to nearest, ties to even).
|
/external/fio/lib/ |
num2str.c | 10 * Cheesy number->string conversion, complete with carry rounding error.
|
/external/libvpx/libvpx/vp9/common/mips/msa/ |
vp9_idct4x4_msa.c | 58 /* final rounding (add 2^3, divide by 2^4) and shift */
|
/external/llvm/test/CodeGen/NVPTX/ |
fp-contract.ll | 8 ;; add.f32 otherwise. Without an explicit rounding mode on add.f32, ptxas
|
/external/llvm/test/CodeGen/PowerPC/ |
i64_fp_round.ll | 11 ; Verify that we get the code sequence needed to avoid double-rounding.
|
/external/valgrind/none/tests/s390x/ |
bfp-1.c | 4 correctly. Uses default rounding mode. */
|
rounding-1.c | 8 code depends on the rounding mode. */
|
rounding-3.stdout.exp | 1 setting rounding mode to [-> near] 38 setting rounding mode to [-> zero] 75 setting rounding mode to [-> +inf] 112 setting rounding mode to [-> -inf]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
bw_expand.c | 37 /* out[i] = coef[i] * in[i] with rounding.
|
interpolate.c | 37 Performs the operation out[i] = in[i]*coef + (1-coef)*in2[i] (with rounding)
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
normal.cc | 121 // Shift 14 with proper rounding. 135 // TODO(hlundin): Add 16 instead of 8 for correct rounding. Keeping 8 171 // TODO(hlundin): Add 16 instead of 8 for correct rounding. Keeping 8 now 191 // Shift 14 with proper rounding.
|
/packages/apps/TV/src/com/android/tv/guide/ |
GuideUtils.java | 43 // Convert to pixels first to avoid accumulation of rounding errors.
|