Lines Matching defs:src_t
20 typedef float src_t;
23 static const int srcBits = sizeof(src_t) * CHAR_BIT;
31 typedef double src_t;
34 static const int srcBits = sizeof(src_t) * CHAR_BIT;
44 typedef xf_float src_t;
57 typedef _Float16 src_t;
59 typedef uint16_t src_t;
63 static const int srcBits = sizeof(src_t) * CHAR_BIT;
77 typedef __bf16 src_t;
79 typedef uint16_t src_t;
83 static const int srcBits = sizeof(src_t) * CHAR_BIT;
163 static inline src_rep_t srcToRep(src_t x) {
165 src_t f;