Searched refs:with_errnof (Results 1 – 1 of 1) sorted by relevance
25 with_errnof (float y, int e) in with_errnof() function31 # define with_errnof(x, e) (x) macro39 return with_errnof (y, ERANGE); in xflowf()68 return with_errnof ((sign ? -1 : 1) / y, ERANGE); in __math_divzerof()75 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()