Searched refs:__MATHDECL_1 (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | mathcalls.h | 193 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 196 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 205 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 346 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value)) 350 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | math.h | 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ 63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib) 64 #define __MATHDECL_1(type, function,suffix, args) \ macro 122 # undef __MATHDECL_1 126 # define __MATHDECL_1(type, function,suffix, args) \ macro 150 #undef __MATHDECL_1
|
| H A D | complex.h | 60 __MATHDECL_1(type, function, args); \ 61 __MATHDECL_1(type, __CONCAT(__,function), args) 62 #define __MATHDECL_1(type, function, args) \ macro 90 # undef __MATHDECL_1 91 # define __MATHDECL_1(type, function, args) \ macro 108 #undef __MATHDECL_1
|