OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calc_tickmarks
(Results
1 - 3
of
3
) sorted by null
/external/fio/
tickmarks.h
9
int
calc_tickmarks
(double min, double max, int nticks, struct tickmark **tm,
tickmarks.c
90
int
calc_tickmarks
(double min, double max, int nticks, struct tickmark **tm,
function
129
nticks =
calc_tickmarks
(x, y, 10, &tm);
graph.c
322
nticks =
calc_tickmarks
(minx, maxx, nticks, &tm, &power_of_ten,
378
nticks =
calc_tickmarks
(miny, maxy, nticks, &tm, &power_of_ten,
Completed in 746 milliseconds