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