Searched refs:redir (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/math/ |
D | math.h | 555 #define __MATHCALL_NARROW_REDIR(func, redir, nargs) \ argument 557 redir) 558 #define __MATHCALL_NARROW(func, redir, nargs) \ argument 578 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 579 __MATHCALL_NARROW_REDIR (func, redir, nargs) 584 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 585 __MATHCALL_NARROW_REDIR (func, redir, nargs) 596 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 607 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 608 __MATHCALL_NARROW_REDIR (func, redir, nargs) [all …]
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | Makefile | 211 tests-internal += test-printf-chk-redir-ieee128 test-printf-chk-redir-ibm128 212 CFLAGS-test-printf-chk-redir-ieee128.c += -mfloat128 -mabi=ieeelongdouble \ 214 CFLAGS-test-printf-chk-redir-ibm128.c += -mabi=ibmlongdouble -Wno-psabi \ 221 tests-internal += test-wprintf-chk-redir-ieee128 test-wprintf-chk-redir-ibm128 222 CFLAGS-test-wprintf-chk-redir-ieee128.c += -mfloat128 -mabi=ieeelongdouble \ 224 CFLAGS-test-wprintf-chk-redir-ibm128.c += -mabi=ibmlongdouble -Wno-psabi \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 4206 * sysdeps/ieee754/ldbl-128ibm-compat/test-wprintf-chk-redir-ibm128.c: New file. 4207 * sysdeps/ieee754/ldbl-128ibm-compat/test-wprintf-chk-redir-ieee128.c: New file. 4231 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-redir-ibm128.c: New file. 4232 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-redir-ieee128.c: New file.
|