OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_rep_t
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
fp_extend.h
21
typedef uint32_t
src_rep_t
;
typedef
28
typedef uint64_t
src_rep_t
;
typedef
31
static __inline int src_rep_t_clz(
src_rep_t
a) {
44
typedef uint16_t
src_rep_t
;
typedef
78
static __inline
src_rep_t
srcToRep(src_t x) {
79
const union { src_t f;
src_rep_t
i; } rep = {.f = x};
fp_trunc.h
21
typedef uint32_t
src_rep_t
;
typedef
27
typedef uint64_t
src_rep_t
;
typedef
33
typedef __uint128_t
src_rep_t
;
typedef
66
static __inline
src_rep_t
srcToRep(src_t x) {
67
const union { src_t f;
src_rep_t
i; } rep = {.f = x};
Completed in 522 milliseconds