OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sinTable_f32
(Results
1 - 2
of
2
) 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
...]
Completed in 199 milliseconds