Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h225 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __builtin_… in trunc() function
228 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function
232 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function
237 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
/freebsd/lib/msun/src/
H A Ds_trunc.c29 trunc(double x) in trunc() function
/freebsd/contrib/openbsm/compat/
H A Dflopen.h40 int fd, operation, serrno, trunc; in flopen() local
/freebsd/crypto/openssl/test/
H A Dbio_base64_test.c24 int trunc; member
94 int trunc, unsigned llen, unsigned wscnt, BIO *mem) in encode()
152 unsigned buflen, int trunc, char *encoded, unsigned llen, in genb64()
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore-int.h42 int (*trunc)(struct krb5_storage_data*, off_t); member
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dmake_checksum.c40 krb5_octet *trunc; in krb5_k_make_checksum() local
/freebsd/lib/libutil/
H A Dflopen.c51 int fd, operation, serrno, trunc; in vflopenat() local
/freebsd/tests/sys/netinet/
H A Dudp_io.c66 ATF_TC_BODY(trunc, tc) in ATF_TC_BODY() argument
/freebsd/contrib/sendmail/mailstats/
H A Dmailstats.c59 bool trunc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h108 APSInt trunc(uint32_t width) const { in trunc() function
/freebsd/bin/dd/
H A Ddd.h63 uintmax_t trunc; /* # of truncated records */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c377 boolean_t trunc = B_FALSE; in dnode_sync_free_range_impl() local
H A Ddnode.c2247 int trunc = FALSE; in dnode_free_range() local
H A Dzap.c1546 boolean_t trunc = B_FALSE; in zap_shrink() local
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp93 const ios_base::openmode ios_base::trunc; member in ios_base
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h150 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/freebsd/usr.bin/mail/
H A Ddef.h269 #define trunc(stream) { \ macro
/freebsd/sys/netinet/
H A Dsctp_input.c3593 struct sctp_stream_reset_in_request *req, int trunc) in sctp_handle_str_reset_request_in()
3724 struct sctp_stream_reset_out_request *req, int trunc) in sctp_handle_str_reset_request_out()
3959 int trunc = 0; in sctp_handle_stream_reset() local
/freebsd/sys/netlink/
H A Dnetlink_domain.c665 bool nonblock, trunc, peek; in nl_soreceive() local
/freebsd/include/
H A Dtgmath.h201 #define trunc(x) __tg_simple(x, trunc) macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram_pair.c896 size_t l, trunc = 0, saved_idx, saved_count; in dgram_pair_read_actual() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c431 dt_node_t *anp, *trunc; in dt_action_trunc() local
H A Ddt_consume.c2380 dt_trunc_t *trunc = arg; in dt_trunc_agg() local
2400 dt_trunc_t trunc; in dt_trunc() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp906 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt

12