HomeSort by relevance Sort by last modified time
    Searched refs:modf (Results 51 - 71 of 71) sorted by null

1 23

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h 220 double modf(double, double *); /* fundamentally !__pure2 */
  /external/qemu/
cutils.c 338 fraction = modf(val, &integral);
  /prebuilts/ndk/android-ndk-r5/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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...]
  /external/libxml2/
trionan.c 423 (fraction = modf(number, &integral),
  /frameworks/rs/scriptc/
rs_cl.rsh 501 extern float __attribute__((overloadable)) modf(float x, float *iret);
502 FN_FUNC_FN_PFN(modf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 583 /* Define to 1 if you have the `modf' function. */
1328 # define modf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 701 /* Define to 1 if you have the `modf' function. */
1466 # define modf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 701 /* Define to 1 if you have the `modf' function. */
1466 # define modf macro
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 501 extern float __attribute__((overloadable)) modf(float x, float *iret);
502 FN_FUNC_FN_PFN(modf);
  /ndk/sources/host-tools/nawk-20071023/
run.c 1029 modf(i/j, &v);
1036 if (j >= 0 && modf(j, &v) == 0.0) /* pos integer exponent */
1126 modf(xf/yf, &v);
1130 if (yf >= 0 && modf(yf, &v) == 0.0) /* pos integer exponent */
    [all...]
tran.c 376 if (modf(vp->fval, &dtemp) == 0) /* it's integral */
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 517 extern float __attribute__((overloadable)) modf(float, float *);
518 FN_FUNC_FN_PFN(modf); variable
    [all...]
  /external/icu4c/common/
putil.c 469 return modf(x, y);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 435 float microSeconds = modf(time, &seconds) * 1000000;
    [all...]

Completed in 592 milliseconds

1 23