Searched refs:isunordered (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | math.h | 404 # define isunordered(u, v) __builtin_isunordered(u, v) macro 420 !isunordered (__x, __y) && __x > __y; })) 428 !isunordered (__x, __y) && __x >= __y; })) 436 !isunordered (__x, __y) && __x < __y; })) 444 !isunordered (__x, __y) && __x <= __y; })) 452 !isunordered (__x, __y) && (__x < __y || __y < __x); })) 456 # ifndef isunordered 457 # define isunordered(u, v) \ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | math.h | 143 !isunordered(__x,__y) && (__x > __y);})) 146 !isunordered(__x,__y) && (__x >= __y);})) 149 !isunordered(__x,__y) && (__x < __y);})) 152 !isunordered(__x,__y) && (__x <= __y);})) 155 !isunordered(__x,__y) && (__x < __y || __x > __y);})) 157 #define isunordered(a,b) \ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | math.h | 206 !isunordered(__x,__y) && (__x > __y);})) 209 !isunordered(__x,__y) && (__x >= __y);})) 212 !isunordered(__x,__y) && (__x < __y);})) 215 !isunordered(__x,__y) && (__x <= __y);})) 218 !isunordered(__x,__y) && (__x < __y || __x > __y);})) 220 #define isunordered(a,b) \ macro
|