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

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dextendsfdf2.c49 typedef double dst_t; typedef
62 static inline dst_t dstFromRep(dst_rep_t x) {
63 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
71 dst_t __extendsfdf2(src_t a) {
87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
134 // Apply the signbit to (dst_t)abs(a).
H A Dtruncdfsf2.c47 typedef float dst_t; typedef
60 static inline dst_t dstFromRep(dst_rep_t x) {
61 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
69 COMPILER_RT_ABI dst_t
87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
164 // Apply the signbit to (dst_t)abs(a).
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-higig.h153 uint32_t dst_t : 1; /**< Destination Trunk: Indicates that the destination port is a member of a trunk member in struct:__anon6909::__anon6914::__anon6915
242 uint32_t dst_t : 1; /**< Destination Trunk: Indicates that the destination port is a member of a trunk member in struct:__anon6917::__anon6922::__anon6923

Completed in 180 milliseconds