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

1 2 3

  /bionic/libm/src/
s_modf.c 18 * modf(double x, double *iptr)
33 modf(double x, double *iptr) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 60 using ::modf;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 60 using ::modf;
  /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/sources/android/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) );
  /bionic/libstdc++/include/
cmath 62 using ::modf;
  /ndk/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 60 using ::modf;
  /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/android/stlport/stlport/stl/
_cmath.h 376 _STLP_MATH_INLINE2PX(double, modf, modf)
447 _STLP_DEF_MATH_INLINE2P(modf, modf)
584 using ::modf;
  /external/libvpx/examples/includes/geshi/geshi/
c_mac.php 97 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
ocaml.php 81 'min_float', 'min_int', 'mod_float', 'modf', 'nan', 'open_in',
cpp.php 108 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
cpp-qt.php 98 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
klonecpp.php 77 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
objc.php 108 'printf', 'pow', 'perror', 'offsetof', 'modf', 'mktime', 'memset',
  /bionic/libm/man/
math.3 126 modf extract integer and fractional parts
  /frameworks/base/libs/rs/scriptc/
rs_math.rsh 280 extern float modf(float, float);
  /packages/apps/Launcher2/res/raw/
allapps.rs 164 modf(float x, float y)
  /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 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */

Completed in 339 milliseconds

1 2 3