Searched refs:__d (Results 1 – 3 of 3) sorted by relevance
39 ((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 }; member54 # define NAN (__nan_union.__d)
36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \37 { __l: 0x7ff0000000000000ULL }).__d)43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member53 # define HUGE_VAL (__huge_val.__d)
36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \37 { __l: 0x7f800000UL }).__d)