Home
last modified time | relevance | path

Searched refs:configSUPPORT_FPU (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/portable/GCC/IA32_flat/
Dportmacro.h194 #ifndef configSUPPORT_FPU
195 #define configSUPPORT_FPU 0 macro
198 #if configSUPPORT_FPU == 1
280 #ifndef configSUPPORT_FPU
281 #warning configSUPPORT_FPU was not defined in FreeRTOSConfig.h and has been defaulted to 0
282 #define configSUPPORT_FPU 0 macro
DportASM.S58 .if configSUPPORT_FPU == 1
89 .if configSUPPORT_FPU == 1
120 .if configSUPPORT_FPU == 1
152 .if configSUPPORT_FPU == 1
202 .if configSUPPORT_FPU == 1
DISR_Support.h48 if configSUPPORT_FPU == 1
104 if configSUPPORT_FPU == 1
Dport.c51 #if ( ( configSUPPORT_FPU == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
180 #if ( configSUPPORT_FPU == 1 )
270 #if ( configSUPPORT_FPU == 1 ) in pxPortInitialiseStack()
539 #if ( configSUPPORT_FPU == 1 )