Searched refs:__nextafter (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/math/ |
D | s_nextafter.c | 35 double __nextafter(double x, double y) in __nextafter() function 88 libm_alias_double (__nextafter, nextafter) 90 strong_alias (__nextafter, __nexttowardl) 93 strong_alias (__nextafter, __nexttoward) 95 weak_alias (__nextafter, nexttoward)
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | s_nextafter.c | 4 strong_alias (__nextafter, __nexttowardd) 5 strong_alias (__nextafter, __nexttowardld)
|
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/ |
D | s_nextafterl.c | 9 libm_alias_ldouble_other (__nextafter, nextafter)
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_nextafterf.c | 74 libm_alias_float (__nextafter, nextafter)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_nextafterl.c | 85 libm_alias_ldouble (__nextafter, nextafter)
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_nextafterl.c | 123 libm_alias_ldouble (__nextafter, nextafter)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 7134 __nextafter instead of nextafter to avoid local PLT. 11912 * math/s_nextafter.c (__nextafter): Likewise.
|
D | ChangeLog.19 | 38954 * math/s_nextafter.c (__nextafter): Use uintN_t instead of
|
D | ChangeLog.18 | 27238 (__nextafter): Set errno on overflow and underflow. 55068 * math/s_nextafter.c (__nextafter): Do not return value from
|