Home
last modified time | relevance | path

Searched refs:strtof (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/io/
H A Dxts_io_stdlib_test.c47 * @tc.name strtof basic function test
53 float ret = strtof(" -3.40E+38 hello", &endPtr);
57 ret = strtof(" 3.40E+38 ===", &endPtr);
61 ret = strtof("-9.6e17 this 123", &endPtr);
65 ret = strtof("this is string", &endPtr);
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c119 double pcnt = strtof(value, NULL); in report__config()
1090 double pcnt = strtof(str, NULL); in parse_percent_limit()
H A Dbuiltin-top.c1412 top->min_percent = strtof(arg, NULL); in parse_percent_limit()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c492 double pcnt = strtof(str, NULL); in parse_percent_limit()
H A Dbuiltin-report.c131 double pcnt = strtof(value, NULL); in report__config()
1159 double pcnt = strtof(str, NULL); in parse_percent_limit()
H A Dbuiltin-top.c1420 top->min_percent = strtof(arg, NULL); in parse_percent_limit()

Completed in 14 milliseconds