Home
last modified time | relevance | path

Searched defs:trunc (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPSInt.h94 APSInt trunc(uint32_t width) const { in trunc() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h25 static inline T trunc(T x) { in trunc() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h77 trunc = 0u << 4u, enumerator
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemotePlatformFile.py298 def vFile_test(self, read=False, write=False, append=False, trunc=False, argument
/llvm-project-15.0.7/libc/src/__support/
H A Dhigh_precision_decimal.h386 void set_truncated(bool trunc) { this->truncated = trunc; } in set_truncated()
/llvm-project-15.0.7/libcxx/src/
H A Dios.cpp106 const ios_base::openmode ios_base::trunc; member in ios_base
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DKnownBits.h152 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/llvm-project-15.0.7/libcxx/include/
H A Dmath.h1717 inline _LIBCPP_INLINE_VISIBILITY float trunc(float __lcpp_x) _NOEXCEPT in trunc() function
1725 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT in trunc() function
1737 trunc(_A1 __lcpp_x) _NOEXCEPT in trunc() function
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp99 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp102 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp346 MPFRNumber trunc() const { in trunc() function in __llvm_libc::testing::mpfr::MPFRNumber
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_math.h321 __DEVICE__ double trunc(double __a) { return __nv_trunc(__a); } in trunc() function
H A Dtgmath.h1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2662 TEST(APIntTest, trunc) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp898 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h22794 isl::val val::trunc() const in trunc() function