|
Functions |
void | score_initScoring (void) |
void | score_getProbability (int verbose) |
mpfr_t * | score_getChi2 (double chi, unsigned int df) |
unsigned int * | score_getScore (char *token) |
void | score_storeToken (char *token, int type) |
void | score_closedb (void) |
void | print_mpfr (char *string, mpfr_t var) |
void | triRapide (double *t, int debut, int fin, int *tind) |
void | partitionner (double *t, int debut, int fin, int *pPosition, int *tind) |
void | echanger (double *px, double *py) |
void | echangerInt (int *px, int *py) |
Variables |
DB * | dbtemp = NULL |
unsigned int | BAD |
unsigned int | GOOD |
double | X = 0.4 |
double | S = 2 |
double | DEV = 0.4 |
mpfr_t | sum |
unsigned int | valeur [2] |
unsigned int | tokens = 0 |