/external/llvm-project/libc/src/math/ |
D | trunc.cpp | 14 double LLVM_LIBC_ENTRYPOINT(trunc)(double x) { return fputil::trunc(x); } in LLVM_LIBC_ENTRYPOINT() argument
|
/external/rust/crates/libm/src/math/ |
D | trunc.rs | 4 pub fn trunc(x: f64) -> f64 { in trunc() function
|
D | mod.rs | 175 mod trunc; module
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op_test.cc | 44 void MakeOp(DataType src, DataType dst, bool trunc) { in MakeOp() 64 void CheckCast(bool trunc) { in CheckCast()
|
/external/llvm-project/libc/utils/FPUtil/ |
D | NearestIntegerOperations.h | 21 static inline T trunc(T x) { in trunc() function
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | MediaDescr.py | 7 def __init__(self, trunc, size, names, fmt): argument
|
/external/iproute2/tc/ |
D | m_sample.c | 48 __u32 trunc; in parse_sample() local
|
/external/toybox/toys/pending/ |
D | dd.c | 142 int trunc = O_TRUNC; in dd_main() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 98 APSInt trunc(uint32_t width) const { in trunc() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APSInt.h | 98 APSInt trunc(uint32_t width) const { in trunc() function
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 81 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() function
|
/external/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | hicpp-signed-bitwise-standard-types.h | 77 trunc = 0u << 4u, enumerator
|
/external/skqp/samplecode/ |
D | SampleColorFilter.cpp | 28 int trunc = x >> 3; in round5_slow() local
|
/external/icu/icu4c/source/samples/uresb/ |
D | uresb.c | 58 static UBool trunc = false; variable
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 405 fn trunc(self) -> Self { in trunc() method 1156 fn trunc(self) -> Self; in trunc() method 1997 fn trunc(self) -> Self { in trunc() method 2132 fn trunc(self) -> Self { in trunc() method
|
D | real.rs | 121 fn trunc(self) -> Self; in trunc() method
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 127 KnownBits trunc(unsigned BitWidth) const { in trunc() function
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 210 def trunc(x): return int(x) function 212 def trunc(x): return x function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | KnownBits.h | 129 KnownBits trunc(unsigned BitWidth) const { in trunc() function
|
/external/llvm-project/libcxx/src/ |
D | ios.cpp | 106 const ios_base::openmode ios_base::trunc; member in ios_base
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ReadSql.java | 105 private static String trunc(String line, int len) { in trunc() method in ReadSql
|
/external/libcxx/src/ |
D | ios.cpp | 123 const ios_base::openmode ios_base::trunc; member in ios_base
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2072 LLVMValueRef trunc, res, anosign, mask; in lp_build_trunc() local 2176 LLVMValueRef trunc, res, anosign, mask; in lp_build_floor() local 2251 LLVMValueRef trunc, res, anosign, mask, tmp; in lp_build_ceil() local 2443 LLVMValueRef trunc, itrunc, mask; in lp_build_ifloor() local 2498 LLVMValueRef trunc, itrunc, mask; in lp_build_iceil() local
|
/external/llvm-project/libcxx/include/ |
D | math.h | 1501 inline _LIBCPP_INLINE_VISIBILITY float trunc(float __lcpp_x) _NOEXCEPT {return ::truncf… in trunc() function 1502 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT {return ::truncl… in trunc() function 1507 trunc(_A1 __lcpp_x) _NOEXCEPT {return ::trunc((double)__lcpp_x);} in trunc() function
|