Searched defs:islessequal (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mathinline.h | 88 # define islessequal(x, y) ((__unordered_cmp (x, y) & (2 << 10)) == 0) macro 120 # define islessequal(x, y) __unordered_v9cmp(x, y, "le", (_Qp_cmp (&__x, &__y) & 2) == 0) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | mathinline.h | 54 # define islessequal(x, y) ((__unordered_cmp (x, y) & 0xA) != 0) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/ |
A D | mathinline.h | 56 # define islessequal(x, y) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | math.h | 439 # define islessequal(x, y) __builtin_islessequal(x, y) macro 478 # define islessequal(x, y) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/ |
A D | mathinline.h | 65 # define islessequal(x, y) \ macro 102 # define islessequal(x, y) \ macro
|
Completed in 7 milliseconds