Searched refs:__logbl (Results 1 – 12 of 12) sorted by relevance
/sysdeps/powerpc/powerpc32/power4/fpu/multiarch/ |
A D | s_logbl.c | 24 extern __typeof (__logbl) __logbl_ppc32 attribute_hidden; 25 extern __typeof (__logbl) __logbl_power7 attribute_hidden; 27 libc_ifunc (__logbl, 32 long_double_symbol (libm, __logbl, logbl);
|
A D | s_logbl-ppc32.c | 19 #define __logbl __logbl_ppc32 macro
|
A D | s_logbl-power7.c | 19 #define __logbl __logbl_power7 macro
|
/sysdeps/powerpc/powerpc64/be/fpu/multiarch/ |
A D | s_logbl.c | 24 extern __typeof (__logbl) __logbl_ppc64 attribute_hidden; 25 extern __typeof (__logbl) __logbl_power7 attribute_hidden; 27 libc_ifunc (__logbl, 32 long_double_symbol (libm, __logbl, logbl);
|
A D | s_logbl-power7.c | 19 #define __logbl __logbl_power7 macro
|
A D | s_logbl-ppc64.c | 19 #define __logbl __logbl_ppc64 macro
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | s_logbl.c | 27 __logbl (long double x) in __logbl() function 60 #ifndef __logbl 61 long_double_symbol (libm, __logbl, logbl);
|
/sysdeps/powerpc/fpu/ |
A D | s_logbl.c | 31 __logbl (long double x) in __logbl() function 75 # ifndef __logbl 76 long_double_symbol (libm, __logbl, logbl);
|
/sysdeps/m68k/m680x0/fpu/ |
A D | s_logbl.c | 25 __logbl (long double x) in __logbl() function 47 weak_alias (__logbl, logbl)
|
/sysdeps/i386/fpu/ |
A D | s_logbl.c | 8 __logbl (long double x) in __logbl() function
|
/sysdeps/ieee754/ldbl-128/ |
A D | s_logbl.c | 30 __logbl (_Float128 x) in __logbl() function
|
/sysdeps/ieee754/float128/ |
A D | float128_private.h | 256 #define __logbl __logbf128 macro
|
Completed in 11 milliseconds