/prebuilts/misc/common/swig/include/2.0.11/python/ |
typemaps.i | 73 For example, suppose you were trying to wrap the modf() function in the 77 double modf(double x, double *ip); 82 double modf(double x, double *OUTPUT); 88 double modf(double x, double *ip);
|
/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
typemaps.swg | 74 For example, suppose you were trying to wrap the modf() function in the 78 double modf(double x, double *ip); 83 double modf(double x, double *OUTPUT); 89 double modf(double x, double *ip);
|
/external/chromium_org/third_party/skia/debugger/QT/ |
SkCanvasWidget.cpp | 106 modf(fUserMatrix.getTranslateX(), &x); 107 modf(fUserMatrix.getTranslateY(), &y);
|
/external/skia/debugger/QT/ |
SkCanvasWidget.cpp | 106 modf(fUserMatrix.getTranslateX(), &x); 107 modf(fUserMatrix.getTranslateY(), &y);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/ |
libm.so | |
/bionic/libm/ |
fake_long_double.c | 37 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; return f; }
|
/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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Table_Suite.py | 79 'read_2f_write' : 'modf', # Can change values and formulas
|
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
typemaps.i | 112 For example, suppose you were trying to wrap the modf() function in the 116 double modf(double x, double *ip); 121 double modf(double x, double *OUTPUT); 127 double modf(double x, double *ip); 133 double fraction = modulename.modf(5, out dptr);
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
typemaps.i | 116 For example, suppose you were trying to wrap the modf() function in the 120 double modf(double x, double *ip); 125 double modf(double x, double *OUTPUT); 131 double modf(double x, double *ip); 137 double fraction = modf(5, dptr);
|
/prebuilts/misc/common/swig/include/2.0.11/go/ |
typemaps.i | 127 For example, suppose you were trying to wrap the modf() function in the 131 double modf(double x, double *ip); 136 double modf(double x, double *OUTPUT); 142 double modf(double x, double *ip); 148 fraction := modulename.Modf(5.0,ptr)
|
/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;
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
math.pxd | 56 double modf(double x, double* iptr)
|
/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;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 62 using ::modf;
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |