Searched refs:__CONCAT (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/ |
A D | mathinline.h | 87 # define __m81_u(x) __CONCAT(__,x) 112 __inline_mathop1(float, __CONCAT(func,f), op) \ 113 __inline_mathop1(long double, __CONCAT(func,l), op) 177 __m81_defun (float_type, __CONCAT(__floor,s), (float_type __x)) \ 239 __m81_defun (float_type, __CONCAT(__scalbn,s), \ 287 __m81_defun (float_type, __CONCAT(__scalbln,s), \ 290 return __CONCAT(__scalbn,s) (__x, __n); \ 307 __m81_defun (long int, __CONCAT(__lrint,s), (float_type __x)) \ 315 __m81_u(__CONCAT(__fma,s))(float_type __x, float_type __y, \ 356 return __CONCAT(__,name) args2; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/ |
A D | mathinline.h | 165 __inline_mathop_ (float, __CONCAT(func,f), op) \ 166 __inline_mathop_ (long double, __CONCAT(func,l), op) 169 __inline_mathopNP_ (float, __CONCAT(func,f), op) \ 170 __inline_mathopNP_ (long double, __CONCAT(func,l), op) 187 __inline_mathop_decl_ (float, __CONCAT(func,f), op, params) \ 188 __inline_mathop_decl_ (long double, __CONCAT(func,l), op, params) 192 __inline_mathop_declNP_ (long double, __CONCAT(func,l), op, params) 216 __inline_mathcode_ (float, __CONCAT(func,f), arg, code) \ 217 __inline_mathcode_ (long double, __CONCAT(func,l), arg, code) 220 __inline_mathcodeNP_ (float, __CONCAT(func,f), arg, code) \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | math.h | 84 __MATHDECL_1(type,__CONCAT(__,function),suffix,args) __attribute__ (attrib); \ 88 __MATHDECL_1(type,__CONCAT(__,function),suffix,args) __attribute__ (attrib); 100 #define __MATH_PRECNAME(name,r) __CONCAT(name,r) 160 __MATHDECL_2(type,function,suffix,args,__CONCAT(function,suffix))
|
A D | complex.h | 60 __MATHDECL_1(type, __CONCAT(__,function), args)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | cdefs.h | 75 #define __CONCAT(x,y) x ## y macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/ |
A D | fnmatch.c | 73 # define CONCAT(a,b) __CONCAT(a,b)
|
Completed in 10 milliseconds