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

1 2 3

  /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)));
  /dalvik/vm/mterp/x86-atom/
OP_REM_FLOAT.S 39 call fmodf # call: (float x, float y)
OP_REM_FLOAT_2ADDR.S 40 call fmodf # call: (float x, float y)
  /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]
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 163 angle = fmodf(angle, max);
184 sweep = fmodf(sweep, g2PI) - g2PI;
186 sweep = fmodf(sweep, g2PI) + g2PI;
200 sweep = fmodf(sweep, g2PI);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 105 /// float fmodf(float x, float y);
106 fmodf, enumerator in enum:llvm::LibFunc::Func
  /external/skia/include/core/
SkFloatingPoint.h 63 #define sk_float_mod(x,y) fmodf(x,y)
  /bionic/libm/src/
math_private.h 240 #define __ieee754_fmodf fmodf
  /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);
  /bionic/libm/include/
math.h 340 float fmodf(float, float);
  /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/llvm/lib/Target/
TargetLibraryInfo.cpp 69 "fmodf",
226 TLI.setUnavailable(LibFunc::fmodf);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 203 float widthMod = fmodf(width, patternWidth);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 339 float fmodf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 339 float fmodf(float, float);

Completed in 470 milliseconds

1 2 3