Searched refs:__roundf (Results 1 – 10 of 10) sorted by relevance
26 extern __typeof (__roundf) __roundf_ppc32 attribute_hidden;27 extern __typeof (__roundf) __roundf_power5plus attribute_hidden;29 libc_ifunc (__roundf,
2 #define __roundf __roundf_power5plus macro
2 #define __roundf __roundf_ppc32 macro
24 extern __typeof (__roundf) __roundf_ppc64 attribute_hidden;25 extern __typeof (__roundf) __roundf_power5plus attribute_hidden;27 libc_ifunc (__roundf,
2 #define __roundf __roundf_ppc64 macro
25 __roundf (float x) in __roundf() function33 #ifndef __roundf
26 __roundf (float x) in __roundf() function
28 __roundf (float x) in __roundf() function
107 GLOBAL_LIBM_ENTRY(__roundf)232 GLOBAL_LIBM_END(__roundf)
Completed in 11 milliseconds