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

  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 646 /// long double truncl(long double x);
647 truncl, enumerator in enum:llvm::LibFunc::Func
742 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:
  /bionic/tests/
math_test.cpp 1019 TEST(math, truncl) {
1023 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero.
1024 ASSERT_DOUBLE_EQ(1.0L, truncl(1.5L));
1025 ASSERT_DOUBLE_EQ(-1.0L, truncl(-1.5L));
1026 ASSERT_DOUBLE_EQ(0.0L, truncl(0.0L));
1027 ASSERT_DOUBLE_EQ(-0.0L, truncl(-0.0L));
1028 ASSERT_TRUE(isnan(truncl(nan(""))));
1029 ASSERT_DOUBLE_EQ(HUGE_VALL, truncl(HUGE_VALL));
    [all...]
  /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...]
  /external/clang/test/CodeGen/
libcall-declarations.c 180 long double truncl(long double);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
479 // CHECK-NOERRNO: declare x86_fp80 @truncl(x86_fp80) [[NUW]]
568 // CHECK-ERRNO: declare x86_fp80 @truncl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 170 case LibFunc::truncl:
  /bionic/libm/include/
math.h 461 long double truncl(long double);
  /external/ltrace/etc/
libm.so.conf 138 ldouble truncl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 486 long double truncl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 489 long double truncl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 481 long double truncl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 481 long double truncl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 461 long double truncl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 334 case LibFunc::truncl:
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 331 "truncl",
497 TLI.setUnavailable(LibFunc::truncl);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 606 static_assert((std::is_same<decltype(truncl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1220 __tg_trunc(long double __x) {return truncl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 606 milliseconds