Go to the source code of this file.
Functions | |
void | permuteLong (char *a) |
void | permuteLongTab (unsigned long *a, int nb) |
void | permuteInt (char *a) |
void | permuteIntTab (unsigned int *a, int nb) |
void | permuteShort (char *a) |
void | permuteShortTab (short *a, int nb) |
void | permuteFloat (char *a) |
void | permuteFloatTab (float *a, int nb) |
void permuteFloatTab | ( | float * | a, | |
int | nb | |||
) |
void permuteIntTab | ( | unsigned int * | a, | |
int | nb | |||
) |
void permuteLongTab | ( | unsigned long * | a, | |
int | nb | |||
) |
void permuteShortTab | ( | short * | a, | |
int | nb | |||
) |