Home
last modified time | relevance | path

Searched refs:LGFUNC (Results 1 – 4 of 4) sorted by relevance

/sysdeps/ia64/fpu/
A Dlgamma-compat.h24 #undef LGFUNC
26 # define LGFUNC(FUNC) __ ## FUNC ## _compat macro
28 # define LGFUNC(FUNC) __ieee754_ ## FUNC macro
A Dw_lgamma_main.c63 double LGFUNC (lgamma) (double x) in LGFUNC() function
74 strong_alias (LGFUNC (lgamma), __ieee754_gamma)
A Dw_lgammaf_main.c63 float LGFUNC (lgammaf) (float x) in LGFUNC() function
74 strong_alias (LGFUNC (lgammaf), __ieee754_gammaf)
A Dw_lgammal_main.c62 long double LGFUNC (lgammal) (long double x) in LGFUNC() function
73 strong_alias (LGFUNC (lgammal), __ieee754_gammal)

Completed in 3 milliseconds