Searched defs:isgreaterequal (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mathinline.h | 86 # define isgreaterequal(x, y) ((__unordered_cmp (x, y) & (1 << 10)) == 0) macro 118 # define isgreaterequal(x, y) __unordered_v9cmp(x, y, "ge", (_Qp_cmp (&__x, &__y) & 1) == 0) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | mathinline.h | 52 # define isgreaterequal(x, y) ((__unordered_cmp (x, y) & 6) != 0) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/ |
A D | mathinline.h | 42 # define isgreaterequal(x, y) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | math.h | 437 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 462 # define isgreaterequal(x, y) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/ |
A D | mathinline.h | 53 # define isgreaterequal(x, y) \ macro 90 # define isgreaterequal(x, y) \ macro
|
Completed in 18 milliseconds