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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modf.c 18 * modf(double x, double *iptr)
33 modf(double x, double *iptr) function
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 73 float modf(float v, float* ptr) {return SC_modff(v, ptr);} function
  /frameworks/rs/driver/runtime/
rs_cl.c 500 extern float __attribute__((overloadable)) modf(float, float *);
501 FN_FUNC_FN_PFN(modf); variable
    [all...]
  /external/bison/darwin-lib/
math.h 1898 # undef modf macro
    [all...]
  /external/bison/lib/
math.in.h 1576 # undef modf macro
1577 # define modf macro
1584 _GL_CXXALIASWARN (modf); variable
1586 # undef modf macro
    [all...]
  /external/bison/linux-lib/
math.h 1898 # undef modf macro
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 432 friend const mpreal modf(const mpreal& v, mpreal& n);
1938 inline const mpreal modf(const mpreal& v, mpreal& n) function in namespace:mpfr
    [all...]
  /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...]
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 583 /* Define to 1 if you have the `modf' function. */
1328 # define modf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 583 /* Define to 1 if you have the `modf' function. */
1328 # define modf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 583 /* Define to 1 if you have the `modf' function. */
1328 # define modf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/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.11-4.6/x86_64-linux/include/c++/4.6/x86_64-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.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 751 /* Define to 1 if you have the `modf' function. */
1563 # define modf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 751 /* Define to 1 if you have the `modf' function. */
1563 # define modf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 751 /* Define to 1 if you have the `modf' function. */
1563 # define modf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 751 /* Define to 1 if you have the `modf' function. */
1563 # define modf macro
    [all...]

Completed in 2054 milliseconds

1 2 3