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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llroundl.c 5 #define roundit roundl
s_lroundl.c 5 #define roundit roundl
s_roundl.c 33 roundl(long double x) function
  /bionic/libm/
fake_long_double.c 39 long double roundl(long double a1) { return round(a1); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 512 /// long double roundl(long double x);
513 roundl, enumerator in enum:llvm::LibFunc::Func
741 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl:
  /external/bison/darwin-lib/
math.h 2125 # undef roundl macro
    [all...]
  /external/bison/lib/
math.in.h 1799 # undef roundl macro
1800 # define roundl macro
1806 # undef roundl macro
1811 _GL_CXXALIASWARN (roundl); variable
1813 # undef roundl macro
    [all...]
  /external/bison/linux-lib/
math.h 2125 # undef roundl macro
    [all...]
  /bionic/tests/
math_test.cpp 955 TEST(math, roundl) {
956 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
957 ASSERT_DOUBLE_EQ(1.0L, roundl(0.5L));
958 ASSERT_DOUBLE_EQ(-1.0L, roundl(-0.5L));
959 ASSERT_DOUBLE_EQ(0.0L, roundl(0.0L));
960 ASSERT_DOUBLE_EQ(-0.0L, roundl(-0.0L));
961 ASSERT_TRUE(isnan(roundl(nanl(""))));
962 ASSERT_DOUBLE_EQ(HUGE_VALL, roundl(HUGE_VALL));
  /external/clang/test/CodeGen/
libcall-declarations.c 153 long double roundl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
452 // CHECK-NOERRNO: declare x86_fp80 @roundl(x86_fp80) [[NUW]]
565 // CHECK-ERRNO: declare x86_fp80 @roundl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 182 case LibFunc::roundl:
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 470 long double roundl(long double);

Completed in 430 milliseconds

1 2 3 4 5