/bionic/libm/src/ |
s_modf.c | 18 * modf(double x, double *iptr) 33 modf(double x, double *iptr) function
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 179 modf
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 138 modf
|
/external/mesa3d/src/glsl/builtins/ir/ |
modf | 1 ((function modf
|
/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/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/libstdc++/include/ |
cmath | 62 using ::modf;
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 121 TEST_FUNC_2P(modf);
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 62 using ::modf;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 62 using ::modf;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cmath | 62 using ::modf;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cmath | 62 using ::modf;
|
/system/extras/tests/bionic/libstdc++/ |
test_cmath.cpp | 60 using ::modf;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cmath | 69 #undef modf 345 using ::modf; 348 modf(float __x, float* __iptr) 352 modf(long double __x, long double* __iptr)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 69 #undef modf 345 using ::modf; 348 modf(float __x, float* __iptr) 352 modf(long double __x, long double* __iptr)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 69 #undef modf 345 using ::modf; 348 modf(float __x, float* __iptr) 352 modf(long double __x, long double* __iptr)
|
/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;
|
/prebuilt/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;
|
/prebuilt/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;
|
/prebuilt/sdk/11/renderscript/include/ |
rs_cl.rsh | 236 extern float __attribute__((overloadable)) modf(float, float *); 237 FN_FUNC_FN_PFN(modf);
|