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

  /external/harfbuzz_ng/util/
ansi-print.cc 46 lround (double x) function
204 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd);
300 unsigned int which = lround (((best_i + 1) * 8) / bi.height);
332 unsigned int which = lround (((best_i + 1) * 8) / bi.width);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 98 inline long lround(double num) { return static_cast<long>(round(num)); } function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 161 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 161 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 379 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 379 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /external/clang/lib/Headers/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
tgmath.h 1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro

Completed in 78 milliseconds