HomeSort by relevance Sort by last modified time
    Searched refs:FAST_MATH_TABLE_SIZE (Results 1 - 4 of 4) sorted by null

  /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];
133 extern const q31_t sinTable_q31[FAST_MATH_TABLE_SIZE + 1];
134 extern const q15_t sinTable_q15[FAST_MATH_TABLE_SIZE + 1];
arm_math.h 326 #define FAST_MATH_TABLE_SIZE 512
    [all...]
  /device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c 46 #define FAST_MATH_TABLE_SIZE 512
62 static const float32_t sinTable_f32[FAST_MATH_TABLE_SIZE + 1] = {
235 findex = (float32_t) FAST_MATH_TABLE_SIZE * in;
324 findex = (float32_t) FAST_MATH_TABLE_SIZE * in;
arm_common_tables.c     [all...]

Completed in 1184 milliseconds