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

1 2 3 4 5 6 7

  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 263 /// long double floorl(long double x);
264 floorl, enumerator in enum:llvm::LibFunc::Func
737 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...]
  /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]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 162 case LibFunc::floorl:
  /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);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 428 long double floorl(long double);

Completed in 756 milliseconds

1 2 3 4 5 6 7