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

/illumos-gate/usr/src/lib/libm/common/
H A Dllib-lm38 typedef union _h_val {
41 } _h_val;
42 extern const _h_val __huge_val;
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfp_data.c48 #undef _STDC_C99 /* to force the definition of '_h_val' */
49 #undef __C99FEATURES__ /* to force the definition of '_h_val' */
51 #include <math.h> /* for '_h_val' */
54 const _h_val __huge_val =
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h47 typedef union _h_val { union
50 } _h_val; typedef in typeref:union:_h_val
53 extern const _h_val __huge_val;
55 extern _h_val __huge_val;

Completed in 218 milliseconds