ESP-IDF
hal_utils_ieee754_float_t::
::exponent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hal_utils_ieee754_float_t::
::exponent
hal_utils_ieee754_float_t::
::exponent field
Syntax
Show:
Summary
Declaration
from
hal_utils.c:146
uint32_t
exponent
:
8
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
exponent
:
8
;
hal_utils.c:146
if
(
f
->
exponent
!=
0xFF
)
{
// Normal case
hal_utils.c:166
hal_utils_float_to_fixed_point_32b()
int
real_exp
=
(
int
)
f
->
exponent
-
127
;
hal_utils.c:167
hal_utils_float_to_fixed_point_32b()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hal_utils_ieee754_float_t::
::exponent
is read by 1 function:
All items filtered out
hal_utils_ieee754_float_t::
::exponent
hal_utils_float_to_fixed_point_32b()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out