Searched defs:dst_t (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h42 typedef double dst_t; typedef
48 typedef float dst_t; typedef
54 typedef uint16_t dst_t; typedef
71 static __inline dst_t dstFromRep(dst_rep_t x) {
72 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
H A Dfp_extend.h54 typedef float dst_t; typedef
60 typedef double dst_t; typedef
66 typedef long double dst_t; typedef
83 static __inline dst_t dstFromRep(dst_rep_t x) {
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x};

Completed in 166 milliseconds