Sign in
ara-mdk
/
platform
/
frameworks
/
compile
/
libbcc
/
c1d5ffe349b9dc8d19e1cf2bff3f9c050e8cb93e
/
.
/
runtime
/
test
/
Unit
/
ppc
/
DD.h
blob: fd62dae16b22eb7495d822033718ad281b708ae7 [
file
] [
log
] [
blame
]
#ifndef
__DD_HEADER
#define
__DD_HEADER
#include
<stdint.h>
typedef
union
{
long
double
ld
;
struct
{
double
hi
;
double
lo
;
};
}
DD
;
#endif
// __DD_HEADER