Searched refs:src_t (Results 1 – 2 of 2) sorted by relevance
20 typedef float src_t; typedef27 typedef double src_t; typedef43 typedef uint16_t src_t; typedef78 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
41 static __inline dst_t __extendXfYf2__(src_t a) {44 const int srcBits = sizeof(src_t)*CHAR_BIT;