Searched refs:__totalordermagl (Results 1 – 4 of 4) sorted by relevance
26 __totalordermagl (const long double *x, const long double *y) in __totalordermagl() function66 versioned_symbol (libm, __totalordermagl, totalordermagl, GLIBC_2_31);72 return __totalordermagl (&x, &y); in __totalordermag_compatl()
28 __totalordermagl (const _Float128 *x, const _Float128 *y) in __totalordermagl() function69 return __totalordermagl (&x, &y); in libm_alias_ldouble()
29 __totalordermagl (const long double *x, const long double *y) in __totalordermagl() function72 return __totalordermagl (&x, &y); in libm_alias_ldouble()
279 #define __totalordermagl __totalordermagf128 macro
Completed in 7 milliseconds