tesseract 4.1.1
|
#include "statistc.h"
#include <cstring>
#include <cmath>
#include <cstdlib>
#include "errcode.h"
#include "helpers.h"
#include "scrollview.h"
#include "tprintf.h"
Go to the source code of this file.
Functions | |
int32_t | choose_nth_item (int32_t index, float *array, int32_t count) |
int32_t | choose_nth_item (int32_t index, void *array, int32_t count, size_t size, int(*compar)(const void *, const void *)) |
void | swap_entries (void *array, size_t size, int32_t index1, int32_t index2) |
int32_t choose_nth_item | ( | int32_t | index, |
float * | array, | ||
int32_t | count | ||
) |
Definition at line 630 of file statistc.cpp.
int32_t choose_nth_item | ( | int32_t | index, |
void * | array, | ||
int32_t | count, | ||
size_t | size, | ||
int(*)(const void *, const void *) | compar | ||
) |
Definition at line 697 of file statistc.cpp.
void swap_entries | ( | void * | array, |
size_t | size, | ||
int32_t | index1, | ||
int32_t | index2 | ||
) |
Definition at line 758 of file statistc.cpp.