Home
last modified time | relevance | path

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

123

/external/llvm-project/libc/src/math/
Dtrunc.cpp14 double LLVM_LIBC_ENTRYPOINT(trunc)(double x) { return fputil::trunc(x); } in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dtrunc.rs4 pub fn trunc(x: f64) -> f64 { in trunc() function
Dmod.rs175 mod trunc; module
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_test.cc44 void MakeOp(DataType src, DataType dst, bool trunc) { in MakeOp()
64 void CheckCast(bool trunc) { in CheckCast()
/external/llvm-project/libc/utils/FPUtil/
DNearestIntegerOperations.h21 static inline T trunc(T x) { in trunc() function
/external/python/cpython2/Lib/plat-mac/Carbon/
DMediaDescr.py7 def __init__(self, trunc, size, names, fmt): argument
/external/iproute2/tc/
Dm_sample.c48 __u32 trunc; in parse_sample() local
/external/toybox/toys/pending/
Ddd.c142 int trunc = O_TRUNC; in dd_main() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h98 APSInt trunc(uint32_t width) const { in trunc() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h98 APSInt trunc(uint32_t width) const { in trunc() function
/external/llvm/include/llvm/ADT/
DAPSInt.h81 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() function
/external/ltp/testcases/kernel/fs/doio/
Dwrite_log.c114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-signed-bitwise-standard-types.h77 trunc = 0u << 4u, enumerator
/external/skqp/samplecode/
DSampleColorFilter.cpp28 int trunc = x >> 3; in round5_slow() local
/external/icu/icu4c/source/samples/uresb/
Duresb.c58 static UBool trunc = false; variable
/external/rust/crates/num-traits/src/
Dfloat.rs405 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
Dreal.rs121 fn trunc(self) -> Self; in trunc() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h127 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/external/python/cpython2/Lib/test/
Dtest_os.py210 def trunc(x): return int(x) function
212 def trunc(x): return x function
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h129 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/external/llvm-project/libcxx/src/
Dios.cpp106 const ios_base::openmode ios_base::trunc; member in ios_base
/external/cldr/tools/java/org/unicode/cldr/tool/
DReadSql.java105 private static String trunc(String line, int len) { in trunc() method in ReadSql
/external/libcxx/src/
Dios.cpp123 const ios_base::openmode ios_base::trunc; member in ios_base
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2072 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/
Dmath.h1501 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

123