Searched refs:dst_t (Results 1 – 6 of 6) sorted by relevance
42 typedef double dst_t; typedef48 typedef float dst_t; typedef54 typedef uint16_t dst_t; typedef71 static inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep()
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).
42 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).
113 dst_t = classify(dst)114 for action in actions[(src_t, dst_t)]: action(src, dst)
205 uint8_t* dst_t = (uint8_t*)dst; in ExportRowMIPS() local243 [dst_t]"+r"(dst_t), [loop_end]"=&r"(loop_end) in ExportRowMIPS()