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

1 2

  /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/compile/libbcc/lib/Renderscript/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 419 friend const mpreal modf(const mpreal& v, mpreal& n);
1573 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...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 379 /// double modf(double x, double *iptr);
380 modf, enumerator in enum:llvm::LibFunc::Func
  /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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 701 /* Define to 1 if you have the `modf' function. */
1466 # define modf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 701 /* Define to 1 if you have the `modf' function. */
1466 # define modf macro
    [all...]

Completed in 2641 milliseconds

1 2