Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/lib/builtins/
Dfp_extend.h79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep() local
80 return rep.i; in srcToRep()
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep() local
85 return rep.f; in dstFromRep()