Home
last modified time | relevance | path

Searched refs:__FPU_USED (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cm4.h117 #define __FPU_USED 1 macro
120 #define __FPU_USED 0
123 #define __FPU_USED 0
129 #define __FPU_USED 1
132 #define __FPU_USED 0
135 #define __FPU_USED 0
141 #define __FPU_USED 1
144 #define __FPU_USED 0
147 #define __FPU_USED 0
153 #define __FPU_USED 1
[all …]
Dcore_cm7.h117 #define __FPU_USED 1 macro
120 #define __FPU_USED 0
123 #define __FPU_USED 0
129 #define __FPU_USED 1
132 #define __FPU_USED 0
135 #define __FPU_USED 0
141 #define __FPU_USED 1
144 #define __FPU_USED 0
147 #define __FPU_USED 0
153 #define __FPU_USED 1
[all …]
Dcore_cmFunc.h283 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1) in __get_FPSCR()
300 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1) in __set_FPSCR()
577 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1) in __get_FPSCR()
599 #if (__FPU_PRESENT == 1) && (__FPU_USED == 1) in __set_FPSCR()
Dcore_cm0.h114 #define __FPU_USED 0 macro
Dcore_cm0plus.h114 #define __FPU_USED 0 macro
Dcore_sc000.h114 #define __FPU_USED 0 macro
Dcore_cm3.h114 #define __FPU_USED 0 macro
Dcore_sc300.h114 #define __FPU_USED 0 macro
Darm_math.h6097 #if (__FPU_USED == 1) && defined ( __CC_ARM ) in arm_sqrt_f32()