Home
last modified time | relevance | path

Searched defs:__CONCATX (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_log1p.c29 #define __CONCATX(a,b) __CONCAT(a,b) macro
32 __CONCATX(__,FUNC) (float_type x) in __CONCATX() function
Ds_isinf.c28 #define __CONCATX(a,b) __CONCAT(a,b) macro
31 __CONCATX(__,FUNC) (float_type x) in __CONCATX() function
Ds_scalbn.c41 #define __CONCATX(a,b) __CONCAT(a,b) macro
44 __CONCATX(__scalbn,suffix) (float_type x, int exp) in __CONCATX() function
/glibc-2.36/math/
Dlibm-test-support.h72 #define __CONCATX(a,b) __CONCAT(a,b) macro