Home
last modified time | relevance | path

Searched refs:src_t (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfp_trunc.h20 typedef float src_t; typedef
26 typedef double src_t; typedef
32 typedef long double src_t; typedef
66 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()
67 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
H A Dfp_extend.h20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
78 static __inline src_rep_t srcToRep(src_t x) { in srcToRep()
79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
H A Dfp_extend_impl.inc41 static __inline dst_t __extendXfYf2__(src_t a) {
44 const int srcBits = sizeof(src_t)*CHAR_BIT;
H A Dfp_trunc_impl.inc42 static __inline dst_t __truncXfYf2__(src_t a) {
45 const int srcBits = sizeof(src_t)*CHAR_BIT;
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-higig.h281 …uint32_t src_t : 1; /**< If the MSB of this field is set, then it indicates the LAG the … member