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

/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h21 typedef uint64_t src_rep_t; typedef
27 typedef __uint128_t src_rep_t; typedef
54 static inline src_rep_t srcToRep(src_t x) {
55 const union { src_t f; src_rep_t i; } rep = {.f = x};
H A Dfp_extend.h21 typedef uint32_t src_rep_t; typedef
28 typedef uint64_t src_rep_t; typedef
31 static inline int src_rep_t_clz(src_rep_t a) {
65 static inline src_rep_t srcToRep(src_t x) {
66 const union { src_t f; src_rep_t i; } rep = {.f = x};

Completed in 224 milliseconds