/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontFaceElement.cpp | 127 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()
|
D | SVGLengthContext.cpp | 270 float xHeight = ceilf(style->fontMetrics().xHeight()); in convertValueFromUserUnitsToEXS() 289 return value * ceilf(style->fontMetrics().xHeight()); in convertValueFromEXSToUserUnits()
|
/external/llvm/test/CodeGen/ARM/ |
D | floorf.ll | 12 ; 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/ |
D | IntRectCG.cpp | 42 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/ |
D | arm64-dead-register-def-bug.ll | 16 %tmp1 = tail call float @ceilf(float 2.000000e+00) 32 declare float @ceilf(float) nounwind readnone
|
D | arm64-rounding.ll | 52 %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
|
D | floatdp_1source.ll | 13 declare float @ceilf(float) readonly 44 %valceil = call float @ceilf(float %val1)
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_view.cc | 126 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/ |
D | double-float-shrink-2.ll | 9 ; DO-SIMPLIFY: call float @ceilf( 16 ; C89-SIMPLIFY: call float @ceilf( 44 ; --> ceilf
|
D | float-shrink-compare.ll | 13 ; 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
|
D | win-math.ll | 58 ; 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/ |
D | IntRectMac.mm | 42 int r = static_cast<int>(ceilf(NSMaxX(rect))); 43 int b = static_cast<int>(ceilf(NSMaxY(rect)));
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rounding-ops.ll | 46 %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/ |
D | FloatSize.h | 189 return IntSize(clampToInteger(ceilf(p.width())), clampToInteger(ceilf(p.height()))); in expandedIntSize()
|
D | FloatPoint.h | 228 return IntPoint(clampToInteger(ceilf(p.x())), clampToInteger(ceilf(p.y()))); in ceiledIntPoint()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | FontComplexTextMac.cpp | 137 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/ |
D | omnibox_popup_cell.mm | 243 ceilf(contentsWidth), 244 ceilf(separatorWidth), 245 ceilf(descriptionWidth), 246 ceilf(remainingWidth), 319 *contentsMaxWidth = std::min((int)ceilf(remainingWidth - prefixWidth),
|
/external/bison/linux-lib/ |
D | math.h | 694 # 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/ |
D | math.in.h | 382 # 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/ |
D | math.h | 694 # 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/ |
D | rounding-ops.ll | 57 %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/ |
D | imports.h | 122 #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/ |
D | imports.h | 122 #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/ |
D | RenderTextControlMultiLine.cpp | 65 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness(); in preferredContentLogicalWidth()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 170 ceilf, enumerator 739 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill: in hasOptimizedCodeGen()
|