Searched refs:strtof (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/io/ |
H A D | xts_io_stdlib_test.c | 47 * @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 D | builtin-report.c | 119 double pcnt = strtof(value, NULL); in report__config() 1090 double pcnt = strtof(str, NULL); in parse_percent_limit()
|
H A D | builtin-top.c | 1412 top->min_percent = strtof(arg, NULL); in parse_percent_limit()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 492 double pcnt = strtof(str, NULL); in parse_percent_limit()
|
H A D | builtin-report.c | 131 double pcnt = strtof(value, NULL); in report__config() 1159 double pcnt = strtof(str, NULL); in parse_percent_limit()
|
H A D | builtin-top.c | 1420 top->min_percent = strtof(arg, NULL); in parse_percent_limit()
|
Completed in 14 milliseconds