Home
last modified time | relevance | path

Searched refs:fmodf (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DImage.cpp125 …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()
DWidthIterator.cpp133 width = tabWidth - fmodf(m_run.xPos() + m_runWidthSoFar, tabWidth); in advance()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp162 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/
Dvector-rem.ll2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 4
Dsplit-vector-rem.ll2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 8
/external/bison/linux-lib/
Dmath.h1178 # 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/
Dmath.in.h866 # 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/
Dmath.h1178 # 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/
DSkFloatingPoint.h63 #define sk_float_mod(x,y) fmodf(x,y)
/external/skia/include/core/
DSkFloatingPoint.h62 #define sk_float_mod(x,y) fmodf(x,y)
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineBaseline.cpp182 return !fabsf(fmodf(orientationAngle, 180)); in glyphOrientationIsMultiplyOf180Degrees()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp203 float widthMod = fmodf(width, patternWidth); in drawLineForTextChecking()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h235 fmodf, enumerator
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContextMac.mm168 float widthMod = fmodf(width, patternWidth);
DComplexTextController.cpp459 … advance.width = tabWidth - fmodf(m_run.xPos() + m_totalWidth + widthSinceLastCommit, tabWidth); in adjustGlyphsAndAdvances()
/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp67 angle = fabsf(fmodf(angle, 360.0f)); in roundToNearestGlyphOrientationAngle()
DCSSGradientValue.cpp477 angleDeg = fmodf(angleDeg, 360); in endPointsFromAngle()
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll210 ; CHECK: bl fmodf
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp456 TLI.setUnavailable(LibFunc::fmodf); in initialize()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll159 ; WIN32-NOT: float @fmodf
/external/bison/m4/
Dmath_h.m445 fmod fmodf fmodl frexpf frexpl hypotf hypotl
/external/llvm/cmake/
Dconfig-ix.cmake121 check_symbol_exists(fmodf math.h HAVE_FMODF)
/external/clang/lib/Headers/
Dtgmath.h794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
/external/llvm/include/llvm/Config/
Dconfig.h.in155 /* Define to 1 if you have the `fmodf' function. */
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp636 w += tabWidth ? tabWidth - fmodf(xPos + w, tabWidth) : monospaceCharacterWidth; in widthFromCache()

12