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

1 2 3

  /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
  /external/clang/test/CodeGen/
libcall-declarations.c 63 long double roundl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
147 // CHECK-NOERRNO: declare x86_fp80 @roundl(x86_fp80) [[NUW]]
187 // CHECK-ERRNO: declare x86_fp80 @roundl(x86_fp80) [[NUW]]
  /bionic/libm/
fake_long_double.c 64 long double roundl(long double a1) { return round(a1); } function
  /bionic/tests/
math_test.cpp 856 TEST(math, roundl) {
857 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
858 ASSERT_FLOAT_EQ(1.0, roundl(0.5));
859 ASSERT_FLOAT_EQ(-1.0, roundl(-0.5));
860 ASSERT_FLOAT_EQ(0.0, roundl(0.0));
861 ASSERT_FLOAT_EQ(-0.0, roundl(-0.0));
862 ASSERT_TRUE(isnan(roundl(nanl(""))));
863 ASSERT_FLOAT_EQ(HUGE_VALL, roundl(HUGE_VALL));
  /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...]
  /development/ndk/platforms/android-3/include/
math.h 470 long double roundl(long double);
  /development/ndk/platforms/android-9/include/
math.h 470 long double roundl(long double);
  /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 1798 milliseconds

1 2 3