Searched refs:__totalorderl (Results 1 – 4 of 4) sorted by relevance
26 __totalorderl (const long double *x, const long double *y) in __totalorderl() function64 versioned_symbol (libm, __totalorderl, totalorderl, GLIBC_2_31);70 return __totalorderl (&x, &y); in __totalorder_compatl()
28 __totalorderl (const _Float128 *x, const _Float128 *y) in __totalorderl() function75 return __totalorderl (&x, &y); in libm_alias_ldouble()
29 __totalorderl (const long double *x, const long double *y) in __totalorderl() function78 return __totalorderl (&x, &y); in libm_alias_ldouble()
277 #define __totalorderl __totalorderf128 macro
Completed in 7 milliseconds