Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/builtins/
Dfp_extend.h20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
78 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()
Dfp_extend_impl.inc41 static __inline dst_t __extendXfYf2__(src_t a) {
44 const int srcBits = sizeof(src_t)*CHAR_BIT;