Home
last modified time | relevance | path

Searched refs:HUGE_VAL (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c21 #ifndef HUGE_VAL
22 #define HUGE_VAL (99.e99) macro
1623 if ((fnum < HUGE_VAL) && (fnum > -HUGE_VAL)) in StrFormatScanf()
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c21 #ifndef HUGE_VAL
22 #define HUGE_VAL (99.e99) macro
1692 if ((fnum < HUGE_VAL) && (fnum > -HUGE_VAL)) in StrFormatScanf()
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c33 #ifndef HUGE_VAL
34 #define HUGE_VAL (99.e99) macro