HomeSort by relevance Sort by last modified time
    Searched full:nearbyintl (Results 51 - 75 of 282) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-23/arch-arm/symbols/
libm.so.functions.txt 203 nearbyintl
libm.so.versions.txt 207 nearbyintl;
  /development/ndk/platforms/android-23/arch-arm64/symbols/
libm.so.functions.txt 203 nearbyintl
libm.so.versions.txt 207 nearbyintl;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libm.so.functions.txt 203 nearbyintl
libm.so.versions.txt 207 nearbyintl;
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libm.so.functions.txt 203 nearbyintl
libm.so.versions.txt 207 nearbyintl;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libm.so.functions.txt 203 nearbyintl
libm.so.versions.txt 207 nearbyintl;
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libm.so.functions.txt 203 nearbyintl
libm.so.versions.txt 207 nearbyintl;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nearbyint.c 59 DECL(long double, nearbyintl, rintl)
  /bionic/libm/
libm.arm.map 207 nearbyintl;
libm.map.txt 206 nearbyintl;
  /ndk/sources/android/support/include/
math.h 77 long double nearbyintl(long double);
  /prebuilts/ndk/current/sources/android/support/include/
math.h 77 long double nearbyintl(long double);
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 28 "log10l", "log2l", "logl", "nearbyintl",
  /ndk/sources/android/support/src/
math_support.c 84 __attribute__((weak)) long double nearbyintl(long double x) { return nearbyint((double)x); } function
  /bionic/tests/
math_test.cpp 814 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
815 feclearexcept(FE_ALL_EXCEPT); // nearbyint/nearbyintf/nearbyintl don't set the FE_INEXACT flag.
827 feclearexcept(FE_ALL_EXCEPT); // nearbyint/nearbyintf/nearbyintl don't set the FE_INEXACT flag.
828 ASSERT_EQ(1234.0, nearbyintl(1234.0L));
830 ASSERT_EQ(1235.0, nearbyintl(1234.01L));
833 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
836 ASSERT_EQ(1234.0, nearbyintl(1234.01L));
    [all...]
  /bionic/libc/tools/
posix-2013.txt 596 nearbyintl
  /external/clang/test/CodeGen/
libcall-declarations.c 138 long double nearbyintl(long double);
289 F(lroundl), F(nearbyint), F(nearbyintf), F(nearbyintl), F(nextafter),
437 // CHECK-NOERRNO: declare x86_fp80 @nearbyintl(x86_fp80) [[NUW]]
559 // CHECK-ERRNO: declare x86_fp80 @nearbyintl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 763 /// long double nearbyintl(long double x);
764 TLI_DEFINE_ENUM_INTERNAL(nearbyintl)
765 TLI_DEFINE_STRING_INTERNAL("nearbyintl")
    [all...]
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 354 ; ALL: ld $25, %call16(nearbyintl)
359 %call = tail call fp128 @nearbyintl(fp128 %0) nounwind readnone
363 declare fp128 @nearbyintl(fp128) #1
  /bionic/libm/include/
math.h 400 long double nearbyintl(long double);

Completed in 517 milliseconds

1 23 4 5 6 7 8 91011>>