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

/haiku/headers/posix/
H A Dmath.h55 # define __huge_val_t union { unsigned char __c[8]; long long __ll; double __d; } macro
57 # define HUGE_VAL (((__huge_val_t) { __ll: __HUGE_VAL_v }).__d)

Completed in 27 milliseconds