/external/webkit/Source/WebCore/platform/graphics/ |
D | Image.cpp | 125 …oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), scaledTileSize.width()) - scaledTileSiz… in drawTiled() 126 …oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSi… in drawTiled() 169 hPhase -= fmodf(dstRect.width(), scale.width() * srcRect.width()) / 2.0f; in drawTiled() 171 vPhase -= fmodf(dstRect.height(), scale.height() * srcRect.height()) / 2.0f; in drawTiled()
|
D | WidthIterator.cpp | 133 width = tabWidth - fmodf(m_run.xPos() + m_runWidthSoFar, tabWidth); in advance()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 162 angle = fmodf(angle, max); in fast_mod() 183 sweep = fmodf(sweep, g2PI) - g2PI; in addArc() 185 sweep = fmodf(sweep, g2PI) + g2PI; in addArc() 199 sweep = fmodf(sweep, g2PI); in addArc()
|
/external/llvm/test/CodeGen/X86/ |
D | vector-rem.ll | 2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 4
|
D | split-vector-rem.ll | 2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 8
|
/external/bison/linux-lib/ |
D | math.h | 1178 # undef fmodf 1179 # define fmodf rpl_fmodf 1181 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y)); 1182 _GL_CXXALIAS_RPL (fmodf, float, (float x, float y)); 1185 # undef fmodf 1186 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y)); 1188 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y)); 1190 _GL_CXXALIASWARN (fmodf); 1192 # undef fmodf 1194 _GL_WARN_ON_USE (fmodf, "fmodf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 866 # undef fmodf 867 # define fmodf rpl_fmodf macro 869 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y)); 870 _GL_CXXALIAS_RPL (fmodf, float, (float x, float y)); 873 # undef fmodf 874 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y)); 876 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y)); 878 _GL_CXXALIASWARN (fmodf); 880 # undef fmodf 882 _GL_WARN_ON_USE (fmodf, "fmodf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1178 # undef fmodf 1179 # define fmodf rpl_fmodf 1181 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y)); 1182 _GL_CXXALIAS_RPL (fmodf, float, (float x, float y)); 1185 # undef fmodf 1186 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y)); 1188 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y)); 1190 _GL_CXXALIASWARN (fmodf); 1192 # undef fmodf 1194 _GL_WARN_ON_USE (fmodf, "fmodf is unportable - "
|
/external/skia/legacy/include/core/ |
D | SkFloatingPoint.h | 63 #define sk_float_mod(x,y) fmodf(x,y)
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 62 #define sk_float_mod(x,y) fmodf(x,y)
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextLayoutEngineBaseline.cpp | 182 return !fabsf(fmodf(orientationAngle, 180)); in glyphOrientationIsMultiplyOf180Degrees()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsContextCGWin.cpp | 203 float widthMod = fmodf(width, patternWidth); in drawLineForTextChecking()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 235 fmodf, enumerator
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContextMac.mm | 168 float widthMod = fmodf(width, patternWidth);
|
D | ComplexTextController.cpp | 459 … advance.width = tabWidth - fmodf(m_run.xPos() + m_totalWidth + widthSinceLastCommit, tabWidth); in adjustGlyphsAndAdvances()
|
/external/webkit/Source/WebCore/css/ |
D | SVGCSSStyleSelector.cpp | 67 angle = fabsf(fmodf(angle, 360.0f)); in roundToNearestGlyphOrientationAngle()
|
D | CSSGradientValue.cpp | 477 angleDeg = fmodf(angleDeg, 360); in endPointsFromAngle()
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 210 ; CHECK: bl fmodf
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 456 TLI.setUnavailable(LibFunc::fmodf); in initialize()
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 159 ; WIN32-NOT: float @fmodf
|
/external/bison/m4/ |
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/llvm/cmake/ |
D | config-ix.cmake | 121 check_symbol_exists(fmodf math.h HAVE_FMODF)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 155 /* Define to 1 if you have the `fmodf' function. */
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.cpp | 636 w += tabWidth ? tabWidth - fmodf(xPos + w, tabWidth) : monospaceCharacterWidth; in widthFromCache()
|