Home
last modified time | relevance | path

Searched refs:CONCATX (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/sysdeps/m68k/m680x0/fpu/
De_ilogb.c28 #define CONCATX(a,b) __CONCAT(a,b) macro
29 #define s(name) CONCATX(name,SUFF)
De_scalb.c30 #define CONCATX(a,b) __CONCAT(a,b) macro
31 #define s(name) CONCATX(name,SUFF)
De_atan2.c30 #define CONCATX(a,b) __CONCAT(a,b) macro
31 #define s(name) CONCATX(name,SUFF)
De_pow.c30 #define CONCATX(a,b) __CONCAT(a,b) macro
31 #define s(name) CONCATX(name,SUFF)
Ds_csinh_template.c23 #define CONCATX(a,b) __CONCAT(a,b) macro
Ds_cexp_template.c24 #define CONCATX(a,b) __CONCAT(a,b) macro
/glibc-2.36/elf/
Dtst-tls-ie-mod.h24 #define CONCATX(x, y) x ## y macro
25 #define CONCAT(x, y) CONCATX (x, y)
/glibc-2.36/nptl/
Dtst-audit-threads-mod1.c36 #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/
Dtst-support_quote_blob_wide.c47 #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/
Ds_totalordermagf.c49 # define CONCATX(x, y) x ## y macro
50 # define CONCAT(x, y) CONCATX (x, y)
Ds_totalorderf.c51 # define CONCATX(x, y) x ## y macro
52 # define CONCAT(x, y) CONCATX (x, y)
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_totalordermag.c49 # define CONCATX(x, y) x ## y macro
50 # define CONCAT(x, y) CONCATX (x, y)
Ds_totalorder.c52 # define CONCATX(x, y) x ## y macro
53 # define CONCAT(x, y) CONCATX (x, y)
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_totalordermagl.c56 # define CONCATX(x, y) x ## y macro
57 # define CONCAT(x, y) CONCATX (x, y)
Ds_totalorderl.c62 # define CONCATX(x, y) x ## y macro
63 # define CONCAT(x, y) CONCATX (x, y)
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_totalordermagl.c53 # define CONCATX(x, y) x ## y macro
54 # define CONCAT(x, y) CONCATX (x, y)
Ds_totalorderl.c59 # define CONCATX(x, y) x ## y macro
60 # define CONCAT(x, y) CONCATX (x, y)
/glibc-2.36/math/
Dlibm-test-compat_totalorder.inc24 #define CONCATX(x, y) x ## y
25 #define CONCAT(x, y) CONCATX (x, y)
Dlibm-test-compat_totalordermag.inc24 #define CONCATX(x, y) x ## y
25 #define CONCAT(x, y) CONCATX (x, y)
/glibc-2.36/ChangeLog.old/
DChangeLog.1827848 * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.