tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Info
gcc
fpmath
Undocumented in source.
struct
Info {
static const
static if
(
real.sizeof == double.sizeof
)
RealFormat
realFormat
;
version(PPC)
static const
static if
(!(
real.sizeof == double.sizeof
))
RealFormat
realFormat
;
union
real_rec
;
version(!PPC && PPC64)
static const
static if
(!(
real.sizeof == double.sizeof
))
RealFormat
realFormat
;
union
real_rec
;
version(!PPC && !PPC64 && X86)
static const
static if
(!(
real.sizeof == double.sizeof
))
RealFormat
realFormat
;
union
real_rec
;
version(!PPC && !PPC64 && !X86 && X86_64)
static const
static if
(!(
real.sizeof == double.sizeof
))
RealFormat
realFormat
;
union
real_rec
;
}
Members
Static variables
realFormat
RealFormat
realFormat
;
Undocumented in source.
realFormat
RealFormat
realFormat
;
Undocumented in source.
realFormat
RealFormat
realFormat
;
Undocumented in source.
realFormat
RealFormat
realFormat
;
Undocumented in source.
realFormat
RealFormat
realFormat
;
Undocumented in source.
Unions
real_rec
union
real_rec
Undocumented in source.
real_rec
union
real_rec
Undocumented in source.
real_rec
union
real_rec
Undocumented in source.
real_rec
union
real_rec
Undocumented in source.
Meta
Source
See Implementation
gcc
fpmath
enums
FP_NAN
RealFormat
functions
fpclassify
signbit
structs
Info
unions
double_rec
float_rec