Searched refs:dst_t (Results 1 – 2 of 2) sorted by relevance
54 typedef float dst_t; typedef60 typedef double dst_t; typedef66 typedef long double dst_t; typedef83 static __inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep()
41 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).