Searched refs:errcheck (Results 1 – 4 of 4) sorted by relevance
145 extern double errcheck(double, const char *);
1491 i = errcheck(pow(i, j), "pow"); in arith()1588 xf = errcheck(pow(xf, yf), "pow"); in assign()2087 u = errcheck(log(getfval(x)), "log"); in bltin()2093 u = errcheck(exp(getfval(x)), "exp"); in bltin()2097 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