Lines Matching refs:num
175 const type num; \ in __libm_error_support()
219 #define RETVAL_HUGE_VALL *(long double *)retval = long_double_inf.num in __libm_error_support()
220 #define RETVAL_NEG_HUGE_VALL *(long double *)retval = long_double_neg_inf.num in __libm_error_support()
221 #define RETVAL_HUGEL *(long double *)retval = (long double)float_huge.num in __libm_error_support()
222 #define RETVAL_NEG_HUGEL *(long double *)retval = (long double)float_neg_huge.num in __libm_error_support()
224 #define RETVAL_HUGE_VALD *(double *)retval = double_inf.num in __libm_error_support()
225 #define RETVAL_NEG_HUGE_VALD *(double *)retval = double_neg_inf.num in __libm_error_support()
226 #define RETVAL_HUGED *(double *)retval = (double)float_huge.num in __libm_error_support()
227 #define RETVAL_NEG_HUGED *(double *)retval = (double)float_neg_huge.num in __libm_error_support()
229 #define RETVAL_HUGE_VALF *(float *)retval = float_inf.num in __libm_error_support()
230 #define RETVAL_NEG_HUGE_VALF *(float *)retval = float_neg_inf.num in __libm_error_support()
231 #define RETVAL_HUGEF *(float *)retval = float_huge.num in __libm_error_support()
232 #define RETVAL_NEG_HUGEF *(float *)retval = float_neg_huge.num in __libm_error_support()
234 #define ZEROL_VALUE long_double_zero.num in __libm_error_support()
235 #define ZEROD_VALUE double_zero.num in __libm_error_support()
236 #define ZEROF_VALUE float_zero.num in __libm_error_support()
238 #define RETVAL_ZEROL *(long double *)retval = long_double_zero.num in __libm_error_support()
239 #define RETVAL_ZEROD *(double *)retval = double_zero.num in __libm_error_support()
240 #define RETVAL_ZEROF *(float *)retval = float_zero.num in __libm_error_support()
242 #define RETVAL_NEG_ZEROL *(long double *)retval = long_double_neg_zero.num in __libm_error_support()
243 #define RETVAL_NEG_ZEROD *(double *)retval = double_neg_zero.num in __libm_error_support()
244 #define RETVAL_NEG_ZEROF *(float *)retval = float_neg_zero.num in __libm_error_support()