/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | e_ilogb.c | 28 #define CONCATX(a,b) __CONCAT(a,b) macro 29 #define s(name) CONCATX(name,SUFF)
|
D | e_scalb.c | 30 #define CONCATX(a,b) __CONCAT(a,b) macro 31 #define s(name) CONCATX(name,SUFF)
|
D | e_atan2.c | 30 #define CONCATX(a,b) __CONCAT(a,b) macro 31 #define s(name) CONCATX(name,SUFF)
|
D | e_pow.c | 30 #define CONCATX(a,b) __CONCAT(a,b) macro 31 #define s(name) CONCATX(name,SUFF)
|
D | s_csinh_template.c | 23 #define CONCATX(a,b) __CONCAT(a,b) macro
|
D | s_cexp_template.c | 24 #define CONCATX(a,b) __CONCAT(a,b) macro
|
/glibc-2.36/elf/ |
D | tst-tls-ie-mod.h | 24 #define CONCATX(x, y) x ## y macro 25 #define CONCAT(x, y) CONCATX (x, y)
|
/glibc-2.36/nptl/ |
D | tst-audit-threads-mod1.c | 36 #define CONCATX(a, b) __CONCAT (a, b) macro 53 CONCATX(la_symbind, __ELF_NATIVE_CLASS) (ElfW(Sym) *sym, in CONCATX() function
|
/glibc-2.36/support/ |
D | tst-support_quote_blob_wide.c | 47 #define CONCATX(X, Y) X ## Y in do_test() macro 48 #define CONCAT(X, Y) CONCATX (X, Y) in do_test()
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_totalordermagf.c | 49 # define CONCATX(x, y) x ## y macro 50 # define CONCAT(x, y) CONCATX (x, y)
|
D | s_totalorderf.c | 51 # define CONCATX(x, y) x ## y macro 52 # define CONCAT(x, y) CONCATX (x, y)
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_totalordermag.c | 49 # define CONCATX(x, y) x ## y macro 50 # define CONCAT(x, y) CONCATX (x, y)
|
D | s_totalorder.c | 52 # define CONCATX(x, y) x ## y macro 53 # define CONCAT(x, y) CONCATX (x, y)
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_totalordermagl.c | 56 # define CONCATX(x, y) x ## y macro 57 # define CONCAT(x, y) CONCATX (x, y)
|
D | s_totalorderl.c | 62 # define CONCATX(x, y) x ## y macro 63 # define CONCAT(x, y) CONCATX (x, y)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_totalordermagl.c | 53 # define CONCATX(x, y) x ## y macro 54 # define CONCAT(x, y) CONCATX (x, y)
|
D | s_totalorderl.c | 59 # define CONCATX(x, y) x ## y macro 60 # define CONCAT(x, y) CONCATX (x, y)
|
/glibc-2.36/math/ |
D | libm-test-compat_totalorder.inc | 24 #define CONCATX(x, y) x ## y 25 #define CONCAT(x, y) CONCATX (x, y)
|
D | libm-test-compat_totalordermag.inc | 24 #define CONCATX(x, y) x ## y 25 #define CONCAT(x, y) CONCATX (x, y)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 27848 * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
|