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

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llroundl.c 5 #define roundit roundl
s_lroundl.c 5 #define roundit roundl
s_round.c 59 __weak_reference(round, roundl);
s_roundl.c 40 roundl(long double x) function
  /bionic/libm/
fake_long_double.c 40 long double roundl(long double a1) { return round(a1); } function
  /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...]
  /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]]
  /bionic/libc/include/
math.h 290 long double roundl(long double);
  /development/ndk/platforms/android-13/include/
math.h 473 long double roundl(long double);
  /development/ndk/platforms/android-18/include/
math.h 476 long double roundl(long double);
  /development/ndk/platforms/android-9/include/
math.h 468 long double roundl(long double);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl:
  /bionic/tests/
math_test.cpp 993 TEST(math, roundl) {
997 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
998 ASSERT_DOUBLE_EQ(1.0L, roundl(0.5L));
999 ASSERT_DOUBLE_EQ(-1.0L, roundl(-0.5L));
1000 ASSERT_DOUBLE_EQ(0.0L, roundl(0.0L));
1001 ASSERT_DOUBLE_EQ(-0.0L, roundl(-0.0L));
1002 ASSERT_TRUE(isnan(roundl(nanl(""))));
1003 ASSERT_DOUBLE_EQ(HUGE_VALL, roundl(HUGE_VALL));
    [all...]
  /development/ndk/platforms/android-21/include/
math.h 452 long double roundl(long double);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 363 case LibFunc::roundl:
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 470 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 470 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 470 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h 475 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h 475 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
math.h 475 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
math.h 475 long double roundl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
math.h 475 long double roundl(long double) __NDK_FPABI_MATH__;

Completed in 1944 milliseconds

1 2 3 4 5 6