JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
env_math.h File Reference
Include dependency graph for env_math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  env_math
 

Macros

#define ENV_TRIG_TABSIZ   ((env_size_t) 256)
 
#define ENV_TRIG_NBITS   ((env_size_t) 8)
 

Functions

void env_init_integer_math (struct env_math *imath, const struct env_params *envp)
 

Macro Definition Documentation

◆ ENV_TRIG_NBITS

#define ENV_TRIG_NBITS   ((env_size_t) 8)

Definition at line 45 of file env_math.h.

◆ ENV_TRIG_TABSIZ

#define ENV_TRIG_TABSIZ   ((env_size_t) 256)

Definition at line 44 of file env_math.h.

Function Documentation

◆ env_init_integer_math()

void env_init_integer_math ( struct env_math imath,
const struct env_params envp 
)