Searched defs:__CONCATX (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_log1p.c | 29 #define __CONCATX(a,b) __CONCAT(a,b) macro 32 __CONCATX(__,FUNC) (float_type x) in __CONCATX() function
|
D | s_isinf.c | 28 #define __CONCATX(a,b) __CONCAT(a,b) macro 31 __CONCATX(__,FUNC) (float_type x) in __CONCATX() function
|
D | s_scalbn.c | 41 #define __CONCATX(a,b) __CONCAT(a,b) macro 44 __CONCATX(__scalbn,suffix) (float_type x, int exp) in __CONCATX() function
|
/glibc-2.36/math/ |
D | libm-test-support.h | 72 #define __CONCATX(a,b) __CONCAT(a,b) macro
|