HomeSort by relevance Sort by last modified time
    Searched defs:llround (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 93 inline long long llround(double num) { return static_cast<long long>(round(num)); } function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 155 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 155 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 382 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 373 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 382 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 373 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /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
  /prebuilts/sdk/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

Completed in 1284 milliseconds