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

1 2 3 4 5

  /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_rint.c 91 __weak_reference(rint, rintl);
s_rintl.c 55 rintl(long double x) function
  /external/clang/test/CodeGen/
libcall-declarations.c 60 long double rintl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
144 // CHECK-NOERRNO: declare x86_fp80 @rintl(x86_fp80) [[NUW]]
184 // CHECK-ERRNO: declare x86_fp80 @rintl(x86_fp80) [[NUW]]
  /bionic/tests/
math_test.cpp 684 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
685 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
691 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
697 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
698 ASSERT_EQ(1234.0, rintl(1234.0));
700 ASSERT_EQ(1235.0, rintl(1234.01));
706 ASSERT_EQ(1234.0, rintl(1234.01));
  /bionic/libm/
fake_long_double.c 63 long double rintl(long double a1) { return rint(a1); } function
  /external/qemu/fpu/
softfloat-native.c 38 extern long double rintl(long double);
43 return ((long long) rintl(x));
48 return ((long) rintl(x));
479 return rintl(a);
  /ndk/sources/android/support/include/
math.h 78 long double rintl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 463 /// long double rintl(long double x);
464 rintl, enumerator in enum:llvm::LibFunc::Func
697 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl:
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 384 ; CHECK: ld $25, %call16(rintl)
389 %call = tail call fp128 @rintl(fp128 %0) nounwind readnone
393 declare fp128 @rintl(fp128) #1
  /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/bison/m4/
math_h.m4 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 246 "rintl",
439 TLI.setUnavailable(LibFunc::rintl);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 121 #undef rintl
269 using ::rintl;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 121 #undef rintl
269 using ::rintl;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 121 #undef rintl
269 using ::rintl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 121 #undef rintl
269 using ::rintl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 121 #undef rintl
269 using ::rintl;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 274 long double rintl(long double x);
    [all...]
  /bionic/libm/include/
math.h 433 long double rintl(long double);
  /development/ndk/platforms/android-3/include/
math.h 468 long double rintl(long double);

Completed in 399 milliseconds

1 2 3 4 5