Searched refs:errcheck (Results 1 – 4 of 4) sorted by relevance
145 extern double errcheck(double, const char *);
1488 i = errcheck(pow(i, j), "pow"); in arith()1587 xf = errcheck(pow(xf, yf), "pow"); in assign()2086 u = errcheck(log(getfval(x)), "log"); in bltin()2092 u = errcheck(exp(getfval(x)), "exp"); in bltin()2096 u = errcheck(sqrt(getfval(x)), "sqrt"); in bltin()
831 double errcheck(double x, const char *s) in errcheck() function
164 Clear errno before calling errcheck to avoid any spurious errors