/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 225 [[__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 D | APSInt.h | 108 APSInt trunc(uint32_t width) const { in trunc() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | signed-bitwise-standard-types.h | 77 trunc = 0u << 4u, enumerator
|
/llvm-project/lldb/test/API/tools/lldb-server/ |
H A D | TestGdbRemotePlatformFile.py | 350 trunc=False, argument
|
/llvm-project/libc/src/__support/ |
H A D | high_precision_decimal.h | 421 set_truncated(bool trunc) set_truncated() argument
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 24 LIBC_INLINE T trunc(T x) { trunc() function
|
/llvm-project/libcxx/src/ |
H A D | ios.cpp | 93 const ios_base::openmode ios_base::trunc; member in ios_base
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 150 KnownBits trunc(unsigned BitWidth) const { trunc() function
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 106 Ambiguous trunc(Ambiguous){ return Ambiguous(); } trunc() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 104 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 773 bool trunc = fold() local
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 529 MPFRNumber trunc() const { trunc() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 321 __DEVICE__ double trunc(double __a) { return __nv_trunc(__a); } trunc() function
|
H A D | tgmath.h | 1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 906 APInt APInt::trunc(unsigned width) const { trunc() function in APInt
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 2870 TEST(APIntTest,trunc) TEST() argument [all...] |
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 22794 isl::val val::trunc() const in trunc() function
|