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

1 2 3 4

  /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 55 rintl(long double x) function
s_rint.c 91 __weak_reference(rint, rintl);
  /bionic/libm/x86/
rint.S 39 ALIAS_SYMBOL(rintl, rint);
  /ndk/sources/android/support/include/
math.h 80 long double rintl(long double);
  /prebuilts/ndk/current/sources/android/support/include/
math.h 80 long double rintl(long double);
  /external/valgrind/none/tests/mips32/
test_math.cpp 37 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
39 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
48 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
57 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
59 printf("rintl(1234.0): %Lf\n", rintl(1234.0));
62 printf("rintl(1234.01): %Lf\n", rintl(1234.01));
70 printf("rintl(1234.01): %Lf\n", rintl(1234.01))
    [all...]
test_math.stdout.exp 29 rintl(1234.0): 1234.000000
31 rintl(1234.01): 1235.000000
36 rintl(1234.01): 1234.000000
  /external/valgrind/none/tests/mips64/
test_math.stdout.exp 29 rintl(1234.0): 1234.000000
31 rintl(1234.01): 1234.000000
36 rintl(1234.01): 1234.000000
  /ndk/sources/android/support/src/
math_support.c 87 __attribute__((weak)) long double rintl(long double x) { return rint((double)x); } function
  /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]]
  /bionic/libm/include/
math.h 408 long double rintl(long double);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 242 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl:
  /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...]
  /external/ltrace/etc/
libm.so.conf 262 ldouble rintl(ldouble);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 785 extern long double __cdecl rintl (long double);
815 __CRT_INLINE long double __cdecl rintl (long double x) function
  /bionic/tests/
math_test.cpp 785 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
786 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
792 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
798 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
799 ASSERT_EQ(1234.0, rintl(1234.0L));
801 ASSERT_EQ(1235.0, rintl(1234.01L));
807 ASSERT_EQ(1234.0, rintl(1234.01L));
    [all...]
  /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-21/include/
math.h 451 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__;

Completed in 825 milliseconds

1 2 3 4