HomeSort by relevance Sort by last modified time
    Searched defs:fmodl (Results 1 - 21 of 21) sorted by null

  /bionic/libm/
fake_long_double.c 29 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); } function
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmodl.c 55 * fmodl(x,y)
65 fmodl(long double x, long double y) function
  /ndk/sources/android/support/src/
math_support.c 61 __attribute__((weak)) long double fmodl(long double x, long double y) { return fmod((double)x, (double)y); } function
  /external/bison/darwin-lib/
math.h 1236 # undef fmodl macro
    [all...]
  /external/bison/lib/
math.in.h 910 # undef fmodl macro
911 # define fmodl rpl_fmodl macro
913 _GL_FUNCDECL_RPL (fmodl, long double, (long double x, long double y));
914 _GL_CXXALIAS_RPL (fmodl, long double, (long double x, long double y));
917 # undef fmodl macro
918 _GL_FUNCDECL_SYS (fmodl, long double, (long double x, long double y));
920 _GL_CXXALIAS_SYS (fmodl, long double, (long double x, long double y));
922 _GL_CXXALIASWARN (fmodl); variable
924 # undef fmodl macro
926 _GL_WARN_ON_USE (fmodl, "fmodl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1236 # undef fmodl 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 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl 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 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl 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 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl 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 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 629 /* Define to 1 if you have the `fmodl' function. */
1482 # define fmodl macro
    [all...]
  /external/libxml2/
trio.c 277 # define fmodl(x,y) fmod((double)(x),(double)(y)) macro
    [all...]

Completed in 565 milliseconds