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

  /bionic/libm/
fake_long_double.c 28 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
  /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...]
  /external/libxml2/
trio.c 277 # define fmodl(x,y) fmod((double)(x),(double)(y)) macro
    [all...]

Completed in 344 milliseconds