Searched refs:tst_parse_float (Results 1 – 5 of 5) sorted by relevance
/external/ltp/include/ |
D | tst_test.h | 115 int tst_parse_float(const char *str, float *val, float min, float max);
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 158 if (tst_parse_float(str_exec_time, &exec_time, 0.0005, 9000)) in setup()
|
D | mmap1.c | 195 if (tst_parse_float(str_exec_time, &exec_time, 0, FLT_MAX)) { in setup()
|
/external/ltp/lib/ |
D | tst_test.c | 562 int tst_parse_float(const char *str, float *val, float min, float max) in tst_parse_float() function
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 558 int tst_parse_float(const char *str, float *val, float min, float max);
|