OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_rep_t
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
fp_extend.h
55
typedef uint32_t
dst_rep_t
;
typedef
61
typedef uint64_t
dst_rep_t
;
typedef
67
typedef __uint128_t
dst_rep_t
;
typedef
83
static __inline dst_t dstFromRep(
dst_rep_t
x) {
84
const union { dst_t f;
dst_rep_t
i; } rep = {.i = x};
fp_trunc.h
43
typedef uint64_t
dst_rep_t
;
typedef
49
typedef uint32_t
dst_rep_t
;
typedef
55
typedef uint16_t
dst_rep_t
;
typedef
71
static __inline dst_t dstFromRep(
dst_rep_t
x) {
72
const union { dst_t f;
dst_rep_t
i; } rep = {.i = x};
Completed in 201 milliseconds