Givaro 4.2.1
gfq_atomic.C File Reference
#include <stdio.h>
#include <stdlib.h>
#include <givaro/givtimer.h>
#include <givaro/givrandom.h>
#include <givaro/gfq.h>

Macros

#define GIVMIN(a, b)
 
#define NB   1000000
 
#define TAILLE   256
 

Typedefs

typedef GFqDom< int64_t > Domain
 
typedef GFqDom< int64_t >::Element Modulo
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ GIVMIN

#define GIVMIN ( a,
b )
Value:
(((a)<(b))?(a):(b))
Examples
examples/Integer/ProbLucas.C.

◆ NB

#define NB   1000000

◆ TAILLE

#define TAILLE   256

Typedef Documentation

◆ Domain

typedef GFqDom<int64_t> Domain

◆ Modulo

typedef GFqDom<int64_t>::Element Modulo

Function Documentation

◆ main()

int main ( int argc,
char ** argv )