/external/v8/src/ |
fast-dtoa.cc | 112 // This way the buffer approaches (rounds towards) w. 151 // Rounds the buffer upwards if the result is closer to v by possibly adding 606 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated 665 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
BitmapUtils.java | 53 * Also, the function rounds up the sample size to a power of 2 or multiple
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
ViewBindingAdapter.java | 217 // when setting padding. It rounds off the float value unless the value is < 1.
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BitmapUtils.java | 53 * Also, the function rounds up the sample size to a power of 2 or multiple
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
float.h | 108 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/system/extras/verity/ |
verify_boot_signature.c | 76 * Rounds n up to the nearest multiple of page_size
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mmix.h | 218 rounds. */
|
/toolchain/binutils/binutils-2.25/gas/ |
flonum-konst.c | 40 * Because bc rounds DOWN for printing (I think), the lowest *
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
defs.h | 358 /** @brief Rounds floating-point number to the nearest integer 395 /** @brief Rounds floating-point number to the nearest integer not larger than the original. 418 /** @brief Rounds floating-point number to the nearest integer not larger than the original.
|
/external/vixl/test/ |
test-simulator-inputs-a64.h | 125 /* - The largest double that rounds to a normal float. */ \ 129 /* - This exponent is in range, but the value rounds to infinity. */ \ 153 /* - The smallest double which rounds up to become a subnormal float. */ \ [all...] |
/frameworks/rs/api/ |
rs_math.spec | 908 and rounds only after the addition. @mad() rounds after the multiplication and the addition. 1025 The function @remainder() is similar but rounds toward the closest interger. 1445 and rounds only after the addition. mad() rounds after the multiplication and the addition. [all...] |
/external/boringssl/src/crypto/modes/asm/ |
aesni-gcm-x86_64.pl | 63 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15"); 258 cmp \$11,$rounds 430 mov 0xf0-0x80($key),$rounds 510 lea -1($rounds),%r13 638 mov 0xf0-0x80($key),$rounds
|