fp_trunc.h | 21 typedef uint32_t src_rep_t; typedef in typeref:typename:uint32_t 27 typedef uint64_t src_rep_t; typedef in typeref:typename:uint64_t 33 typedef __uint128_t src_rep_t; typedef in typeref:typename:__uint128_t 66 static __inline src_rep_t srcToRep(src_t x) { 67 const union { src_t f; src_rep_t i; } rep = {.f = x};
|