Home
last modified time | relevance | path

Searched refs:__GMP_GNUC_PREREQ (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dlonglong.h176 #if __GMP_GNUC_PREREQ (3,3)
567 #if __GMP_GNUC_PREREQ (4,9)
739 #if __GMP_GNUC_PREREQ (4,5)
972 #if __GMP_GNUC_PREREQ (3,4) /* using bsrl */
1006 #if __GMP_GNUC_PREREQ (3,4) /* using bsfl */
1272 #if __GMP_GNUC_PREREQ (4,4)
1280 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (2,7) && !defined (__clang__)
1300 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (4,4)
1309 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (2,7) && !defined (__clang__)
1425 #if __GMP_GNUC_PREREQ (4,4)
[all …]
Dfactor.c176 # ifndef __GMP_GNUC_PREREQ
177 # define __GMP_GNUC_PREREQ(a,b) 1 macro
182 # if __GMP_GNUC_PREREQ (1,1) && defined __clz_tab