/external/chromium_org/ui/gfx/animation/ |
slide_animation.cc | 107 // take any rounding error chances.
|
tween.h | 43 // result to the nearest integer, with ties broken by rounding towards
|
/external/chromium_org/v8/src/ |
diy-fp.cc | 39 // significant 64 bits are only used for rounding the most significant 64
|
/external/clang/test/CodeGen/ |
blocks.c | 57 // The alignment after rounding up to the align of F5 is actually
|
/external/clang/test/SemaCXX/ |
warn-literal-conversion.cpp | 36 // Expressions, such as those that indicate rounding-down, should NOT produce warnings.
|
/external/compiler-rt/lib/ |
fixdfdi.c | 17 /* Returns: convert a to a signed long long, rounding toward zero. */
|
fixdfti.c | 19 /* Returns: convert a to a signed long long, rounding toward zero. */
|
fixsfdi.c | 17 /* Returns: convert a to a signed long long, rounding toward zero. */
|
fixsfti.c | 19 /* Returns: convert a to a signed long long, rounding toward zero. */
|
fixunsdfdi.c | 17 /* Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunsdfsi.c | 17 /* Returns: convert a to a unsigned int, rounding toward zero.
|
fixunsdfti.c | 19 /* Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunssfdi.c | 16 /* Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunssfsi.c | 17 /* Returns: convert a to a unsigned int, rounding toward zero.
|
fixunssfti.c | 19 /* Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunsxfdi.c | 19 /* Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunsxfsi.c | 19 /* Returns: convert a to a unsigned int, rounding toward zero.
|
fixunsxfti.c | 19 /* Returns: convert a to a unsigned long long, rounding toward zero.
|
fixxfdi.c | 19 /* Returns: convert a to a signed long long, rounding toward zero. */
|
fixxfti.c | 19 /* Returns: convert a to a signed long long, rounding toward zero. */
|
floatdixf.c | 19 /* Returns: convert a to a long double, rounding toward even. */
|
floatsisf.c | 42 // Shift a into the significand field, rounding if it is a right-shift
|
floatundixf.c | 19 /* Returns: convert a to a long double, rounding toward even. */
|
floatunsisf.c | 34 // Shift a into the significand field, rounding if it is a right-shift
|
/external/guava/guava/src/com/google/common/math/ |
MathPreconditions.java | 76 throw new ArithmeticException("mode was UNNECESSARY, but rounding was necessary");
|