Searched refs:__nan_union (Results 1 – 1 of 1) sorted by relevance
53 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; variable54 # define NAN (__nan_union.__d)