Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreplay.c689 perform_arith(double x, char op, double y, double* res) in perform_arith() function
745 if(!perform_arith(x, operator, y, &result)) { in do_macro_arith()