HomeSort by: relevance | last modified time | path
    Searched defs:dst_rep_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_trunc.h 43 typedef uint64_t dst_rep_t; typedef in typeref:typename:uint64_t
49 typedef uint32_t dst_rep_t; typedef in typeref:typename:uint32_t
55 typedef uint16_t dst_rep_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 55 typedef uint32_t dst_rep_t; typedef in typeref:typename:uint32_t
61 typedef uint64_t dst_rep_t; typedef in typeref:typename:uint64_t
67 typedef __uint128_t dst_rep_t; typedef in typeref:typename:__uint128_t
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 12 milliseconds