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

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/arm/bits/
H A Dnan.h45 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; variable in typeref:union:__anon5416
46 # define NAN (__nan_union.__d)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/bits/
H A Dnan.h45 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; variable in typeref:union:__anon5427
46 # define NAN (__nan_union.__d)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/bits/
H A Dnan.h45 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; variable in typeref:union:__anon5434
46 # define NAN (__nan_union.__d)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dnan.h45 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; variable in typeref:union:__anon5446
46 # define NAN (__nan_union.__d)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/bits/
H A Dnan.h48 static union { unsigned char __c[4]; float __d; } __nan_union
50 # define NAN (__nan_union.__d)

Completed in 107 milliseconds