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

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestModf.rs 26 float out = modf(inX, &outIret);
33 float2 out = modf(inX, &outIret);
40 float3 out = modf(inX, &outIret);
47 float4 out = modf(inX, &outIret);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 59 T modf(const T& v, T* ipart, const Policy& pol);
61 T modf(const T& v, T* ipart);
63 T modf(const T& v, int* ipart, const Policy& pol);
65 T modf(const T& v, int* ipart);
67 T modf(const T& v, long* ipart, const Policy& pol);
69 T modf(const T& v, long* ipart);
72 T modf(const T& v, boost::long_long_type* ipart, const Policy& pol);
74 T modf(const T& v, boost::long_long_type* ipart);
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 62 using ::modf;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 62 using ::modf;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 62 using ::modf;
  /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; }
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modf.c 18 * modf(double x, double *iptr)
33 modf(double x, double *iptr) function
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 35 extern double modf (double, double *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 35 extern double modf (double, double *);
  /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);
  /external/chromium_org/third_party/webrtc/base/
timing.cc 82 double sec_int, sec_frac = modf(period, &sec_int);
  /external/deqp/framework/delibs/debase/
deMath.c 131 double fract = modf(a, &integer);

Completed in 1148 milliseconds

1 2 3 4 5 6 7 8 9