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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrintl.c 5 #define roundit rintl
s_lrintl.c 5 #define roundit rintl
s_nearbyint.c 59 DECL(long double, nearbyintl, rintl)
s_rintl.c 56 rintl(long double x) function
s_rint.c 91 __weak_reference(rint, rintl);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 504 /// long double rintl(long double x);
505 rintl, enumerator in enum:llvm::LibFunc::Func
740 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl:
  /external/clang/test/CodeGen/
libcall-declarations.c 150 long double rintl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
449 // CHECK-NOERRNO: declare x86_fp80 @rintl(x86_fp80) [[NUW]]
562 // CHECK-ERRNO: declare x86_fp80 @rintl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 174 case LibFunc::rintl:
  /bionic/libm/include/
math.h 451 long double rintl(long double);
  /external/bison/darwin-lib/
math.h 2054 # undef rintl macro
    [all...]
  /external/bison/lib/
math.in.h 1740 _GL_CXXALIASWARN (rintl); variable
1742 # undef rintl macro
    [all...]
  /external/bison/linux-lib/
math.h 2054 # undef rintl macro
    [all...]
  /bionic/tests/
math_test.cpp 793 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
794 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
800 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
806 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
807 ASSERT_EQ(1234.0, rintl(1234.0L));
809 ASSERT_EQ(1235.0, rintl(1234.01L));
815 ASSERT_EQ(1234.0, rintl(1234.01L));
    [all...]
  /external/ltrace/etc/
libm.so.conf 262 ldouble rintl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 473 long double rintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 476 long double rintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 468 long double rintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 468 long double rintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 451 long double rintl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 326 case LibFunc::rintl:
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 261 "rintl",
491 TLI.setUnavailable(LibFunc::rintl);
  /bionic/libm/
Android.mk 248 libm_common_cflags += -fno-builtin-rint -fno-builtin-rintf -fno-builtin-rintl
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 566 static_assert((std::is_same<decltype(rintl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1135 __tg_rint(long double __x) {return rintl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 504 milliseconds

1 2