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

1 2 3

  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 60 using ::modf;
  /bionic/libstdc++/include/
cmath 62 using ::modf;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 62 using ::modf;
  /ndk/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 60 using ::modf;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 60 using ::modf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cmath 62 using ::modf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /bionic/libm/src/
s_modf.c 18 * modf(double x, double *iptr)
33 modf(double x, double *iptr) function
  /external/stlport/test/unit/
cmath_test.cpp 95 CPPUNIT_CHECK( are_equals(std::modf(100.5, &double_val), 0.5) );
120 CPPUNIT_CHECK( are_equals(std::modf(100.5f, &float_val), 0.5f) );
146 CPPUNIT_CHECK( are_equals(std::modf(100.5l, &long_double_val), 0.5l) );
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 95 CPPUNIT_CHECK( are_equals(std::modf(100.5, &double_val), 0.5) );
120 CPPUNIT_CHECK( are_equals(std::modf(100.5f, &float_val), 0.5f) );
146 CPPUNIT_CHECK( are_equals(std::modf(100.5l, &long_double_val), 0.5l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 95 CPPUNIT_CHECK( are_equals(std::modf(100.5, &double_val), 0.5) );
120 CPPUNIT_CHECK( are_equals(std::modf(100.5f, &float_val), 0.5f) );
146 CPPUNIT_CHECK( are_equals(std::modf(100.5l, &long_double_val), 0.5l) );
  /external/stlport/stlport/stl/
_cmath.h 376 _STLP_MATH_INLINE2PX(double, modf, modf)
447 _STLP_DEF_MATH_INLINE2P(modf, modf)
584 using ::modf;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 376 _STLP_MATH_INLINE2PX(double, modf, modf)
447 _STLP_DEF_MATH_INLINE2P(modf, modf)
584 using ::modf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 376 _STLP_MATH_INLINE2PX(double, modf, modf)
447 _STLP_DEF_MATH_INLINE2P(modf, modf)
584 using ::modf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 376 _STLP_MATH_INLINE2PX(double, modf, modf)
447 _STLP_DEF_MATH_INLINE2P(modf, modf)
584 using ::modf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 376 _STLP_MATH_INLINE2PX(double, modf, modf)
447 _STLP_DEF_MATH_INLINE2P(modf, modf)
584 using ::modf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 116 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 116 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 116 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr));
  /bionic/libm/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-3/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */

Completed in 958 milliseconds

1 2 3