HomeSort by relevance Sort by last modified time
    Searched full:llround (Results 1 - 25 of 71) sorted by null

1 2 3

  /bionic/libm/src/
s_llround.c 9 #define fn llround
  /bionic/libm/man/
lround.3 31 .Nm llround ,
43 .Fn llround "double x"
77 .Fn llround ,
93 .Fn llround ,
math.3 123 llround round to nearest integer in fixed-point format
140 .Fn llround ,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 163 llround
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 122 llround
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 147 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 147 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 83 #undef llround
219 using ::llround;
614 llround(float __x)
618 llround(long double __x)
623 llround(_Tp __x)
626 return llround(__type(__x));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 83 #undef llround
219 using ::llround;
614 llround(float __x)
618 llround(long double __x)
623 llround(_Tp __x)
626 return llround(__type(__x));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 83 #undef llround
219 using ::llround;
614 llround(float __x)
618 llround(long double __x)
623 llround(_Tp __x)
626 return llround(__type(__x));
  /external/clang/lib/Headers/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 373 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 66 using std::tr1::llround;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 66 using std::tr1::llround;
  /external/libvpx/examples/includes/geshi/geshi/
lsl2.php 711 'llRound',

Completed in 668 milliseconds

1 2 3