/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
math.h | 220 double modf(double, double *); /* fundamentally !__pure2 */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 626 self.assertRaises(TypeError, math.modf) 634 testmodf('modf(1.5)', math.modf(1.5), (0.5, 1.0)) 635 testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0)) 637 self.assertEqual(math.modf(INF), (0.0, INF)) 638 self.assertEqual(math.modf(NINF), (-0.0, NINF)) 640 modf_nan = math.modf(NAN) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 626 self.assertRaises(TypeError, math.modf) 634 testmodf('modf(1.5)', math.modf(1.5), (0.5, 1.0)) 635 testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0)) 637 self.assertEqual(math.modf(INF), (0.0, INF)) 638 self.assertEqual(math.modf(NINF), (-0.0, NINF)) 640 modf_nan = math.modf(NAN) [all...] |
/bionic/libm/include/ |
math.h | 205 double modf(double, double *); /* fundamentally !__pure2 */
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 391 /// double modf(double x, double *iptr); 392 modf, enumerator in enum:llvm::LibFunc::Func
|
/external/qemu/ |
cutils.c | 338 fraction = modf(val, &integral);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 583 /* Define to 1 if you have the `modf' function. */ 1328 # define modf macro [all...] |