Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
Dmath_errf.c52 __math_may_uflowf (uint32_t sign) in __math_may_uflowf() function
De_exp2f.c70 return __math_may_uflowf (0); in __exp2f()
De_expf.c75 return __math_may_uflowf (0); in __expf()
De_exp10f.c167 return __math_may_uflowf (0); in __exp10f()
Dmath_config.h117 attribute_hidden float __math_may_uflowf (uint32_t);
De_powf.c227 return __math_may_uflowf (sign_bias); in __powf()
/glibc-2.36/ChangeLog.old/
DChangeLog.1916196 (__math_may_uflowf): Likewise.
16202 (__math_may_uflowf): Likewise.