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

1 2 3 4 5 6 7 8

  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemCalculations.h 110 return !fmod(iterationCount + iterationStart, 1);
130 return fmod(scaledActiveTime, iterationDuration);
169 const bool currentIterationIsOdd = fmod(currentIteration, 2) >= 1;
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp 68 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 32 extern double fmod (double, double);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 32 extern double fmod (double, double);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 418 self.assertRaises(TypeError, math.fmod)
419 self.ftest('fmod(10,1)', math.fmod(10,1), 0)
420 self.ftest('fmod(10,0.5)', math.fmod(10,0.5), 0)
421 self.ftest('fmod(10,1.5)', math.fmod(10,1.5), 1)
422 self.ftest('fmod(-10,1)', math.fmod(-10,1), 0)
423 self.ftest('fmod(-10,0.5)', math.fmod(-10,0.5), 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 418 self.assertRaises(TypeError, math.fmod)
419 self.ftest('fmod(10,1)', math.fmod(10,1), 0)
420 self.ftest('fmod(10,0.5)', math.fmod(10,0.5), 0)
421 self.ftest('fmod(10,1.5)', math.fmod(10,1.5), 1)
422 self.ftest('fmod(-10,1)', math.fmod(-10,1), 0)
423 self.ftest('fmod(-10,0.5)', math.fmod(-10,0.5), 0
    [all...]
  /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;

Completed in 1005 milliseconds

1 2 3 4 5 6 7 8