OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__FPU_PRESENT
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/inc/platform/stm32f4xx/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/inc/platform/stm32f4xx/
cmsis.h
26
#define
__FPU_PRESENT
1
Completed in 143 milliseconds