Searched refs:errcheck (Results 1 – 4 of 4) sorted by relevance
149 extern double errcheck(double, const char *);
1079 i = errcheck(pow(i, j), "pow"); in arith()1175 xf = errcheck(pow(xf, yf), "pow"); in assign()1626 u = errcheck(log(getfval(x)), "log"); in bltin()1632 u = errcheck(exp(getfval(x)), "exp"); in bltin()1636 u = errcheck(sqrt(getfval(x)), "sqrt"); in bltin()
736 double errcheck(double x, const char *s) in errcheck() function
93 Clear errno before calling errcheck to avoid any spurious errors