Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-cutils.c2805 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_simple()
2814 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_simple()
2824 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_simple()
2833 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_simple()
2842 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_simple()
2859 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_einval()
2869 err = qemu_strtod(str, &endptr, &res); in test_qemu_strtod_einval()
2976 err = qemu_strtod(str, NULL, &res); in test_qemu_strtod_trailing()
2991 err = qemu_strtod(str, NULL, &res); in test_qemu_strtod_trailing()
3006 err = qemu_strtod(str, NULL, &res); in test_qemu_strtod_trailing()
[all …]
/qemu/include/qemu/
H A Dcutils.h163 int qemu_strtod(const char *nptr, const char **endptr, double *result);
/qemu/util/
H A Dcutils.c725 int qemu_strtod(const char *nptr, const char **endptr, double *result) in qemu_strtod() function
756 ret = qemu_strtod(nptr, &tmp, result); in qemu_strtod_finite()