Searched refs:tst_parse_float (Results 1 – 5 of 5) sorted by relevance
/external/ltp/include/ |
D | tst_test.h | 109 int tst_parse_float(const char *str, float *val, float min, float max);
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 141 if (tst_parse_float(str_exec_time, &exec_time, 0.0005, 9000)) in setup()
|
D | mmap1.c | 209 if (tst_parse_float(str_exec_time, &exec_time, 0, FLT_MAX)) { in setup()
|
/external/ltp/lib/ |
D | tst_test.c | 596 int tst_parse_float(const char *str, float *val, float min, float max) in tst_parse_float() function 1185 if ((ret = tst_parse_float(mul, &timeout_mul, 1, 10000))) { in tst_multiply_timeout()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 569 int tst_parse_float(const char *str, float *val, float min, float max);
|