Searched refs:__HUGE_VALF_bytes (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/bits/
H A Dhuge_val.h87 # define __HUGE_VALF_bytes { 0x7f, 0x80, 0, 0 } macro
90 # define __HUGE_VALF_bytes { 0, 0, 0x80, 0x7f } macro
93 static __huge_valf_t __huge_valf = { __HUGE_VALF_bytes };
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dhuge_val.h56 # define __HUGE_VALF_bytes { 0, 0, 0x80, 0x7f } macro
61 ((__huge_valf_t) { __c: __HUGE_VALF_bytes }).__f)
63 static __huge_valf_t __huge_valf = { __HUGE_VALF_bytes };

Completed in 41 milliseconds