atof              283 drivers/staging/greybus/tools/loopback_test.c 	return atof(buf);
atof             1409 tools/perf/bench/numa.c 		g->p.mb_global = atof(g->p.mb_global_str);
atof             1414 tools/perf/bench/numa.c 		g->p.mb_proc = atof(g->p.mb_proc_str);
atof             1419 tools/perf/bench/numa.c 		g->p.mb_proc_locked = atof(g->p.mb_proc_locked_str);
atof             1425 tools/perf/bench/numa.c 		g->p.mb_thread = atof(g->p.mb_thread_str);
atof             3791 tools/perf/builtin-trace.c 	trace->duration_filter = atof(str);
atof              455 tools/perf/util/trace-event-read.c 	if (atof(version) >= 0.6) {