Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dmath.h58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
68 #define __MATH_PRECNAME(name,r) __CONCAT(name,r)
127 __MATHDECL_2(type, function,suffix, args, __CONCAT(function,suffix))
H A Dcomplex.h61 __MATHDECL_1(type, __CONCAT(__,function), args)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dcdefs.h80 #define __CONCAT(x,y) x ## y macro