/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | math.h | 441 # define isunordered(u, v) __builtin_isunordered(u, v) macro 457 !isunordered (__x, __y) && __x > __y; })) 465 !isunordered (__x, __y) && __x >= __y; })) 473 !isunordered (__x, __y) && __x < __y; })) 481 !isunordered (__x, __y) && __x <= __y; })) 489 !isunordered (__x, __y) && (__x < __y || __y < __x); })) 493 # ifndef isunordered 494 # define isunordered(u, v) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mathinline.h | 35 # undef isunordered 90 # define isunordered(x, y) ((__unordered_cmp (x, y) & (3 << 10)) == (3 << 10)) macro 122 # define isunordered(x, y) __unordered_v9cmp(x, y, "u", _Qp_cmp (&__x, &__y) == 3) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/ |
A D | mathinline.h | 36 # undef isunordered 37 # define isunordered(u, v) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | mathinline.h | 49 # undef isunordered 56 # define isunordered(x, y) (__unordered_cmp (x, y) & 1) macro
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/ |
A D | math.h | 71 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/ |
A D | math.h | 71 using std::isunordered;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/ |
A D | mathinline.h | 34 # undef isunordered 70 # define isunordered(x, y) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/ |
A D | mathinline.h | 44 # undef isunordered 77 # define isunordered(x, y) \ macro 114 # define isunordered(x, y) \ macro
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/ |
A D | math.h | 74 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/ |
A D | math.h | 74 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/ |
A D | math.h | 74 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c/ |
A D | cmath | 75 #undef isunordered
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/ |
A D | math.h | 74 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/ |
A D | math.h | 74 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/ |
A D | math.h | 74 using std::isunordered;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_global/ |
A D | cmath | 553 #undef isunordered 783 isunordered(float __x, float __y) 787 isunordered(double __x, double __y) 791 isunordered(long double __x, long double __y) 798 isunordered(_Tp __x, _Up __y) 909 isunordered(_Tp __f1, _Tp __f2)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_global/ |
A D | cmath | 531 #undef isunordered 813 isunordered(float __x, float __y) 817 isunordered(double __x, double __y) 821 isunordered(long double __x, long double __y) 830 isunordered(_Tp __x, _Up __y) 942 isunordered(_Tp __f1, _Tp __f2)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_global/ |
A D | cmath | 531 #undef isunordered 813 isunordered(float __x, float __y) 817 isunordered(double __x, double __y) 821 isunordered(long double __x, long double __y) 830 isunordered(_Tp __x, _Up __y) 942 isunordered(_Tp __f1, _Tp __f2)
|