Home
last modified time | relevance | path

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

1234

/external/musl/src/math/i386/
Dfloor.s48 .global trunc symbol
50 trunc: label
/external/trusty/musl/src/math/i386/
Dfloor.s48 .global trunc symbol
50 trunc: label
/external/cronet/third_party/libc++/src/include/__math/
Drounding_functions.h225 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __buil… in trunc() function
228 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function
232 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function
237 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
/external/trusty/musl/src/math/s390x/
Dtrunc.c5 double trunc(double x) in trunc() function
/external/musl/src/math/powerpc64/
Dtrunc.c5 double trunc(double x) in trunc() function
/external/musl/src/math/s390x/
Dtrunc.c5 double trunc(double x) in trunc() function
/external/musl/src/math/aarch64/
Dtrunc.c3 double trunc(double x) in trunc() function
/external/trusty/musl/src/math/powerpc64/
Dtrunc.c5 double trunc(double x) in trunc() function
/external/trusty/musl/src/math/aarch64/
Dtrunc.c3 double trunc(double x) in trunc() function
/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/trusty/musl/src/math/
Dtrunc.c3 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/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/rust/crates/glam/src/f32/
Dmath.rs98 pub(crate) fn trunc(f: f32) -> f32 { in trunc() function
207 pub(crate) fn trunc(f: f32) -> f32 { in trunc() function
/external/rust/crates/glam/src/f64/
Dmath.rs63 pub(crate) fn trunc(f: f64) -> f64 { in trunc() function
171 pub(crate) fn trunc(f: f64) -> f64 { in trunc() function
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPSInt.h108 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/llvm-libc/src/__support/
Dhigh_precision_decimal.h420 LIBC_INLINE void set_truncated(bool trunc) { this->truncated = trunc; } in set_truncated()
/external/toybox/toys/posix/
Ddd.c152 int opos, olen, ifd = 0, ofd = 1, trunc = O_TRUNC, ii; in dd_main() local

1234