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

1 2 3 4

  /bionic/libm/i387/
e_fmod.S 40 ENTRY(fmod) function
  /dalvik/vm/mterp/c/
OP_REM_DOUBLE_2ADDR.cpp 6 fmod(GET_REGISTER_DOUBLE(vdst), GET_REGISTER_DOUBLE(vsrc1)));
OP_REM_DOUBLE.cpp 10 fmod(GET_REGISTER_DOUBLE(vsrc1), GET_REGISTER_DOUBLE(vsrc2)));
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 68 using ::fmod;
  /dalvik/vm/mterp/x86-atom/
OP_REM_DOUBLE.S 23 * Description: Calls fmod to compute the remainder of the result of dividing a
47 call fmod # call: (long double x, long double y)
50 fstpl (rFP, rINST, 4) # vAA<- remainder; return of fmod
OP_REM_DOUBLE_2ADDR.S 23 * Description: Calls fmod to compute the remainder of the result of dividing a
48 call fmod # call: (long double x, long double y)
51 fstpl (rFP, rINST, 4) # vAA<- remainder; return of fmod
OP_REM_FLOAT.S 23 * Description: Calls fmod to compute the remainder of the result of dividing a
42 fstps (rFP, rINST, 4) # vAA<- remainder; return of fmod
  /bionic/libstdc++/include/
cmath 70 using ::fmod;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 70 using ::fmod;
  /ndk/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 68 using ::fmod;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 68 using ::fmod;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /external/webkit/Source/WebCore/html/
BaseDateAndTimeInputType.cpp 120 return fmod(doubleValue, step);
170 if (!fmod(step, msecPerMinute))
172 if (!fmod(step, msecPerSecond))
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 57 extern "C" double fmod(double a, double b); // OP_REM_DOUBLE[_2ADDR]
  /external/webkit/Source/WebCore/rendering/
RenderProgress.cpp 67 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
371 _STLP_DMATH_INLINE2(fmod)
442 _STLP_DEF_MATH_INLINE2(fmod, fmod)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
564 using ::fmod;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
371 _STLP_DMATH_INLINE2(fmod)
442 _STLP_DEF_MATH_INLINE2(fmod, fmod)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
564 using ::fmod;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
371 _STLP_DMATH_INLINE2(fmod)
442 _STLP_DEF_MATH_INLINE2(fmod, fmod)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
564 using ::fmod;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
371 _STLP_DMATH_INLINE2(fmod)
442 _STLP_DEF_MATH_INLINE2(fmod, fmod)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
564 using ::fmod;
  /external/stlport/test/unit/
cmath_test.cpp 79 CPPUNIT_CHECK( are_equals(std::fmod(1.5, 1.0), 0.5) );
113 CPPUNIT_CHECK( are_equals(std::fmod(1.5f, 1.0f), 0.5f) );
139 CPPUNIT_CHECK( are_equals(std::fmod(1.5l, 1.0l), 0.5l) );
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 79 CPPUNIT_CHECK( are_equals(std::fmod(1.5, 1.0), 0.5) );
113 CPPUNIT_CHECK( are_equals(std::fmod(1.5f, 1.0f), 0.5f) );
139 CPPUNIT_CHECK( are_equals(std::fmod(1.5l, 1.0l), 0.5l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 79 CPPUNIT_CHECK( are_equals(std::fmod(1.5, 1.0), 0.5) );
113 CPPUNIT_CHECK( are_equals(std::fmod(1.5f, 1.0f), 0.5f) );
139 CPPUNIT_CHECK( are_equals(std::fmod(1.5l, 1.0l), 0.5l) );
  /external/skia/include/core/
SkFloatingPoint.h 49 #define sk_float_mod(x,y) (float)::fmod(x,y)

Completed in 613 milliseconds

1 2 3 4