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

1 2 3 4 5

  /dalvik/vm/mterp/armv5te/
OP_REM_FLOAT.S 3 %include "armv5te/binop.S" {"instr":"bl fmodf"}
OP_REM_FLOAT_2ADDR.S 3 %include "armv5te/binop2addr.S" {"instr":"bl fmodf"}
  /dalvik/vm/mterp/armv6t2/
OP_REM_FLOAT_2ADDR.S 3 %include "armv6t2/binop2addr.S" {"instr":"bl fmodf"}
  /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)));
header.cpp 21 #include <math.h> // needed for fmod, fmodf
  /bionic/libm/man/
fmod.3 40 .Nm fmodf
49 .Fn fmodf "float x" "float y"
54 .Fn fmodf
61 .Fn fmodf
79 .Fn fmodf
  /external/llvm/test/CodeGen/X86/
split-vector-rem.ll 2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 8
vector-rem.ll 2 ; RUN: llc < %s -march=x86-64 | grep fmodf | count 4
  /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);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /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)
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 134 fmodf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 94 fmodf
  /external/skia/include/core/
SkFloatingPoint.h 70 #define sk_float_mod(x,y) fmodf(x,y)
  /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);
  /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/mac/
GraphicsContextMac.mm 168 float widthMod = fmodf(width, patternWidth);
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 182 return !fabsf(fmodf(orientationAngle, 180));
  /bionic/libm/src/
math_private.h 240 #define __ieee754_fmodf fmodf
  /external/llvm/cmake/
config-ix.cmake 106 check_symbol_exists(fmodf math.h HAVE_FMODF)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 203 float widthMod = fmodf(width, patternWidth);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 

Completed in 326 milliseconds

1 2 3 4 5