Searched refs:strtod (Results 1 – 4 of 4) sorted by relevance
205 strtod
163 *(double *)dest = strtod(str, &endptr); in nsi_cmd_read_option_value()
161 *(double *)dest = strtod(str, &endptr); in cmd_read_option_value()
99 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()