Sign in
ara-mdk
/
platform
/
external
/
compiler-rt
/
dd3a5ecd1b9296f0cc3aa46e9bce2f6bdbbaa660
/
.
/
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