Lines Matching defs:dst_t
65 typedef double dst_t;
68 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
75 typedef xf_float dst_t;
86 typedef float dst_t;
89 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
97 typedef _Float16 dst_t;
99 typedef uint16_t dst_t;
103 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
110 typedef __bf16 dst_t;
113 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
162 static inline dst_t dstFromRep(dst_rep_t x) {
164 dst_t f;