Searched refs:__huge_valf_t (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dhuge_val.h58 # define __huge_valf_t union { unsigned char __c[4]; float __f; } macro
61 ((__huge_valf_t) { __c: __HUGE_VALF_bytes }).__f)
63 static __huge_valf_t __huge_valf = { __HUGE_VALF_bytes };
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/bits/
H A Dhuge_val.h84 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; typedef in typeref:union:__anon5431
93 static __huge_valf_t __huge_valf = { __HUGE_VALF_bytes };
/haiku-fatelf/headers/posix/
H A Dmath.h43 # define __huge_valf_t union { unsigned char __c[4]; long __l; float __f; } macro
44 # define HUGE_VALF (((__huge_valf_t) { __l: __HUGE_VALF_v }).__f)
49 # define NAN (((__huge_valf_t) { __l: __NAN_VALF_v }).__f)

Completed in 48 milliseconds