Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dproto.h145 extern double errcheck(double, const char *);
Drun.c1039 i = errcheck(pow(i, j), "pow"); in arith()
1133 xf = errcheck(pow(xf, yf), "pow"); in assign()
1485 u = errcheck(log(getfval(x)), "log"); break; in bltin()
1489 u = errcheck(exp(getfval(x)), "exp"); break; in bltin()
1491 u = errcheck(sqrt(getfval(x)), "sqrt"); break; in bltin()
Dlib.c650 double errcheck(double x, const char *s) in errcheck() function