OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinTable_f32
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c
62
static const float32_t
sinTable_f32
[FAST_MATH_TABLE_SIZE + 1] = {
242
a =
sinTable_f32
[index];
243
b =
sinTable_f32
[index+1];
331
a =
sinTable_f32
[index];
332
b =
sinTable_f32
[index+1];
arm_common_tables.c
[
all
...]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_common_tables.h
132
extern const float32_t
sinTable_f32
[FAST_MATH_TABLE_SIZE + 1];
Completed in 373 milliseconds