Home
last modified time | relevance | path

Searched refs:evaluate_arithmetic_expression (Results 1 – 3 of 3) sorted by relevance

/external/fio/exp/
Dtest-expression-parser.c27 extern int evaluate_arithmetic_expression(const char *buffer, long long *ival,
43 rc = evaluate_arithmetic_expression(buffer, &result, &dresult, 1.0, 0); in main()
Dexpression-parser.y217 int evaluate_arithmetic_expression(const char *buffer, long long *ival, double *dval, in evaluate_arithmetic_expression() function
/external/fio/
Dparse.c293 extern int evaluate_arithmetic_expression(const char *buffer, long long *ival,
308 rc = evaluate_arithmetic_expression(str, &ival, &dval, 1.0, is_time); in str_to_float()
340 rc = evaluate_arithmetic_expression(str, &ival, &dval, implied_units, is_time); in str_to_decimal()