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

1 2 3 4 5 6

  /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;
  /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;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 68 using ::fmod;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 68 using ::fmod;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/8/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]
  /dalvik/vm/compiler/codegen/mips/
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;
  /prebuilts/ndk/5/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;
  /prebuilts/ndk/6/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;
  /prebuilts/ndk/7/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;
  /prebuilts/ndk/8/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) );

Completed in 689 milliseconds

1 2 3 4 5 6