/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasPathMethods.cpp | 162 newEndAngle = startAngle + (twoPi - fmodf(startAngle - endAngle, twoPi)); in adjustEndAngle() 164 newEndAngle = startAngle - (twoPi - fmodf(endAngle - startAngle, twoPi)); in adjustEndAngle() 186 newStartAngle = twoPi + fmodf(newStartAngle, -twoPi); in canonicalizeAngle() 188 newStartAngle = fmodf(newStartAngle, twoPi); in canonicalizeAngle() 245 …for (float angle = startAngle - fmodf(startAngle, halfPiFloat) + halfPiFloat; angle < endAngle; an… in degenerateEllipse() 248 …for (float angle = startAngle - fmodf(startAngle, halfPiFloat); angle > endAngle; angle -= halfPiF… in degenerateEllipse()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Image.cpp | 145 …oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), actualTileSize.width()) - actualTileSiz… in drawTiled() 146 …oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), actualTileSize.height()) - actualTileSi… in drawTiled()
|
D | GraphicsContext.cpp | 896 float widthMod = fmodf(width * deviceScaleFactor, rowPixels); in drawLineForDocumentMarker()
|
/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/include/core/ |
D | SkFloatingPoint.h | 62 #define sk_float_mod(x,y) fmodf(x,y)
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkFloatingPoint.h | 62 #define sk_float_mod(x,y) fmodf(x,y)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutEngineBaseline.cpp | 183 return !fabsf(fmodf(orientationAngle, 180)); in glyphOrientationIsMultiplyOf180Degrees()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 245 fmodf, enumerator
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.h | 329 return tabWidth - fmodf(position, tabWidth); in tabWidth()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 462 TLI.setUnavailable(LibFunc::fmodf); in initialize()
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 210 ; CHECK: bl fmodf
|
/external/llvm/test/Transforms/InstCombine/ |
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 | 135 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/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 577 angleDeg = fmodf(angleDeg, 360); in endPointsFromAngle()
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 157 /* Define to 1 if you have the `fmodf' function. */
|
D | config.h.cmake | 143 /* Define to 1 if you have the `fmodf' function. */
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlock.cpp | 2978 …float remainder = fmodf(maxCharWidth - fmodf(left + layoutOffset - lineGridOffset, maxCharWidth), … in adjustLogicalLeftOffsetForLine() 3016 … float remainder = fmodf(fmodf(right + layoutOffset - lineGridOffset, maxCharWidth), maxCharWidth); in adjustLogicalRightOffsetForLine()
|
/external/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1279 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f…
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1279 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f…
|