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

1 2 3 4 5

  /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/4/platforms/android-5/arch-x86/usr/include/
cmath 60 using ::modf;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 60 using ::modf;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 62 using ::modf;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 62 using ::modf;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /bionic/libm/upstream-freebsd/lib/msun/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) );
  /bionic/libm/
fake_long_double.c 61 long double modfl(long double a1, long double* a2) { return modf(a1, (double*) a2); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 73 float modf(float v, float* ptr) {return SC_modff(v, ptr);} function
  /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/5/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/6/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/7/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/8/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;
  /external/bison/darwin-lib/
math.h 1898 # undef modf macro
    [all...]

Completed in 2465 milliseconds

1 2 3 4 5