Searched refs:__nexttoward (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_nexttoward.c33 double __nexttoward(double x, long double y) function
35 double __nexttoward(x,y)
102 weak_alias (__nexttoward, nexttoward)
104 strong_alias (__nexttoward, __nexttowardl)
105 weak_alias (__nexttoward, nexttowardl)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_nexttoward.c34 double __nexttoward(double x, long double y) function
36 double __nexttoward(x,y)
103 weak_alias (__nexttoward, nexttoward)
105 strong_alias (__nexttoward, __nexttowardl)
106 weak_alias (__nexttoward, nexttowardl)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_nextafter.c25 #define __nexttoward __internal___nexttoward macro
96 #undef __nexttoward macro
97 strong_alias (__nextafter, __nexttoward)

Completed in 40 milliseconds