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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_trunc.c 66 __weak_reference(trunc, truncl);
s_truncl.c 18 * truncl(x)
23 * Inexact flag raised if x not equal to truncl(x).
42 truncl(long double x) function
  /external/clang/test/CodeGen/
libcall-declarations.c 75 long double truncl(long double);
86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
159 // CHECK-NOERRNO: declare x86_fp80 @truncl(x86_fp80) [[NUW]]
190 // CHECK-ERRNO: declare x86_fp80 @truncl(x86_fp80) [[NUW]]
  /bionic/tests/
math_test.cpp 886 TEST(math, truncl) {
887 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero.
888 ASSERT_FLOAT_EQ(1.0, truncl(1.5));
889 ASSERT_FLOAT_EQ(-1.0, truncl(-1.5));
890 ASSERT_FLOAT_EQ(0.0, truncl(0.0));
891 ASSERT_FLOAT_EQ(-0.0, truncl(-0.0));
892 ASSERT_TRUE(isnan(truncl(nan(""))));
893 ASSERT_FLOAT_EQ(HUGE_VALL, truncl(HUGE_VALL));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 605 /// long double truncl(long double x);
606 truncl, enumerator in enum:llvm::LibFunc::Func
698 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:
  /external/bison/darwin-lib/
math.h 2327 # undef truncl macro
    [all...]
  /external/bison/lib/
math.in.h 2002 # undef truncl macro
2003 # define truncl macro
2013 _GL_CXXALIASWARN (truncl); variable
2015 # undef truncl macro
    [all...]
  /external/bison/linux-lib/
math.h 2327 # undef truncl macro
    [all...]
  /development/ndk/platforms/android-3/include/
math.h 481 long double truncl(long double);
  /development/ndk/platforms/android-9/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 481 long double truncl(long double);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 481 long double truncl(long double);

Completed in 702 milliseconds

1 2 3