Home
last modified time | relevance | path

Searched refs:ceilf (Results 1 – 25 of 104) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontFaceElement.cpp127 return static_cast<unsigned>(ceilf(value.toFloat())); in unitsPerEm()
132 return static_cast<int>(ceilf(fastGetAttribute(x_heightAttr).toFloat())); in xHeight()
220 return static_cast<int>(ceilf(ascentValue.toFloat())); in ascent()
225 return static_cast<int>(unitsPerEm()) - static_cast<int>(ceilf(vertOriginY.toFloat())); in ascent()
229 return static_cast<int>(ceilf(unitsPerEm() * 0.8f)); in ascent()
242 int descent = static_cast<int>(ceilf(descentValue.toFloat())); in descent()
249 return static_cast<int>(ceilf(vertOriginY.toFloat())); in descent()
253 return static_cast<int>(ceilf(unitsPerEm() * 0.2f)); in descent()
DSVGLengthContext.cpp270 float xHeight = ceilf(style->fontMetrics().xHeight()); in convertValueFromUserUnitsToEXS()
289 return value * ceilf(style->fontMetrics().xHeight()); in convertValueFromEXSToUserUnits()
/external/llvm/test/CodeGen/ARM/
Dfloorf.ll12 ; CHECK-NOT: ceilf
13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone
25 declare float @ceilf(float) nounwind readnone
/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
DIntRectCG.cpp42 int r = static_cast<int>(ceilf(CGRectGetMaxX(rect))); in enclosingIntRect()
43 int b = static_cast<int>(ceilf(CGRectGetMaxY(rect))); in enclosingIntRect()
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll16 %tmp1 = tail call float @ceilf(float 2.000000e+00)
32 declare float @ceilf(float) nounwind readnone
Darm64-rounding.ll52 %call = tail call float @ceilf(float %a) nounwind readnone
56 declare float @ceilf(float) nounwind readnone
156 %call = tail call float @ceilf(float %a) nounwind readnone
Dfloatdp_1source.ll13 declare float @ceilf(float) readonly
44 %valceil = call float @ceilf(float %val1)
/external/chromium_org/remoting/client/plugin/
Dpepper_view.cc126 view_size_.set(ceilf(dips_size_.width() * dips_to_view_scale_), in SetView()
127 ceilf(dips_size_.height() * dips_to_view_scale_)); in SetView()
151 ceilf(pp_size.width() * dips_to_view_scale_), in SetView()
152 ceilf(pp_size.height() * dips_to_view_scale_)) in SetView()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll9 ; DO-SIMPLIFY: call float @ceilf(
16 ; C89-SIMPLIFY: call float @ceilf(
44 ; --> ceilf
Dfloat-shrink-compare.ll13 ; CHECK-NEXT: %ceilf = call float @ceilf(float %x)
14 ; CHECK-NEXT: fcmp oeq float %ceilf, %y
97 ; CHECK-NEXT: %ceilf = call float @ceilf(float %x)
98 ; CHECK-NEXT: fcmp oeq float %ceilf, %y
Dwin-math.ll58 ; WIN32-NOT: float @ceilf
61 ; WIN64: float @ceilf
64 ; MINGW32: float @ceilf
67 ; MINGW64: float @ceilf
/external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
DIntRectMac.mm42 int r = static_cast<int>(ceilf(NSMaxX(rect)));
43 int b = static_cast<int>(ceilf(NSMaxY(rect)));
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll46 %call = tail call float @ceilf(float %x) nounwind readnone
53 declare float @ceilf(float) nounwind readnone
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatSize.h189 return IntSize(clampToInteger(ceilf(p.width())), clampToInteger(ceilf(p.height()))); in expandedIntSize()
DFloatPoint.h228 return IntPoint(clampToInteger(ceilf(p.x())), clampToInteger(ceilf(p.y()))); in ceiledIntPoint()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontComplexTextMac.cpp137 glyphBounds->setBottom(ceilf(controller.maxGlyphBoundingBoxY())); in floatWidthForComplexText()
139 …glyphBounds->setRight(std::max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.totalW… in floatWidthForComplexText()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_cell.mm243 ceilf(contentsWidth),
244 ceilf(separatorWidth),
245 ceilf(descriptionWidth),
246 ceilf(remainingWidth),
319 *contentsMaxWidth = std::min((int)ceilf(remainingWidth - prefixWidth),
/external/bison/linux-lib/
Dmath.h694 # undef ceilf
695 # define ceilf rpl_ceilf
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
701 # undef ceilf
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
704 _GL_CXXALIAS_SYS (ceilf, float, (float x));
706 _GL_CXXALIASWARN (ceilf);
708 # undef ceilf
710 _GL_WARN_ON_USE (ceilf, "ceilf is unportable - "
/external/bison/lib/
Dmath.in.h382 # undef ceilf
383 # define ceilf rpl_ceilf macro
385 _GL_FUNCDECL_RPL (ceilf, float, (float x));
386 _GL_CXXALIAS_RPL (ceilf, float, (float x));
389 # undef ceilf
390 _GL_FUNCDECL_SYS (ceilf, float, (float x));
392 _GL_CXXALIAS_SYS (ceilf, float, (float x));
394 _GL_CXXALIASWARN (ceilf);
396 # undef ceilf
398 _GL_WARN_ON_USE (ceilf, "ceilf is unportable - "
/external/bison/darwin-lib/
Dmath.h694 # undef ceilf
695 # define ceilf rpl_ceilf
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
701 # undef ceilf
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
704 _GL_CXXALIAS_SYS (ceilf, float, (float x));
706 _GL_CXXALIASWARN (ceilf);
708 # undef ceilf
710 _GL_WARN_ON_USE (ceilf, "ceilf is unportable - "
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll57 %call = tail call float @ceilf(float %x) nounwind readnone
67 declare float @ceilf(float) nounwind readnone
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h122 #define ceilf(f) ((float) ceil(f)) macro
149 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf()
264 #define CEILF(x) ceilf(x)
/external/mesa3d/src/mesa/main/
Dimports.h122 #define ceilf(f) ((float) ceil(f)) macro
148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf()
262 #define CEILF(x) ceilf(x)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlMultiLine.cpp65 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness(); in preferredContentLogicalWidth()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h170 ceilf, enumerator
739 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill: in hasOptimizedCodeGen()

12345