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

1 2 3 4 5 6 7

  /frameworks/base/core/jni/
android_util_FloatMath.cpp 13 static float CeilF(JNIEnv* env, jobject clazz, float x) {
14 return ceilf(x);
32 {"ceil", "(F)F", (void*) MathUtilsGlue::CeilF},
  /bionic/libm/man/
ceil.3 40 .Nm ceilf ,
50 .Fn ceilf "float x"
56 .Fn ceilf
78 .Fn ceilf
  /external/llvm/test/Transforms/SimplifyLibCalls/
floor.ll 5 ; RUN: grep {call.*ceilf(} %t
26 ; --> ceilf
  /bionic/libm/i387/
s_ceilf.S 11 ENTRY(ceilf) function
  /external/webkit/Source/WebCore/platform/graphics/cg/
IntRectCG.cpp 44 int r = static_cast<int>(ceilf(CGRectGetMaxX(rect)));
45 int b = static_cast<int>(ceilf(CGRectGetMaxY(rect)));
  /external/webkit/Source/WebCore/platform/graphics/mac/
IntRectMac.mm 42 int r = static_cast<int>(ceilf(NSMaxX(rect)));
43 int b = static_cast<int>(ceilf(NSMaxY(rect)));
FontComplexTextMac.cpp 50 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
114 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
115 glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
116 glyphOverflow->left = max<int>(0, ceilf(-controller.minGlyphBoundingBoxX()));
117 glyphOverflow->right = max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.totalWidth()));
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 62 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
130 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
131 glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
132 glyphOverflow->left = max<int>(0, ceilf(-controller.minGlyphBoundingBoxX()));
133 glyphOverflow->right = max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.runWidthSoFar()));
  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 130 return static_cast<unsigned>(ceilf(value.toFloat()));
135 return static_cast<int>(ceilf(getAttribute(x_heightAttr).toFloat()));
223 return static_cast<int>(ceilf(ascentValue.toFloat()));
228 return static_cast<int>(unitsPerEm()) - static_cast<int>(ceilf(vertOriginY.toFloat()));
232 return static_cast<int>(ceilf(unitsPerEm() * 0.8f));
245 int descent = static_cast<int>(ceilf(descentValue.toFloat()));
252 return static_cast<int>(ceilf(vertOriginY.toFloat()));
256 return static_cast<int>(ceilf(unitsPerEm() * 0.2f));
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.stdout.exp 124 ceilF( -2.0000e+00) = -2.0000e+00
125 ceilF( -1.9001e+00) = -1.0000e+00
126 ceilF( -1.8002e+00) = -1.0000e+00
127 ceilF( -1.7003e+00) = -1.0000e+00
128 ceilF( -1.6004e+00) = -1.0000e+00
129 ceilF( -1.5005e+00) = -1.0000e+00
130 ceilF( -1.4006e+00) = -1.0000e+00
131 ceilF( -1.3007e+00) = -1.0000e+00
132 ceilF( -1.2008e+00) = -1.0000e+00
133 ceilF( -1.1009e+00) = -1.0000e+0
    [all...]
vcpu_fnfns.stdout.exp-darwin 124 ceilF( -2.0000e+00) = -2.0000e+00
125 ceilF( -1.9001e+00) = -1.0000e+00
126 ceilF( -1.8002e+00) = -1.0000e+00
127 ceilF( -1.7003e+00) = -1.0000e+00
128 ceilF( -1.6004e+00) = -1.0000e+00
129 ceilF( -1.5005e+00) = -1.0000e+00
130 ceilF( -1.4006e+00) = -1.0000e+00
131 ceilF( -1.3007e+00) = -1.0000e+00
132 ceilF( -1.2008e+00) = -1.0000e+00
133 ceilF( -1.1009e+00) = -1.0000e+0
    [all...]
vcpu_fnfns.stdout.exp-glibc28-amd64 124 ceilF( -2.0000e+00) = -2.0000e+00
125 ceilF( -1.9001e+00) = -1.0000e+00
126 ceilF( -1.8002e+00) = -1.0000e+00
127 ceilF( -1.7003e+00) = -1.0000e+00
128 ceilF( -1.6004e+00) = -1.0000e+00
129 ceilF( -1.5005e+00) = -1.0000e+00
130 ceilF( -1.4006e+00) = -1.0000e+00
131 ceilF( -1.3007e+00) = -1.0000e+00
132 ceilF( -1.2008e+00) = -1.0000e+00
133 ceilF( -1.1009e+00) = -1.0000e+0
    [all...]
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 93 ceilf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 48 ceilf
  /frameworks/base/libs/hwui/
LayerCache.h 114 mWidth = uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
115 mHeight = uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 390 int right = clampToInteger(ceilf(logicalRect.maxX() * m_pageScaleFactor));
391 int bottom = clampToInteger(ceilf(logicalRect.maxY() * m_pageScaleFactor));
399 float width = clampToInteger(ceilf(logicalSize.width() * m_pageScaleFactor));
400 float height = clampToInteger(ceilf(logicalSize.height() * m_pageScaleFactor));
406 width = ceilf(width);
407 height = ceilf(height);
  /bionic/libm/src/
s_ceilf.c 26 ceilf(float x) function
  /external/skia/include/core/
SkFloatingPoint.h 60 #define sk_float_ceil(x) ceilf(x)
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledTexture.cpp 89 ceilf(visibleArea.width() * scale),
90 ceilf(visibleArea.height() * scale));
105 m_area.setWidth(ceilf(right) - m_area.x());
106 m_area.setHeight(ceilf(bottom) - m_area.y());
PaintedSurface.cpp 217 int w = ceilf(m_area.width() * m_scale / tileWidth);
218 int h = ceilf(m_area.height() * m_scale / tileHeight);
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 113 float wf = ceilf(logicalSize.width() * m_pageScaleFactor);
114 float hf = ceilf(logicalSize.height() * m_pageScaleFactor);
  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.h 153 return IntSize(clampToInteger(ceilf(p.width())), clampToInteger(ceilf(p.height())));
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 50 x = x - ceilf(x + 0.5f) + 1.0f;
69 x = x - ceilf(x + 0.5f) + 1.0f;
  /external/mesa3d/src/mesa/main/
imports.h 150 static INLINE float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); }
254 *** CEILF: ceiling of float
264 #define CEILF(x) ceilf(x)
272 #define CEILF(x) ((GLfloat) ceil(x))

Completed in 417 milliseconds

1 2 3 4 5 6 7