Searched refs:__x (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | mathcalls.h | 55 __MATHCALL (acos,, (_Mdouble_ __x)); 57 __MATHCALL (asin,, (_Mdouble_ __x)); 59 __MATHCALL (atan,, (_Mdouble_ __x)); 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 64 __MATHCALL (cos,, (_Mdouble_ __x)); 66 __MATHCALL (sin,, (_Mdouble_ __x)); 68 __MATHCALL (tan,, (_Mdouble_ __x)); 73 __MATHCALL (cosh,, (_Mdouble_ __x)); 75 __MATHCALL (sinh,, (_Mdouble_ __x)); 77 __MATHCALL (tanh,, (_Mdouble_ __x)); [all …]
|
| H A D | string2.h | 93 #define __string2_1bptr_p(__x) \ argument 94 ((size_t)(const void *)((__x) + 1) - (size_t)(const void *)(__x) == 1)
|
| H A D | cmathcalls.h | 102 __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | math.h | 173 (__extension__ ({__typeof__(x) __x = (x); \ 174 … (sizeof (__x) == sizeof (float)) ? __fpclassifyf(__x) : __fpclassifyd(__x);})) 189 (__extension__ ({__typeof__(x) __x = (x); \ 190 (sizeof (__x) == sizeof (float)) ? __isinff(__x) : __isinfd(__x);})) 195 (__extension__ ({__typeof__(x) __x = (x); \ 196 (sizeof (__x) == sizeof (float)) ? __isnanf(__x) : __isnand(__x);})) 201 (__extension__ ({__typeof__(x) __x = (x); \ 202 (sizeof(__x) == sizeof(float)) ? __signbitf(__x) : __signbitd(__x);})) 205 (__extension__ ({__typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 206 !isunordered(__x,__y) && (__x > __y);})) [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | math.h | 128 (__extension__ ({__typeof__(x) __x = (x); \ 129 … (sizeof (__x) == sizeof (float)) ? __fpclassifyf(__x) : __fpclassifyd(__x);})) 138 (__extension__ ({__typeof__(x) __x = (x); \ 139 (sizeof(__x) == sizeof(float)) ? __signbitf(__x) : __signbitd(__x);})) 142 (__extension__ ({__typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 143 !isunordered(__x,__y) && (__x > __y);})) 145 (__extension__ ({__typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 146 !isunordered(__x,__y) && (__x >= __y);})) 148 (__extension__ ({__typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 149 !isunordered(__x,__y) && (__x < __y);})) [all …]
|
| H A D | ctype.h | 60 __extension__ ({ int __x = (c); islower(__x) ? (__x - 'a' + 'A') : __x;}) 62 __extension__ ({ int __x = (c); isupper(__x) ? (__x - 'A' + 'a') : __x;})
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | math.h | 105 extern float __nldbl_nexttowardf (float __x, long double __y) 108 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y), 111 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y), 114 (long double __x, long double __y), 419 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 420 !isunordered (__x, __y) && __x > __y; })) 427 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 428 !isunordered (__x, __y) && __x >= __y; })) 435 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 436 !isunordered (__x, __y) && __x < __y; })) [all …]
|
| H A D | stdlib.h | 420 unsigned short int __x[3]; /* Current state. */ member 699 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur; 700 extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur; 704 __extension__ extern long long int llabs (long long int __x)
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.h | 79 typeof(x) __x; \ 80 __endian(&(x), &(__x), sizeof(__x)); \ 81 __x; \
|