Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dnan.h53 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; variable
54 # define NAN (__nan_union.__d)