Home
last modified time | relevance | path

Searched refs:check_oflowf (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dsf_fdim.c15 z = check_oflowf(z); in fdimf()
Dnexttowardf.c73 return check_oflowf(opt_barrier_float(x+x)); in nexttowardf()
Dsf_nextafter.c50 if(hy>FLT_UWORD_MAX) return check_oflowf(x+x); /* overflow */ in nextafterf()
Dmath_config.h921 check_oflowf (float x) in check_oflowf() function
/picolibc-latest/newlib/libm/math/
Dsf_hypot.c89 return check_oflowf(w); in hypotf()
Dsf_j1.c161 return check_oflowf(-tpi / x); in y1f()
Dsrf_lgamma.c283 return check_oflowf(r); in __math_lgammaf_r()