Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt205 strtod
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c163 *(double *)dest = strtod(str, &endptr); in nsi_cmd_read_option_value()
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.c161 *(double *)dest = strtod(str, &endptr); in cmd_read_option_value()
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c99 double operand_1 = strtod(s->operand_1.string, NULL); in calculate_result()
100 double operand_2 = strtod(s->operand_2.string, NULL); in calculate_result()