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

  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
cmsis.h 26 #define __FPU_PRESENT 1
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmFunc.h 283 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
300 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
577 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
599 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
core_cm4.h 112 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.
116 #if (__FPU_PRESENT == 1)
119 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
128 #if (__FPU_PRESENT == 1)
131 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
140 #if (__FPU_PRESENT == 1)
143 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
152 #if (__FPU_PRESENT == 1)
155 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
164 #if (__FPU_PRESENT == 1
    [all...]
core_cm7.h 112 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.
116 #if (__FPU_PRESENT == 1)
119 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
128 #if (__FPU_PRESENT == 1)
131 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
140 #if (__FPU_PRESENT == 1)
143 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
152 #if (__FPU_PRESENT == 1)
155 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
164 #if (__FPU_PRESENT == 1
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
cmsis.h 26 #define __FPU_PRESENT 1

Completed in 182 milliseconds