/bionic/libm/man/ |
lround.3 | 25 .\" $FreeBSD: src/lib/msun/man/lround.3,v 1.4 2005/06/15 19:04:04 ru Exp $ 28 .Dt LROUND 3 34 .Nm lround , 49 .Fn lround "double x" 56 .Fn lround 66 .Fn lround 71 .Fn lround x 84 .Fn lround 96 .Fn lround ,
|
lrint.3 | 79 .Xr lround 3 ,
|
round.3 | 63 .Xr lround 3 ,
|
rint.3 | 81 .Xr lround 3 ,
|
math.3 | 125 lround round to nearest integer in fixed-point format 141 .Fn lround ,
|
/bionic/libm/src/ |
s_lround.c | 39 #define fn lround 44 * of the form xxx.5; they are "out of range" because lround() rounds away
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 176 lround
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 135 lround
|
/bionic/libm/ |
Makefile-orig | 96 lgamma.3 lrint.3 lround.3 math.3 nextafter.3 remainder.3 rint.3 \ 140 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \ 141 lround.3 lroundf.3 lround.3 lroundl.3
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 153 #define lround(x) __TGMATH_REAL(x, lround) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 150 #define lround(x) __TGMATH_REAL(x, lround) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 150 #define lround(x) __TGMATH_REAL(x, lround) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 153 #define lround(x) __TGMATH_REAL(x, lround) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 150 #define lround(x) __TGMATH_REAL(x, lround) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 150 #define lround(x) __TGMATH_REAL(x, lround) macro
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
cmath | 98 #undef lround 239 using ::lround; 698 lround(float __x) 702 lround(long double __x) 707 lround(_Tp __x) 710 return lround(__type(__x));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 98 #undef lround 239 using ::lround; 698 lround(float __x) 702 lround(long double __x) 707 lround(_Tp __x) 710 return lround(__type(__x));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 98 #undef lround 239 using ::lround; 698 lround(float __x) 702 lround(long double __x) 707 lround(_Tp __x) 710 return lround(__type(__x));
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
AffineTransform.cpp | 293 return IntPoint(lround(x2), lround(y2));
|
/external/clang/lib/Headers/ |
tgmath.h | 996 // lround 1004 __tg_lround(double __x) {return lround(__x);} 1010 #undef lround macro 1011 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|
/external/iptables/extensions/ |
libxt_statistic.c | 65 info->u.random.probability = lround(0x80000000 * cb->val.dbl);
|
/prebuilt/sdk/11/renderscript/clang-include/ |
tgmath.h | 996 // lround 1004 __tg_lround(double __x) {return lround(__x);} 1010 #undef lround macro 1011 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/12/renderscript/clang-include/ |
tgmath.h | 996 // lround 1004 __tg_lround(double __x) {return lround(__x);} 1010 #undef lround macro 1011 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/13/renderscript/clang-include/ |
tgmath.h | 996 // lround 1004 __tg_lround(double __x) {return lround(__x);} 1010 #undef lround macro 1011 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|