Searched refs:__GNUC_PREREQ (Results 1 – 8 of 8) sorted by relevance
| /picolibc-latest/newlib/libc/include/sys/ |
| D | features.h | 31 #ifndef __GNUC_PREREQ 33 # define __GNUC_PREREQ(maj, min) \ macro 36 # define __GNUC_PREREQ(maj, min) 0 40 #define __GNUC_PREREQ__(ma, mi) __GNUC_PREREQ(ma, mi)
|
| D | _intsup.h | 14 #if __GNUC_PREREQ (3, 2)
|
| D | cdefs.h | 111 #if __GNUC_PREREQ (3, 3) 120 #if __GNUC_PREREQ (3, 3) 869 #if __GNUC_PREREQ (3, 1)
|
| /picolibc-latest/newlib/libm/common/ |
| D | sf_nan.c | 21 #if __GNUC_PREREQ (3, 3) in nanf()
|
| D | s_nan.c | 49 #if __GNUC_PREREQ (3, 3) in nan64()
|
| /picolibc-latest/newlib/libc/string/ |
| D | strcasestr.c | 81 #if __GNUC_PREREQ (4, 2)
|
| /picolibc-latest/newlib/libc/include/ |
| D | math.h | 46 #if __GNUC_PREREQ (3, 3) || defined(__clang__) || defined(__COMPCERT__) 298 #if __GNUC_PREREQ (4, 4) && !defined(__SUPPORT_SNAN__) && !defined(__clang__) 382 #if __GNUC_PREREQ (4, 0) 406 #if __GNUC_PREREQ (2, 97) && !(defined(__riscv) && defined(__clang__))
|
| /picolibc-latest/newlib/ |
| D | ChangeLog-2015 | 3456 * libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
|