Home
last modified time | relevance | path

Searched refs:GNUC_VERSION_ATMOST (Results 1 – 9 of 9) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-parallel.hpp99 #if ! GNUC_VERSION_ATMOST(4,7,99)
109 #if GNUC_VERSION_ATMOST(4,7,99) in bad_specification()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/fft/mpfq/
H A Dmpfq.h61 #ifndef GNUC_VERSION_ATMOST
63 #define GNUC_VERSION_ATMOST(X,Y,Z) 0 macro
65 #define GNUC_VERSION_ATMOST(X,Y,Z) \
/dports/math/gf2x/gf2x-1.3.0/fft/mpfq/
H A Dmpfq.h61 #ifndef GNUC_VERSION_ATMOST
63 #define GNUC_VERSION_ATMOST(X,Y,Z) 0 macro
65 #define GNUC_VERSION_ATMOST(X,Y,Z) \
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq.h78 #ifndef GNUC_VERSION_ATMOST
80 #define GNUC_VERSION_ATMOST(X,Y,Z) 0 macro
82 #define GNUC_VERSION_ATMOST(X,Y,Z) \
H A Dasm-constraints.patch9 +#if GNUC_VERSION_ATMOST(4, 2, 1)
H A Dmpfq_fixmp_x86_64.h1178 #if GNUC_VERSION_ATMOST(4, 2, 1) in mpfq_fixmp_1_mul()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/
H A Dmacros.h177 #ifndef GNUC_VERSION_ATMOST
179 #define GNUC_VERSION_ATMOST(X,Y,Z) 0
181 #define GNUC_VERSION_ATMOST(X,Y,Z) \
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/dev_docs/
H A DREADME.macro_usage109 GNUC_VERSION_ATMOST(x,y,z)
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dparams.c1649 #if GNUC_VERSION_ATLEAST(4,1,2) && GNUC_VERSION_ATMOST(4,2,2) \ in param_list_print_command_line()