Home
last modified time | relevance | path

Searched refs:__GNUC_PREREQ (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dfeatures.h31 #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.h14 #if __GNUC_PREREQ (3, 2)
Dcdefs.h111 #if __GNUC_PREREQ (3, 3)
120 #if __GNUC_PREREQ (3, 3)
869 #if __GNUC_PREREQ (3, 1)
/picolibc-latest/newlib/libm/common/
Dsf_nan.c21 #if __GNUC_PREREQ (3, 3) in nanf()
Ds_nan.c49 #if __GNUC_PREREQ (3, 3) in nan64()
/picolibc-latest/newlib/libc/string/
Dstrcasestr.c81 #if __GNUC_PREREQ (4, 2)
/picolibc-latest/newlib/libc/include/
Dmath.h46 #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/
DChangeLog-20153456 * libc/include/sys/features.h (__GNUC_PREREQ): Define. Use