HomeSort by relevance Sort by last modified time
    Searched full:dst_t (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/
extendsfdf2.c 49 typedef double dst_t; typedef
62 static inline dst_t dstFromRep(dst_rep_t x) {
63 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
71 dst_t __extendsfdf2(src_t a) {
87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
134 // Apply the signbit to (dst_t)abs(a).
truncdfsf2.c 47 typedef float dst_t; typedef
60 static inline dst_t dstFromRep(dst_rep_t x) {
61 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
69 COMPILER_RT_ABI dst_t
87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
164 // Apply the signbit to (dst_t)abs(a).

Completed in 655 milliseconds