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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundl.c 41 t = floorl(x);
46 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
  /external/clang/test/CodeGen/
libcall-declarations.c 36 long double floorl(long double);
82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
120 // CHECK-NOERRNO: declare x86_fp80 @floorl(x86_fp80) [[NUW]]
172 // CHECK-ERRNO: declare x86_fp80 @floorl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 240 /// long double floorl(long double x);
241 floorl, enumerator in enum:llvm::LibFunc::Func
694 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
  /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...]
  /development/ndk/platforms/android-3/include/
math.h 428 long double floorl(long double);
  /development/ndk/platforms/android-9/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 428 long double floorl(long double);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 428 long double floorl(long double);

Completed in 360 milliseconds

1 2 3 4 5