Searched refs:tst_parse_float (Results 1 – 5 of 5) sorted by relevance
| /third_party/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()
|
| /third_party/ltp/include/ |
| D | tst_test.h | 124 int tst_parse_float(const char *str, float *val, float min, float max);
|
| /third_party/ltp/lib/ |
| D | tst_test.c | 676 int tst_parse_float(const char *str, float *val, float min, float max) in tst_parse_float() function 1401 if ((ret = tst_parse_float(mul, &timeout_mul, 1, 10000))) { in tst_multiply_timeout()
|
| /third_party/ltp/doc/ |
| D | c-test-api.txt | 461 int tst_parse_float(const char *str, float *val, float min, float max);
|