Home
last modified time | relevance | path

Searched refs:__nextup (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_nextup.c26 __nextup (double x) in __nextup() function
56 libm_alias_double (__nextup, nextup)
/glibc-2.36/math/
Ds_nextdown_template.c25 return -M_SUF (__nextup) (-x); in M_DECL_FUNC()
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_nextupf.c48 libm_alias_float (__nextup, nextup)
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_nextupl.c58 libm_alias_ldouble (__nextup, nextup)
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_nextupl.c86 libm_alias_ldouble (__nextup, nextup)
/glibc-2.36/ChangeLog.old/
DChangeLog.1938994 * sysdeps/ieee754/dbl-64/s_nextup.c (__nextup): Likewise.