Searched refs:rep (Results 1 – 1 of 1) sorted by relevance
79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep() local80 return rep.i; in srcToRep()84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep() local85 return rep.f; in dstFromRep()