HomeSort by relevance Sort by last modified time
    Searched refs:fmodf (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /dalvik/vm/mterp/c/
OP_REM_FLOAT_2ADDR.cpp 6 fmodf(GET_REGISTER_FLOAT(vdst), GET_REGISTER_FLOAT(vsrc1)));
OP_REM_FLOAT.cpp 10 fmodf(GET_REGISTER_FLOAT(vsrc1), GET_REGISTER_FLOAT(vsrc2)));
  /external/webkit/Source/WebCore/platform/graphics/
Image.cpp 125 oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), scaledTileSize.width()) - scaledTileSize.width(), scaledTileSize.width()));
126 oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSize.height(), scaledTileSize.height()));
169 hPhase -= fmodf(dstRect.width(), scale.width() * srcRect.width()) / 2.0f;
171 vPhase -= fmodf(dstRect.height(), scale.height() * srcRect.height()) / 2.0f;
WidthIterator.cpp 133 width = tabWidth - fmodf(m_run.xPos() + m_runWidthSoFar, tabWidth);
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 50 extern "C" float fmodf(float a, float b); // OP_REM_FLOAT[_2ADDR]
  /dalvik/vm/compiler/codegen/mips/
CalloutHelper.h 50 extern "C" float fmodf(float a, float b); // OP_REM_FLOAT[_2ADDR]
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 162 angle = fmodf(angle, max);
183 sweep = fmodf(sweep, g2PI) - g2PI;
185 sweep = fmodf(sweep, g2PI) + g2PI;
199 sweep = fmodf(sweep, g2PI);
  /external/skia/include/core/
SkFloatingPoint.h 62 #define sk_float_mod(x,y) fmodf(x,y)
  /external/skia/legacy/include/core/
SkFloatingPoint.h 63 #define sk_float_mod(x,y) fmodf(x,y)
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 134 EXPORT_F32_FN_F32_F32(fmodf)
204 { "_Z4fmodff", (void *)&fmodf, true },
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 182 return !fabsf(fmodf(orientationAngle, 180));
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 168 float widthMod = fmodf(width, patternWidth);
  /external/bison/darwin-lib/
math.h 1192 # undef fmodf macro
    [all...]
  /external/bison/lib/
math.in.h 866 # undef fmodf macro
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 macro
874 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y));
876 _GL_CXXALIAS_SYS (fmodf, float, (float x, float y));
878 _GL_CXXALIASWARN (fmodf); variable
880 # undef fmodf macro
882 _GL_WARN_ON_USE (fmodf, "fmodf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1192 # undef fmodf macro
    [all...]
  /development/ndk/platforms/android-3/include/
math.h 339 float fmodf(float, float);
  /development/ndk/platforms/android-9/include/
math.h 339 float fmodf(float, float);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 203 float widthMod = fmodf(width, patternWidth);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 339 float fmodf(float, float);

Completed in 155 milliseconds

1 2 3 4 5