/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 114 * Returns the value after rounding to the nearest integer. 137 * applies appropriate shifting, rounding and saturation to minimize overflow-damage 142 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
|
/external/skia/include/core/ |
SkMath.h | 192 /** Return a*b/255, rounding any fractional bits. Only valid if both 212 /** Return a*b/((1 << shift) - 1), rounding any fractional bits. 223 /** Just the rounding step in SkDiv255Round: round(value / 255)
|
/bionic/libm/man/ |
lrint.3 | 53 according to the current rounding mode.
|
lround.3 | 59 rounding away from zero in halfway cases.
|
trunc.3 | 61 rounding mode.
|
/bionic/libm/src/ |
s_lrint.c | 42 * that overflows depends on the rounding mode when 'dtype' has more
|
/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. */
|