HomeSort by relevance Sort by last modified time
    Searched refs:floorf (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundf.c 41 t = floorf(x);
46 t = floorf(-x);
s_floorf.c 20 * floorf(x)
25 * Inexact flag raised if x not equal to floorf(x).
34 floorf(float x) function
  /external/webkit/Source/WebCore/platform/graphics/cg/
IntRectCG.cpp 42 int l = static_cast<int>(floorf(rect.origin.x));
43 int t = static_cast<int>(floorf(rect.origin.y));
PDFDocumentImage.cpp 113 CGContextTranslateCTM(context->platformContext(), floorf(-min(zero, min(rx.x, ry.x))), floorf(-min(zero, min(rx.y, ry.y))));
  /external/webkit/Source/WebCore/platform/graphics/mac/
IntRectMac.mm 40 int l = static_cast<int>(floorf(rect.origin.x));
41 int t = static_cast<int>(floorf(rect.origin.y));
FontComplexTextMac.cpp 53 return FloatRect(point.x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(totalWidth - afterWidth), h);
56 return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWidth), h);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 97 return FloatRect(point.x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(totalWidth - afterWidth), h);
100 return FloatRect(point.x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(totalWidth - afterWidth), h);
104 return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWidth), h);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 66 return FloatRect(point.x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(totalWidth - afterWidth), h);
69 return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWidth), h);
WebTiledLayer.cpp 178 tileColumns = floorf(cMaxTileCount / tileRows);
180 tileRows = floorf(cMaxTileCount / tileColumns);
183 tileColumns = floorf(cMaxTileCount / tileRows);
  /packages/inputmethods/LatinIME/native/jni/src/
geometry_utils.h 25 ? (floorf((f) * 10000.0f) / 10000.0f) : (f)
  /external/clang/test/CodeGen/
libcall-declarations.c 37 float floorf(float);
83 floorf, fma, fmal, fmaf, fmax, fmaxl, fmaxf, fmin, fminl, fminf, log, logl,
121 // CHECK-NOERRNO: declare float @floorf(float) [[NUW]]
173 // CHECK-ERRNO: declare float @floorf(float) [[NUW]]
  /frameworks/base/core/jni/
android_util_FloatMath.cpp 9 static float FloorF(JNIEnv* env, jobject clazz, float x) {
10 return floorf(x);
43 {"floor", "(F)F", (void*) MathUtilsGlue::FloorF},
  /frameworks/base/libs/hwui/
Rect.h 170 left = floorf(left + 0.5f);
171 top = floorf(top + 0.5f);
172 right = floorf(right + 0.5f);
173 bottom = floorf(bottom + 0.5f);
  /frameworks/native/opengl/libagl/
fp.cpp 24 return GGLfixed(floorf(v * 65536.0f + 0.5f));
  /frameworks/native/services/surfaceflinger/
Transform.cpp 219 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
220 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
221 r.right = floorf(max(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
222 r.bottom = floorf(max(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
241 int xpos = floorf(tx() + 0.5f);
242 int ypos = floorf(ty() + 0.5f);
  /external/skia/include/core/
SkFloatingPoint.h 51 #define sk_float_floor(x) floorf(x)
  /external/skia/legacy/include/core/
SkFloatingPoint.h 52 #define sk_float_floor(x) floorf(x)
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 187 float left = floorf(rect.x());
188 float top = floorf(rect.y());
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEGaussianBlur.cpp 139 kernelSizeX = max<unsigned>(2, static_cast<unsigned>(floorf(stdX * gGaussianKernelFactor + 0.5f)));
142 kernelSizeY = max<unsigned>(2, static_cast<unsigned>(floorf(stdY * gGaussianKernelFactor + 0.5f)));
FEMorphology.cpp 121 int radiusX = static_cast<int>(floorf(filter->applyHorizontalScale(m_radiusX)));
122 int radiusY = static_cast<int>(floorf(filter->applyVerticalScale(m_radiusY)));
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 244 int x = static_cast<int>(floorf(point.x() / scale));
245 int y = static_cast<int>(floorf(point.y() / scale));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 130 EXPORT_F32_FN_F32(floorf)
200 { "_Z5floorf", (void *)&floorf, true },
  /external/skia/legacy/src/core/
SkPoint.cpp 159 return (int)floorf(sqrtf(fx*fx + fy*fy) + 0.5f);
358 SkFixed xx = (int)floorf(fx * 65536 + 0.5f);
359 SkFixed yy = (int)floorf(fy * 65536 + 0.5f);
  /external/skia/src/core/
SkPoint.cpp 198 return (int)floorf(sqrtf(fx*fx + fy*fy) + 0.5f);
397 SkFixed xx = (int)floorf(fx * 65536 + 0.5f);
398 SkFixed yy = (int)floorf(fy * 65536 + 0.5f);
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 27 printf("floorF(%+20.4e) = %+20.4e\n", (double)f, (double)floorf(f));

Completed in 545 milliseconds

1 2 3 4 5 6