HomeSort by relevance Sort by last modified time
    Searched refs:lroundf (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1017 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1017 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1017 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1017 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1017 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1017 __tg_lround(float __x) {return lroundf(__x);}
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 617 space = lroundf((float)(areaSize - numberOfTiles * tileSize) / (numberOfTiles - 1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 512 return lroundf(adjustForLocalZoom(renderer->offsetLeft(), *renderer));
520 return lroundf(adjustForLocalZoom(renderer->pixelSnappedOffsetTop(), *renderer));
    [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 660 milliseconds

1 2 3 45