Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Drounding_functions.h225 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __builtin_trunc(__x); } in trunc() function
228 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function
232 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function
237 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h108 APSInt trunc(uint32_t width) const { in trunc() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h77 trunc = 0u << 4u, enumerator
/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestGdbRemotePlatformFile.py350 trunc=False, argument
/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h421 set_truncated(bool trunc) set_truncated() argument
/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h24 LIBC_INLINE T trunc(T x) { trunc() function
/llvm-project/libcxx/src/
H A Dios.cpp93 const ios_base::openmode ios_base::trunc; member in ios_base
/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h150 KnownBits trunc(unsigned BitWidth) const { trunc() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp106 Ambiguous trunc(Ambiguous){ return Ambiguous(); } trunc() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp104 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp773 bool trunc = fold() local
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp529 MPFRNumber trunc() const { trunc() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h321 __DEVICE__ double trunc(double __a) { return __nv_trunc(__a); } trunc() function
H A Dtgmath.h1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp906 APInt APInt::trunc(unsigned width) const { trunc() function in APInt
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2870 TEST(APIntTest,trunc) TEST() argument
[all...]
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h22794 isl::val val::trunc() const in trunc() function