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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modfl.c 58 modfl(long double x, long double *iptr) function
  /bionic/libm/
fake_long_double.c 37 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; return f; } function
  /ndk/sources/android/support/src/
math_support.c 90 __attribute__((weak)) long double modfl(long double x, long double* y) { return modf((double)x, (double *)y); } function
  /external/bison/darwin-lib/
math.h 1924 # undef modfl macro
    [all...]
  /external/bison/lib/
math.in.h 1596 # undef modfl macro
1597 # define modfl macro
1604 # undef modfl macro
1610 _GL_CXXALIASWARN (modfl); variable
1612 # undef modfl macro
    [all...]
  /external/bison/linux-lib/
math.h 1924 # undef modfl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 589 /* Define to 1 if you have the `modfl' function. */
1338 # define modfl 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 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl 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 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl 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 757 /* Define to 1 if you have the `modfl' function. */
1573 # define modfl 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 757 /* Define to 1 if you have the `modfl' function. */
1573 # define modfl 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 757 /* Define to 1 if you have the `modfl' function. */
1573 # define modfl 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 757 /* Define to 1 if you have the `modfl' function. */
1573 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]

Completed in 623 milliseconds

1 2 3