Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
fp_trunc.h | 42 typedef double dst_t; typedef in typeref:typename:double 48 typedef float dst_t; typedef in typeref:typename:float 54 typedef uint16_t dst_t; typedef in typeref:typename:uint16_t 71 static __inline dst_t dstFromRep(dst_rep_t x) { 72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; |
fp_extend.h | 54 typedef float dst_t; typedef in typeref:typename:float 60 typedef double dst_t; typedef in typeref:typename:double 66 typedef long double dst_t; typedef in typeref:typename:long double 83 static __inline dst_t dstFromRep(dst_rep_t x) { 84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; |