Searched refs:dst_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_trunc.h42 typedef double dst_t; typedef
48 typedef float dst_t; typedef
54 typedef uint16_t dst_t; typedef
71 static __inline dst_t dstFromRep(dst_rep_t x) {
72 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
H A Dfp_extend.h54 typedef float dst_t; typedef
60 typedef double dst_t; typedef
66 typedef long double dst_t; typedef
83 static __inline dst_t dstFromRep(dst_rep_t x) {
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
H A Dfp_extend_impl.inc41 static __inline dst_t __extendXfYf2__(src_t a) {
56 const int dstBits = sizeof(dst_t)*CHAR_BIT;
105 // Apply the signbit to (dst_t)abs(a).
H A Dfp_trunc_impl.inc42 static __inline dst_t __truncXfYf2__(src_t a) {
60 const int dstBits = sizeof(dst_t)*CHAR_BIT;
132 // Apply the signbit to (dst_t)abs(a).

Completed in 126 milliseconds