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

  /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;
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 326 #define FAST_MATH_TABLE_SIZE 512
    [all...]

Completed in 82 milliseconds