HomeSort by relevance Sort by last modified time
    Searched refs:floorl (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundl.c 52 t = floorl(x);
57 t = floorl(-x);
s_floor.c 77 __weak_reference(floor, floorl);
s_floorl.c 18 * floorl(x)
23 * Inexact flag raised if x not equal to floorl(x).
55 floorl(long double x) function
  /bionic/libm/x86/
floor.S 43 ALIAS_SYMBOL(floorl, floor);
  /bionic/libm/arm/
floor.S 139 ALIAS_SYMBOL(floorl, floor);
  /external/bison/darwin-lib/
math.h 1092 # undef floorl macro
    [all...]
  /external/bison/lib/
math.in.h 766 # undef floorl macro
767 # define floorl rpl_floorl macro
769 _GL_FUNCDECL_RPL (floorl, long double, (long double x));
770 _GL_CXXALIAS_RPL (floorl, long double, (long double x));
773 # undef floorl macro
774 _GL_FUNCDECL_SYS (floorl, long double, (long double x));
776 _GL_CXXALIAS_SYS (floorl, long double, (long double x));
778 _GL_CXXALIASWARN (floorl); variable
780 # undef floorl macro
782 _GL_WARN_ON_USE (floorl, "floorl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1092 # undef floorl macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 90 long double floorl(long double);
280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
389 // CHECK-NOERRNO: declare x86_fp80 @floorl(x86_fp80) [[NUW]]
550 // CHECK-ERRNO: declare x86_fp80 @floorl(x86_fp80) [[NUW]]
  /bionic/libc/include/
math.h 273 long double floorl(long double);
  /development/ndk/platforms/android-13/include/
math.h 429 long double floorl(long double);
  /development/ndk/platforms/android-18/include/
math.h 431 long double floorl(long double);
  /development/ndk/platforms/android-9/include/
math.h 426 long double floorl(long double);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 255 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
  /development/ndk/platforms/android-21/include/
math.h 422 long double floorl(long double);
  /external/libxml2/
trio.c 276 # define floorl(x) floor((double)(x)) 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]

Completed in 387 milliseconds

1 2 3 4 5 6 7 8