Searched refs:F128_REDIR_PFX_R (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/ |
D | float128-ifunc-redirects.h | 24 F128_REDIR_PFX_R (sqrtf128, __,); 25 F128_REDIR_PFX_R (rintf128, __,); 26 F128_REDIR_PFX_R (ceilf128, __,); 27 F128_REDIR_PFX_R (floorf128, __,); 28 F128_REDIR_PFX_R (truncf128, __,); 29 F128_REDIR_PFX_R (roundf128, __,); 30 F128_REDIR_PFX_R (fabsf128, __,);
|
D | float128-ifunc-redirect-macros.h | 42 #define F128_REDIR_PFX_R(func, pfx, r) \ macro 46 #define F128_REDIR_PFX_R(func, pfx, r) \ macro 50 #define F128_REDIR_R(func, r) F128_REDIR_PFX_R (func, , r)
|