Searched refs:src_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Dextendsfdf2.c43 typedef float src_t; typedef
57 static inline src_rep_t srcToRep(src_t x) {
58 const union { src_t f; src_rep_t i; } rep = {.f = x};
71 dst_t __extendsfdf2(src_t a) {
75 const int srcBits = sizeof(src_t)*CHAR_BIT;
H A Dtruncdfsf2.c42 typedef double src_t; typedef
55 static inline src_rep_t srcToRep(src_t x) {
56 const union { src_t f; src_rep_t i; } rep = {.f = x};
70 __truncdfsf2(src_t a) {
74 const int srcBits = sizeof(src_t)*CHAR_BIT;
/freebsd-10.3-release/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 packet ingressed member in struct:__anon7408::__anon7416::__anon7417

Completed in 56 milliseconds