Searched refs:isunordered (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | math.h | 412 #define isunordered(__x,__y) (__builtin_isunordered (__x, __y)) macro 416 !isunordered(__x,__y) && (__x > __y);})) 419 !isunordered(__x,__y) && (__x >= __y);})) 422 !isunordered(__x,__y) && (__x < __y);})) 425 !isunordered(__x,__y) && (__x <= __y);})) 428 !isunordered(__x,__y) && (__x < __y || __x > __y);})) 430 #define isunordered(a,b) \ macro
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 6744 islessgreater(), and isunordered(). 13052 * libc/include/math.h (isfinite, isnormal, isunordered): Change
|