My Project
Loading...
Searching...
No Matches
Macros | Variables
cf_primetab.h File Reference

Go to the source code of this file.

Macros

#define NUMSMALLPRIMES   3511
 
#define NUMBIGPRIMES   28427
 
#define NUMPRIMES   NUMSMALLPRIMES+NUMBIGPRIMES
 

Variables

static const int smallprimes []
 
static const int bigprimes []
 

Macro Definition Documentation

◆ NUMBIGPRIMES

#define NUMBIGPRIMES   28427

Definition at line 9 of file cf_primetab.h.

◆ NUMPRIMES

#define NUMPRIMES   NUMSMALLPRIMES+NUMBIGPRIMES

Definition at line 10 of file cf_primetab.h.

◆ NUMSMALLPRIMES

#define NUMSMALLPRIMES   3511

Definition at line 8 of file cf_primetab.h.

Variable Documentation

◆ bigprimes

const int bigprimes[]
static

Definition at line 601 of file cf_primetab.h.

◆ smallprimes

const int smallprimes[]
static

Definition at line 12 of file cf_primetab.h.