Polly 19.0.0git
Functions
iprime.h File Reference
#include "imath.h"

Go to the source code of this file.

Functions

mp_result mp_int_is_prime (mp_int z)
 
mp_result mp_int_find_prime (mp_int z)
 

Function Documentation

◆ mp_int_find_prime()

mp_result mp_int_find_prime ( mp_int  z)

Definition at line 83 of file iprime.c.

References MP_FALSE, mp_int_add_value, mp_int_is_even(), mp_int_is_prime(), MP_OK, and res.

Referenced by main().

◆ mp_int_is_prime()

mp_result mp_int_is_prime ( mp_int  z)