Home | History | Annotate | Download | only in Modules

Lines Matching refs:is_error

612 /* Call is_error when errno != 0, and where x is the result libm

613 * returned. is_error will usually set up an exception and return
617 is_error(double x)
705 if (errno && is_error(r))
726 if (errno && is_error(r))
785 if (errno && is_error(r))
1229 if (errno && is_error(r))
1368 if (errno && is_error(r))
1410 if (errno && is_error(r))
1497 if (errno && is_error(r))