Home
last modified time | relevance | path

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

123

/external/musl/src/math/i386/
Dfloor.s48 .global trunc symbol
50 trunc: label
/external/musl/src/math/powerpc64/
Dtrunc.c5 double trunc(double x) in trunc() function
/external/musl/src/math/aarch64/
Dtrunc.c3 double trunc(double x) in trunc() function
/external/musl/src/math/s390x/
Dtrunc.c5 double trunc(double x) in trunc() function
/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/musl/src/math/
Dtrunc.c3 double trunc(double x) in trunc() function
/external/rust/crates/libm/src/math/
Dtrunc.rs4 pub fn trunc(x: f64) -> f64 { 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.c121 int trunc = O_TRUNC; in dd_main() local
/external/ComputeLibrary/support/
DToolchainSupport.h100 inline T trunc(T value) in trunc() function
/external/swiftshader/third_party/llvm-10.0/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/cronet/third_party/icu/source/samples/uresb/
Duresb.c58 static UBool trunc = false; variable
/external/icu/icu4c/source/samples/uresb/
Duresb.c58 static UBool trunc = false; variable
/external/python/cpython2/Lib/test/
Dtest_os.py210 def trunc(x): return int(x) function
212 def trunc(x): return x function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h127 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/external/sg3_utils/src/
Dsg_luns.c372 bool trunc; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dios.cpp106 const ios_base::openmode ios_base::trunc; member in ios_base
/external/rust/crates/num-traits/src/
Dreal.rs121 fn trunc(self) -> Self; in trunc() method
/external/rust/crates/half/src/
Dnum_traits.rs211 fn trunc(self) -> Self { in trunc() method
376 fn trunc(self) -> Self { in trunc() method
949 fn trunc(self) -> Self { in trunc() method
1114 fn trunc(self) -> Self { in trunc() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1669 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT in trunc() function
1675 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function
1679 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT in trunc() function
1687 trunc(_A1 __x) _NOEXCEPT in trunc() function
/external/libcxx/src/
Dios.cpp123 const ios_base::openmode ios_base::trunc; member in ios_base
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DReadSql.java105 private static String trunc(String line, int len) { in trunc() method in ReadSql

123