Home
last modified time | relevance | path

Searched refs:__d (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dnan.h39 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
40 { __l: 0x7fbfffffUL }).__d)
53 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; member
54 # define NAN (__nan_union.__d)
H A Dhuge_val.h36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \
37 { __l: 0x7ff0000000000000ULL }).__d)
43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member
53 # define HUGE_VAL (__huge_val.__d)
H A Dhuge_valf.h36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)