LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Macros | |
#define | EXP2F_TABLE_BITS 5 |
SVM rbf prediction. More... | |
#define | EXP2F_POLY_ORDER 3 |
#define | N (1 << EXP2F_TABLE_BITS) |
#define | N (1 << EXP2F_TABLE_BITS) |
#define | InvLn2N __exp2f_data.invln2_scaled |
#define | T __exp2f_data.tab |
#define | C __exp2f_data.poly_scaled |
#define | SHIFT __exp2f_data.shift |
Functions | |
static uint32_t | top12 (f32_t x) |
static f32_t | _expf_ (f32_t x) |
void | tpt_svm_rbf_predict_f32 (int32_t *aResult, const tpt_svm_rbf_f32_t *aSVM, const f32_t *aInData) |
SVM rbf prediction. More... | |
#define SHIFT __exp2f_data.shift |