Home
last modified time | relevance | path

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

/minix3/lib/libm/src/
H A Ds_trunc.c41 trunc(double x) in trunc() function
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore-int.h44 int (*trunc)(struct krb5_storage_data*, off_t); member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h65 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() function
/minix3/lib/libm/noieee_src/
H A Dn_floor.c227 trunc(double x) in trunc() function
/minix3/external/bsd/tcpdump/dist/
H A Dprint-ripng.c122 int trunc; in ripng_print() local
/minix3/minix/commands/remsync/
H A Dremsync.c366 static size_t *trunc; in traverse() local
802 static size_t *trunc; in readstate() local
1411 size_t trunc; in apply_differences() local
/minix3/external/bsd/libc++/dist/libcxx/src/
H A Dios.cpp122 const ios_base::openmode ios_base::trunc; member in ios_base
/minix3/bin/dd/
H A Ddd.h94 uint64_t trunc; /* # of truncated records */ member
/minix3/external/bsd/bind/dist/bin/tests/
H A Drdata_test.c924 int trunc = 0; in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp101 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
/minix3/include/
H A Dtgmath.h184 #define trunc(a) __TG_FN1(trunc, (a)) macro
/minix3/usr.bin/mail/
H A Ddef.h417 #define trunc(stream) { \ macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h655 trunc, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp924 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt
/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Dtgmath.h1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro