ESP-IDF
MP_PREC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MP_PREC
MP_PREC macro
Syntax
Show:
Summary
Declaration
from
libtommath.h:109
#define
MP_PREC
8
Examples
References
from
examples
Code
Location
#define
MP_PREC
8
/* default digits of precision */
libtommath.h:109
a
->
dp
=
OPT_CAST
(
mp_digit
)
XMALLOC
(
sizeof
(
mp_digit
)
*
MP_PREC
)
;
libtommath.h:373
for
(
i
=
0
;
i
<
MP_PREC
;
i
++
)
{
libtommath.h:379
a
->
alloc
=
MP_PREC
;
libtommath.h:386
size
+=
(
MP_PREC
*
2
)
-
(
size
%
MP_PREC
)
;
libtommath.h:1284
size
+=
(
MP_PREC
*
2
)
-
(
size
%
MP_PREC
)
;
libtommath.h:2534
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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